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

Unified Diff: remoting/app_remoting_webapp_files.gypi

Issue 1081813007: Make loading dialog prettier. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer feedback. 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
Index: remoting/app_remoting_webapp_files.gypi
diff --git a/remoting/app_remoting_webapp_files.gypi b/remoting/app_remoting_webapp_files.gypi
index 203ffdd599855c1d1f7e05f8be110abe5dac209b..003b2e15ff674a40846dcc9fac59bb8a52b1ffe8 100644
--- a/remoting/app_remoting_webapp_files.gypi
+++ b/remoting/app_remoting_webapp_files.gypi
@@ -8,6 +8,7 @@
'webapp/app_remoting/html/ar_dialog.css',
'webapp/app_remoting/html/ar_main.css',
'webapp/app_remoting/html/feedback_consent.css',
+ 'webapp/app_remoting/html/loading_window.css',
'webapp/app_remoting/html/context_menu.css',
'resources/drag.webp',
'<@(remoting_webapp_resource_files)',
@@ -35,6 +36,11 @@
'webapp/crd/js/xhr.js',
],
+ # Variables for loading_window.html. Note that the JS files are the same as
+ # for message_window.html, and are not duplicated here.
+ 'ar_loading_window_template':
+ '<(DEPTH)/remoting/webapp/app_remoting/html/template_loading_window.html',
+
# Variables for main.html.
# These template files are used to construct the webapp html files.
'ar_main_template':
@@ -95,6 +101,7 @@
'<(ar_main_template)',
'<@(ar_main_template_files)',
'<(ar_feedback_consent_template)',
+ '<(ar_loading_window_template)',
'<(remoting_webapp_template_message_window)',
'<(remoting_webapp_template_wcs_sandbox)',
'<@(ar_all_js_files)',
« no previous file with comments | « remoting/app_remoting_webapp_build.gypi ('k') | remoting/webapp/app_remoting/apps/sample_app/loading_splash.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698