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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 888323002: Improve HRD first run experience (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for Checkin Created 5 years, 11 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 | « no previous file | remoting/webapp/base/js/base.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index da05978590433cc2360d8cf01b615954ba62a5f8..8cb4985e4e22de419d6aad7899bed443fa2097a8 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -237,6 +237,7 @@
'webapp/crd/js/background.js',
'webapp/crd/js/client_session.js',
'webapp/crd/js/error.js',
+ 'webapp/crd/js/hangout_consent_dialog.js',
'webapp/crd/js/host_installer.js',
'webapp/crd/js/host_session.js',
'webapp/crd/js/it2me_helpee_channel.js',
@@ -246,6 +247,7 @@
'webapp/crd/js/l10n.js',
'webapp/crd/js/oauth2.js',
'webapp/crd/js/oauth2_api.js',
+ 'webapp/crd/js/oauth2_api_impl.js',
'webapp/crd/js/plugin_settings.js',
'webapp/crd/js/typecheck.js',
'webapp/crd/js/xhr.js',
@@ -265,6 +267,8 @@
'<@(remoting_webapp_background_js_files)',
# JS files for message_window.html
'webapp/base/js/message_window.js',
+ # JS files for dialog_hangout_consent.html
+ 'webapp/crd/js/hangout_consent_dialog_main.js',
# JS files for wcs_sandbox.html.
# Use r_w_js_wcs_sandbox_files instead of r_w_wcs_sandbox_html_js_files
# so that we don't double include error.js and plugin_settings.js.
@@ -301,13 +305,15 @@
'resources/reload.webp',
'resources/tick.webp',
'webapp/base/html/connection_stats.css',
- 'webapp/base/html/message_window.html',
'webapp/base/html/main.css',
+ 'webapp/base/html/message_window.html',
'webapp/base/html/message_window.css',
'webapp/base/resources/open_sans.css',
'webapp/base/resources/open_sans.woff',
'webapp/base/resources/spinner.gif',
'webapp/crd/html/butter_bar.css',
+ 'webapp/crd/html/dialog_hangout_consent.html',
+ 'webapp/crd/html/dialog_hangout_consent.css',
'webapp/crd/html/toolbar.css',
'webapp/crd/html/menu_button.css',
'webapp/crd/html/window_frame.css',
« no previous file with comments | « no previous file | remoting/webapp/base/js/base.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698