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

Unified Diff: remoting/app_remoting_webapp_build.gypi

Issue 964403004: [Chromoting] Enable jscompile for AppRemoting's feedback_consent page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync/merge Created 5 years, 10 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/app_remoting_webapp.gyp ('k') | remoting/app_remoting_webapp_files.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp_build.gypi
diff --git a/remoting/app_remoting_webapp_build.gypi b/remoting/app_remoting_webapp_build.gypi
index 9e739f74f8b20222cf7aa6760a65f79cc5c358cf..f499ee6d3ac00e55dd9909d0aaac57e2266266e7 100644
--- a/remoting/app_remoting_webapp_build.gypi
+++ b/remoting/app_remoting_webapp_build.gypi
@@ -58,6 +58,7 @@
'ar_generated_html_files': [
'<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/main.html',
'<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/wcs_sandbox.html',
+ '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/feedback_consent.html',
],
'ar_webapp_files': [
'<@(ar_app_specific_files)',
@@ -189,6 +190,28 @@
'<@(remoting_webapp_wcs_sandbox_html_js_files)',
],
},
+ {
+ 'action_name': 'Build ">(ar_app_name)" feedback_consent.html',
+ 'inputs': [
+ '<(DEPTH)/remoting/webapp/build-html.py',
+ '<(ar_feedback_consent_template)',
+ '<@(ar_feedback_consent_template_files)',
+ ],
+ 'outputs': [
+ '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/feedback_consent.html',
+ ],
+ 'action': [
+ 'python', '<(DEPTH)/remoting/webapp/build-html.py',
+ '<(SHARED_INTERMEDIATE_DIR)/>(_target_name)/feedback_consent.html',
+ '<(ar_feedback_consent_template)',
+ '--template-dir',
+ '<(DEPTH)/remoting',
+ '--templates',
+ '<@(ar_feedback_consent_template_files)',
+ '--js',
+ '<@(ar_feedback_consent_js_files)',
+ ],
+ },
], # actions
'conditions': [
['buildtype == "Dev"', {
« no previous file with comments | « remoting/app_remoting_webapp.gyp ('k') | remoting/app_remoting_webapp_files.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698