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

Unified Diff: remoting/remoting_webapp_files.gypi

Issue 245923002: Bring events to JavaScript components (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplify event handling Created 6 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
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | remoting/webapp/base.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 cc94f6e61e0d5b6ad0147e479e74e9c983c9b645..287442e37691d69542379cdc68c218c0307f2954 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -51,6 +51,7 @@
],
# Remoting core JavaScript files.
'remoting_webapp_js_core_files': [
+ 'webapp/base.js',
'webapp/error.js',
'webapp/event_handlers.js',
'webapp/plugin_settings.js',
@@ -117,10 +118,12 @@
],
# The JavaScript files required by main.html.
'remoting_webapp_main_html_js_files': [
+ # Include the core files first as it is required by the other files.
+ # Otherwise, Jscompile will complain.
+ '<@(remoting_webapp_js_core_files)',
Jamie 2014/04/24 20:38:34 Please keep these alphabetic.
kelvinp 2014/04/24 21:38:32 Spoke with Jamie offline. I need to put core_file
'<@(remoting_webapp_js_auth_client2host_files)',
'<@(remoting_webapp_js_auth_google_files)',
'<@(remoting_webapp_js_client_files)',
- '<@(remoting_webapp_js_core_files)',
'<@(remoting_webapp_js_gnubby_auth_files)',
'<@(remoting_webapp_js_host_files)',
'<@(remoting_webapp_js_logging_files)',
« no previous file with comments | « no previous file | remoting/webapp/all_js_load.gtestjs » ('j') | remoting/webapp/base.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698