summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_client.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_client.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_client.gypi')
-rw-r--r--remoting/remoting_client.gypi16
1 files changed, 8 insertions, 8 deletions
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index d146658..8a9c05d 100644
--- a/remoting/remoting_client.gypi
+++ b/remoting/remoting_client.gypi
@@ -62,11 +62,11 @@
'<@(remoting_webapp_template_files)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/main.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
],
'action': [
'python', 'webapp/build-html.py',
- '<(SHARED_INTERMEDIATE_DIR)/main.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/main.html',
'<(remoting_webapp_template_main)',
'--template-dir', '<(DEPTH)/remoting',
'--templates', '<@(remoting_webapp_template_files)',
@@ -82,11 +82,11 @@
'<(remoting_webapp_template_wcs_sandbox)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
],
'action': [
'python', 'webapp/build-html.py',
- '<(SHARED_INTERMEDIATE_DIR)/wcs_sandbox.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/wcs_sandbox.html',
'<(remoting_webapp_template_wcs_sandbox)',
'--js', '<@(remoting_webapp_wcs_sandbox_html_all_js_files)',
],
@@ -99,11 +99,11 @@
'<(remoting_webapp_template_background)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/background.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
],
'action': [
'python', 'webapp/build-html.py',
- '<(SHARED_INTERMEDIATE_DIR)/background.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/background.html',
'<(remoting_webapp_template_background)',
'--js', '<@(remoting_webapp_background_html_all_js_files)',
],
@@ -115,11 +115,11 @@
'<(remoting_webapp_template_message_window)',
],
'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
],
'action': [
'python', 'webapp/build-html.py',
- '<(SHARED_INTERMEDIATE_DIR)/message_window.html',
+ '<(SHARED_INTERMEDIATE_DIR)/remoting/message_window.html',
'<(remoting_webapp_template_message_window)',
'--js', '<@(remoting_webapp_message_window_html_all_js_files)',
],