summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
authorgarykac <garykac@chromium.org>2015-03-06 11:42:55 -0800
committerCommit bot <commit-bot@chromium.org>2015-03-06 19:43:47 +0000
commit9547d1f683be7c99e28054d7cc78ffcc2be2ccff (patch)
tree10fdb16f697f30d8b47d40db95e6f4393825747d /remoting/remoting_webapp.gypi
parenta91e21d0889c9fc971df96fc8783637889bb8433 (diff)
downloadchromium_src-9547d1f683be7c99e28054d7cc78ffcc2be2ccff.zip
chromium_src-9547d1f683be7c99e28054d7cc78ffcc2be2ccff.tar.gz
chromium_src-9547d1f683be7c99e28054d7cc78ffcc2be2ccff.tar.bz2
[Chromoting] Use build-html.py to generate message_window.html
This cl also cleans up some of the gyp variables related to managing JS files for HTML files: * Remove unused params to build-html.py * Group related vars in remoting_webapp_files.gypi BUG= Review URL: https://codereview.chromium.org/977903003 Cr-Commit-Position: refs/heads/master@{#319480}
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index e7b00fd..7b12553 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -9,9 +9,10 @@
'variables': {
'extra_files%': [],
'generated_html_files': [
+ '<(SHARED_INTERMEDIATE_DIR)/background.html',
'<(SHARED_INTERMEDIATE_DIR)/main.html',
+ '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
'<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
- '<(SHARED_INTERMEDIATE_DIR)/background.html',
],
'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_locales.txt',
},