diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 09:10:13 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-23 09:10:13 +0000 |
commit | dcddcdb0c4f20965aebedf3eade99df81f4414ec (patch) | |
tree | 9c867c6cc055329d3a492269b859e6bf3b941648 /chrome/chrome_common.gypi | |
parent | a068b8fe6850b13c9d0418ebed0fede4518c0da0 (diff) | |
download | chromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.zip chromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.tar.gz chromium_src-dcddcdb0c4f20965aebedf3eade99df81f4414ec.tar.bz2 |
Move more files from chrome/common to chrome/browser
to further reduce bad dependencies on chrome/browser.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/652051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39703 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 199cac5..9f07af8 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -23,8 +23,6 @@ # .cc, .h, and .mm files under chrome/common that are used on all # platforms, including both 32-bit and 64-bit Windows. # Test files are not included. - 'common/accessibility_events.h', - 'common/accessibility_events.cc', 'common/app_mode_constants_mac.h', 'common/app_mode_constants_mac.mm', 'common/bindings_policy.h', @@ -190,8 +188,6 @@ 'common/appcache/chrome_appcache_service.h', 'common/automation_constants.cc', 'common/automation_constants.h', - 'common/child_process_host.cc', - 'common/child_process_host.h', 'common/chrome_descriptors.h', 'common/chrome_plugin_api.h', 'common/chrome_plugin_lib.cc', |