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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 1023943004: Use a separate window to notify the user that permissions are required. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/remoting_webapp_files.gypi
diff --git a/remoting/remoting_webapp_files.gypi b/remoting/remoting_webapp_files.gypi
index 84586beaa6ea3b4febeaabe7f999b6757796e7a0..ed82adf428c0c8eb27f5caa42b277d23e2b62bab 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -128,7 +128,6 @@
],
# Auth (Google account) JavaScript files.
'remoting_webapp_js_auth_google_files': [
- 'webapp/base/js/auth_dialog.js',
'webapp/base/js/auth_init.js',
'webapp/crd/js/identity.js',
'webapp/crd/js/oauth2.js',
@@ -271,6 +270,7 @@
# The CRD-specific JavaScript files required by main.html.
'remoting_webapp_crd_main_html_all_js_files': [
'<@(remoting_webapp_shared_main_html_js_files)',
+ 'webapp/crd/js/crd_auth_dialog.js',
'webapp/crd/js/crd_connect.js',
'webapp/crd/js/crd_event_handlers.js',
'webapp/crd/js/crd_main.js',
@@ -282,8 +282,8 @@
# These template files are used to construct main.html.
'remoting_webapp_template_files': [
'webapp/base/html/client_plugin.html',
- 'webapp/base/html/dialog_auth.html',
'webapp/crd/html/butter_bar.html',
+ 'webapp/crd/html/dialog_auth.html',
'webapp/crd/html/dialog_client_connect_failed.html',
'webapp/crd/html/dialog_client_connecting.html',
'webapp/crd/html/dialog_client_host_needs_upgrade.html',

Powered by Google App Engine
This is Rietveld 408576698