diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 04:09:14 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-18 04:09:14 +0000 |
commit | 3e0f7d520ae052fa4f092d75e61ca3605109f44f (patch) | |
tree | 8272de51d40a9f8ca4e6d3ab94e34fa20693669e /chrome/chrome_common.gypi | |
parent | 5ed60cdb3f706f8e033d67d5f4e3b4663fa7630d (diff) | |
download | chromium_src-3e0f7d520ae052fa4f092d75e61ca3605109f44f.zip chromium_src-3e0f7d520ae052fa4f092d75e61ca3605109f44f.tar.gz chromium_src-3e0f7d520ae052fa4f092d75e61ca3605109f44f.tar.bz2 |
Split part of about_handler into chrome/common to break the browser-renderer dependency.
BUG=46666
TEST=none
Review URL: http://codereview.chromium.org/2814012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b491315..b97a423 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -23,6 +23,8 @@ # .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/about_handler.cc', + 'common/about_handler.h', 'common/app_mode_common_mac.h', 'common/app_mode_common_mac.mm', 'common/bindings_policy.h', @@ -59,7 +61,7 @@ 'common/message_router.cc', 'common/message_router.h', 'common/metrics_helpers.cc', - 'common/metrics_helpers.h', + 'common/metrics_helpers.h', 'common/nacl_cmd_line.cc', 'common/nacl_cmd_line.h', 'common/nacl_messages.h', @@ -371,7 +373,7 @@ '../app/app.gyp:app_resources', '../base/base.gyp:base_nacl_win64', '../ipc/ipc.gyp:ipc_win64', - '../third_party/libxml/libxml.gyp:libxml', + '../third_party/libxml/libxml.gyp:libxml', ], 'include_dirs': [ '../third_party/npapi', |