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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 742473002: [Chromoting] Break up the webapp's init function into smaller chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove auth-dialog code (from other cl) Created 6 years, 1 month 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/auth_init.js » ('j') | remoting/webapp/crd/js/remoting.js » ('J')
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 2f098ae9e36db8f94191bfe031676e886de50c12..56b72d6e17f1ef2954a99e7b3c669b8f52fa7ca1 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -33,6 +33,7 @@
],
# Auth (Google account) JavaScript files.
'remoting_webapp_js_auth_google_files': [
+ 'webapp/base/js/auth_init.js',
'webapp/crd/js/identity.js',
'webapp/crd/js/oauth2.js',
'webapp/crd/js/oauth2_api.js',
@@ -58,6 +59,7 @@
'remoting_webapp_js_core_files': [
'webapp/base/js/base.js',
'webapp/base/js/platform.js',
+ 'webapp/crd/js/crd_init.js',
'webapp/crd/js/error.js',
'webapp/crd/js/event_handlers.js',
'webapp/crd/js/plugin_settings.js',
« no previous file with comments | « no previous file | remoting/webapp/base/js/auth_init.js » ('j') | remoting/webapp/crd/js/remoting.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698