Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: remoting/remoting_client.gypi

Issue 1091293004: [Chromoting] Build webapp package with browser test JavaScript files loaded. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Final Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_client.gypi
diff --git a/remoting/remoting_client.gypi b/remoting/remoting_client.gypi
index d1466584e8a0de65a536a2a0efd3d86569c3a192..8a9c05df7ee5c274437acab7f56dd192778e2ceb 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)',
],
« no previous file with comments | « remoting/remoting_all.gyp ('k') | remoting/remoting_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698