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

Unified Diff: extensions/extensions.gyp

Issue 237723004: Move EventBindings to //extensions (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « extensions/common/value_counter.cc ('k') | extensions/renderer/event_bindings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/extensions.gyp
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
index cd8a01afd418db9d6f23065185eb7decdecd25b2..e16b516844b8b5c59cd00a579e835324ccae36aa 100644
--- a/extensions/extensions.gyp
+++ b/extensions/extensions.gyp
@@ -194,6 +194,8 @@
'common/url_pattern_set.h',
'common/user_script.cc',
'common/user_script.h',
+ 'common/value_counter.cc',
+ 'common/value_counter.h',
'common/view_type.cc',
'common/view_type.h',
],
@@ -415,6 +417,8 @@
'sources': [
'renderer/console.cc',
'renderer/console.h',
+ 'renderer/event_bindings.cc',
+ 'renderer/event_bindings.h',
'renderer/module_system.cc',
'renderer/module_system.h',
'renderer/native_handler.cc',
« no previous file with comments | « extensions/common/value_counter.cc ('k') | extensions/renderer/event_bindings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698