diff options
author | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 16:42:53 +0000 |
---|---|---|
committer | dhollowa@chromium.org <dhollowa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-07 16:42:53 +0000 |
commit | 541f55af3c174930007b34e9a559847c21498d92 (patch) | |
tree | 17b53f2140461d1a6b55e35a5370ce624df81fe3 /chrome/chrome_common.gypi | |
parent | 64d669a0d12e720f00958c64bccaadd88dbdeed1 (diff) | |
download | chromium_src-541f55af3c174930007b34e9a559847c21498d92.zip chromium_src-541f55af3c174930007b34e9a559847c21498d92.tar.gz chromium_src-541f55af3c174930007b34e9a559847c21498d92.tar.bz2 |
Clean missing files out of .gyp files
Removes a number of missing files from the .gyp files.
BUG=none
TEST=gclient runhooks; inspect the projects for missing files; verify with try bots.
Review URL: http://codereview.chromium.org/3307006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58705 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 17eea30..7a864da 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -67,7 +67,6 @@ 'common/gpu_video_common.h', 'common/indexed_db_key.cc', 'common/indexed_db_key.h', - 'common/indexed_param_traits.h', 'common/logging_chrome.cc', 'common/logging_chrome.h', 'common/main_function_params.h', @@ -274,7 +273,7 @@ 'common/security_filter_peer.h', 'common/service_messages.cc', 'common/service_messages.h', - 'common/services_messages_internal.h', + 'common/service_messages_internal.h', 'common/service_process_type.h', 'common/service_process_util.cc', 'common/service_process_util.h', @@ -435,7 +434,6 @@ 'common/net/gaia/gaia_authenticator2.cc', 'common/net/gaia/gaia_authenticator2.h', 'common/net/gaia/google_service_auth_error.h', - 'common/net/gaia/signin.h', ], 'dependencies': [ 'chrome_resources', |