Skip to content

Commit

Permalink
Update .zip name in remoting_client.gypi to fix archive bots after cr…
Browse files Browse the repository at this point in the history
…rev.com/321815.

TBR=jamiewalch@chromium.org

Review URL: https://codereview.chromium.org/1019183005

Cr-Commit-Position: refs/heads/master@{#321844}
  • Loading branch information
SergeyUlanov authored and Commit bot committed Mar 23, 2015
1 parent 4af7926 commit 07956df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remoting/remoting_client.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@
'target_name': 'remoting_webapp_v2',
'type': 'none',
'variables': {
'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2_pnacl',
'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2_pnacl.zip',
'output_dir': '<(PRODUCT_DIR)/remoting/remoting.webapp.v2',
'zip_path': '<(PRODUCT_DIR)/remoting-webapp.v2.zip',
'webapp_type': 'v2_pnacl',
'extra_files': [
'webapp/crd/remoting_client_pnacl.nmf.jinja2',
Expand Down

0 comments on commit 07956df

Please sign in to comment.