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

Unified Diff: remoting/app_remoting_webapp_files.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_build.gypi ('k') | remoting/webapp/app_remoting/html/feedback_consent.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/app_remoting_webapp_files.gypi
diff --git a/remoting/app_remoting_webapp_files.gypi b/remoting/app_remoting_webapp_files.gypi
index cd9bf8cb27626b68e80adcc970c6bdd517ecbbf1..3d5fa055ed5eb8c8e2d2dede2c668eedf17cb639 100644
--- a/remoting/app_remoting_webapp_files.gypi
+++ b/remoting/app_remoting_webapp_files.gypi
@@ -7,12 +7,27 @@
'ar_shared_resource_files': [
'webapp/app_remoting/html/ar_dialog.css',
'webapp/app_remoting/html/feedback_consent.css',
- 'webapp/app_remoting/html/feedback_consent.html',
'webapp/app_remoting/html/context_menu.css',
'resources/drag.webp',
'<@(remoting_webapp_resource_files)',
],
+ # Variables for feedback_consent.html.
+ 'ar_feedback_consent_template':
+ '<(DEPTH)/remoting/webapp/app_remoting/html/template_feedback_consent.html',
+ 'ar_feedback_consent_template_files': [
+ ],
+ 'ar_feedback_consent_js_files': [
+ 'webapp/app_remoting/js/feedback_consent.js',
+ 'webapp/base/js/base.js',
+ 'webapp/crd/js/error.js',
+ 'webapp/crd/js/oauth2_api.js',
+ 'webapp/crd/js/oauth2_api_impl.js',
+ 'webapp/crd/js/plugin_settings.js',
+ 'webapp/crd/js/l10n.js',
+ 'webapp/crd/js/xhr.js',
+ ],
+
# Variables for main.html.
# These template files are used to construct the webapp html files.
'ar_main_template':
@@ -74,7 +89,7 @@
'app_remoting_webapp_localizable_files': [
'<(ar_main_template)',
'<@(ar_main_template_files)',
- 'webapp/app_remoting/html/feedback_consent.html',
+ '<(ar_feedback_consent_template)',
'<@(ar_all_js_files)',
],
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/webapp/app_remoting/html/feedback_consent.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698