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

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: Add base.js and Event Listeners 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..3b9dc62a32cc325a25dc5e2628c98328e3c829fa 100644
--- a/remoting/remoting_webapp_files.gypi
+++ b/remoting/remoting_webapp_files.gypi
@@ -13,6 +13,7 @@
# Jscompile proto files.
# These provide type information for jscompile.
'remoting_webapp_js_proto_files': [
+ 'webapp/js_proto/base_proto.js',
'webapp/js_proto/chrome_proto.js',
'webapp/js_proto/console_proto.js',
'webapp/js_proto/dom_proto.js',
@@ -51,6 +52,7 @@
],
# Remoting core JavaScript files.
'remoting_webapp_js_core_files': [
+ 'webapp/base.js',
'webapp/error.js',
'webapp/event_handlers.js',
'webapp/plugin_settings.js',
« 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