summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
authorGary Kacmarcik <garykac@google.com>2014-10-22 17:20:07 -0700
committerGary Kacmarcik <garykac@google.com>2014-10-23 00:21:46 +0000
commit6110f4befa6adf8566d558eef6e9dbe425292a3b (patch)
tree40e1382d01ca3ba6f78da3e1cf70c5c664468b6c /remoting/remoting_webapp.gypi
parente367431e6170b4a732e0b3ea7a5d0819ab12f6b1 (diff)
downloadchromium_src-6110f4befa6adf8566d558eef6e9dbe425292a3b.zip
chromium_src-6110f4befa6adf8566d558eef6e9dbe425292a3b.tar.gz
chromium_src-6110f4befa6adf8566d558eef6e9dbe425292a3b.tar.bz2
[Chromoting] Move webapp files based on new directory structure:
remoting/webapp/crd/html -- CRD-specific HTML/CSS remoting/webapp/crd/js -- CRD-specific JS remoting/webapp/crd/resources -- CRD-specific resources remoting/webapp/base/html -- common HTML/CSS remoting/webapp/base/js -- common JS remoting/webapp/base/resources -- common resources The only content changes are in the GYP/GYPI files and in template_main.html. These files needed to be updated to use the new file paths. BUG= R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/671513008 Cr-Commit-Position: refs/heads/master@{#300806}
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index b5ea119..57d0c36 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -48,7 +48,7 @@
'action_name': 'Build Remoting WebApp',
'inputs': [
'webapp/build-webapp.py',
- 'webapp/manifest.json.jinja2',
+ 'webapp/crd/manifest.json.jinja2',
'<(chrome_version_path)',
'<(remoting_version_path)',
'<@(generated_html_files)',
@@ -66,7 +66,7 @@
'<(version_full)',
'<(output_dir)',
'<(zip_path)',
- 'webapp/manifest.json.jinja2',
+ 'webapp/crd/manifest.json.jinja2',
'<(webapp_type)',
'<@(generated_html_files)',
'<@(remoting_webapp_files)',