diff options
author | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
---|---|---|
committer | sadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-25 00:20:42 +0000 |
commit | 3381f17b4df9fdc90e7a78b53d5d7bc052895d3f (patch) | |
tree | d0ba8ae1fc0e1d7e481802c78419dcdda0bc8edd /base | |
parent | 9e3df998ca7b1b1ea6d0d403d93b834bf847eb89 (diff) | |
download | chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.zip chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.gz chromium_src-3381f17b4df9fdc90e7a78b53d5d7bc052895d3f.tar.bz2 |
Remove files that don't exist, and fix typos in gyp files
BUG=none
TEST=things still work
Review URL: http://codereview.chromium.org/6990028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 4 | ||||
-rw-r--r-- | base/base.gypi | 7 |
2 files changed, 3 insertions, 8 deletions
diff --git a/base/base.gyp b/base/base.gyp index 60d0a28..8c3dfce 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -284,9 +284,9 @@ ['exclude', '^win/'], ], 'sources!': [ + 'debug/trace_event_win_unittest.cc', 'time_win_unittest.cc', - 'trace_event_win_unittest.cc', - 'win_util_unittest.cc', + 'win/win_util_unittest.cc', ], }], ], diff --git a/base/base.gypi b/base/base.gypi index c31809e..5a87c66 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -384,7 +384,7 @@ ], [ 'OS != "mac"', { 'sources!': [ - 'scoped_aedesc.h' + 'mac/scoped_aedesc.h' ], }], # For now, just test the *BSD platforms enough to exclude them. @@ -526,13 +526,8 @@ 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 'sources!': [ 'third_party/purify/pure_api.c', - 'base_drag_source.cc', - 'base_drop_target.cc', 'event_recorder.cc', - 'file_version_info.cc', - 'registry.cc', 'resource_util.cc', - 'win_util.cc', ], },], [ 'component=="shared_library"', { |