diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-30 23:42:23 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-30 23:42:23 +0000 |
commit | 704ebdcaf97137cf6bc86b28ccdf043f75e8622c (patch) | |
tree | 5f6cf00523b21a36e91cf78f8932e68fe374d41b /base | |
parent | 107446884c2e92b17f494ded21b315a052e51928 (diff) | |
download | chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.zip chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.tar.gz chromium_src-704ebdcaf97137cf6bc86b28ccdf043f75e8622c.tar.bz2 |
Remove obsolete files from 'sources'. This causes needless work on incremental builds in VS2010.
BUG=71130
TEST=Check that Chrome builds.
Review URL: http://codereview.chromium.org/6307018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73121 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/allocator/allocator.gyp | 1 | ||||
-rw-r--r-- | base/base.gypi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/base/allocator/allocator.gyp b/base/allocator/allocator.gyp index 87b4127..9eb96de 100644 --- a/base/allocator/allocator.gyp +++ b/base/allocator/allocator.gyp @@ -133,7 +133,6 @@ '<(tcmalloc_dir)/src/stack_trace_table.cc', '<(tcmalloc_dir)/src/stack_trace_table.h', '<(tcmalloc_dir)/src/stacktrace.cc', - '<(tcmalloc_dir)/src/stacktrace.h', '<(tcmalloc_dir)/src/stacktrace_config.h', '<(tcmalloc_dir)/src/stacktrace_generic-inl.h', '<(tcmalloc_dir)/src/stacktrace_libunwind-inl.h', diff --git a/base/base.gypi b/base/base.gypi index 53ee010..aee11f5 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -98,7 +98,6 @@ 'lazy_instance.h', 'linked_list.h', 'linked_ptr.h', - 'lock.h', 'logging.cc', 'logging.h', 'logging_win.cc', |