From c6c301add590f3dc46fbc6c42b278d3b87f13df1 Mon Sep 17 00:00:00 2001 From: "rockot@chromium.org" Date: Tue, 15 Apr 2014 18:20:26 +0000 Subject: 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 --- chrome/chrome_common.gypi | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/chrome_common.gypi') 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', -- cgit v1.1