summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_webapp.gypi
diff options
context:
space:
mode:
authorkelvinp <kelvinp@chromium.org>2015-04-28 22:20:43 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-29 05:21:18 +0000
commit14c59714c821b5c05a4b8a088b65f0a2fef4b910 (patch)
tree8aebbc3f2408de2c332276823581786d85f5bd4d /remoting/remoting_webapp.gypi
parent8ea365b4d2f7747a765b531edc5c57ccf3ee317f (diff)
downloadchromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.zip
chromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.tar.gz
chromium_src-14c59714c821b5c05a4b8a088b65f0a2fef4b910.tar.bz2
[Chromoting] Build webapp package with browser test JavaScript files loaded.
This CL creates a new target webapp with browser test JavaScript files loaded. This will enable us to run a JavaScript browser test using a regular chrome binary to speed up development and debugging. BUG= Review URL: https://codereview.chromium.org/1091293004 Cr-Commit-Position: refs/heads/master@{#327438}
Diffstat (limited to 'remoting/remoting_webapp.gypi')
-rw-r--r--remoting/remoting_webapp.gypi10
1 files changed, 6 insertions, 4 deletions
diff --git a/remoting/remoting_webapp.gypi b/remoting/remoting_webapp.gypi
index 2b97a53..9d5a72a 100644
--- a/remoting/remoting_webapp.gypi
+++ b/remoting/remoting_webapp.gypi
@@ -8,11 +8,11 @@
'type': 'none',
'variables': {
'extra_files%': [],
+ 'main_html_file%': '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
'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)/remoting/background.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
],
'dr_webapp_locales_listfile': '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)_locales.txt',
},
@@ -52,6 +52,7 @@
'<(remoting_version_path)',
'<(dr_webapp_locales_listfile)',
'<@(generated_html_files)',
+ '<(main_html_file)',
'<@(remoting_webapp_crd_files)',
'<@(remoting_webapp_locale_files)',
'<@(extra_files)',
@@ -69,6 +70,7 @@
'webapp/crd/manifest.json.jinja2',
'<(webapp_type)',
'<@(generated_html_files)',
+ '<(main_html_file)',
'<@(remoting_webapp_crd_files)',
'<@(extra_files)',
'--locales_listfile',