diff options
author | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 18:20:26 +0000 |
---|---|---|
committer | rockot@chromium.org <rockot@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 18:20:26 +0000 |
commit | c6c301add590f3dc46fbc6c42b278d3b87f13df1 (patch) | |
tree | c6c8bbac01e61c3a61213bd5a686c37add21b3f3 /chrome/chrome_common.gypi | |
parent | f9966b0180a068b508030f10c4e353fbeb02165b (diff) | |
download | chromium_src-c6c301add590f3dc46fbc6c42b278d3b87f13df1.zip chromium_src-c6c301add590f3dc46fbc6c42b278d3b87f13df1.tar.gz chromium_src-c6c301add590f3dc46fbc6c42b278d3b87f13df1.tar.bz2 |
Move EventBindings to //extensions
This moves the EventBindings class to //extensions
along with one of its dependencies (ValueCounter).
EventBindings::Create now returns an ObjectBackedNativeHandler
rather than a ChromeV8Extension.
BUG=359836
TBR=phajdan.jr@chromium.org for chrome/test
Review URL: https://codereview.chromium.org/237723004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263928 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index a9e152a..ffe71b2 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -203,8 +203,6 @@ 'common/extensions/sync_helper.h', 'common/extensions/update_manifest.cc', 'common/extensions/update_manifest.h', - 'common/extensions/value_counter.cc', - 'common/extensions/value_counter.h', 'common/favicon/favicon_types.cc', 'common/favicon/favicon_types.h', 'common/favicon/favicon_url_parser.cc', |