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"', { |