summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.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_test.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_test.gypi')
-rw-r--r--remoting/remoting_test.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 911af72..749ed5c 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -322,8 +322,8 @@
'output_dir': '<(PRODUCT_DIR)/remoting/unittests',
'webapp_js_files': [
'<@(remoting_webapp_shared_main_html_js_files)',
- '<@(remoting_webapp_js_wcs_sandbox_files)',
- '<@(remoting_webapp_background_js_files)',
+ '<@(remoting_webapp_wcs_sandbox_html_js_files)',
+ '<@(remoting_webapp_background_html_js_files)',
]
},
'copies': [