diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 18:40:33 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-10 18:40:33 +0000 |
commit | e06131db8c610bca50a025fc876755d0aa42e53c (patch) | |
tree | 994dfa08f6b8cd766532306e875585da934cf05f /chrome/chrome_common.gypi | |
parent | ef122393f32e86fb5312d373136d99de62274bf8 (diff) | |
download | chromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.zip chromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.tar.gz chromium_src-e06131db8c610bca50a025fc876755d0aa42e53c.tar.bz2 |
Remove the temporary scaffolding stubs.
They have served they purpose well, but now it's time to retire.
It's one of the things that draggen in the bad dependency of chrome/common
on chrome/browser, and is sufficiently small now to stub things out individually.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/593037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@38639 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index c7b405f..9391b6d 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -17,17 +17,6 @@ 'include_dirs': [ 'third_party/wtl/include', ], - }, { # else: OS != "win" - 'sources!': [ - 'common/temp_scaffolding_stubs.h', - ], - }], - ['OS=="win" or OS=="linux"', { - 'sources!': [ - 'common/hi_res_timer_manager.cc', - 'common/hi_res_timer_manager.h', - 'common/temp_scaffolding_stubs.cc', - ], }], ], 'sources': [ @@ -267,8 +256,6 @@ 'common/sqlite_compiled_statement.h', 'common/sqlite_utils.cc', 'common/sqlite_utils.h', - 'common/temp_scaffolding_stubs.cc', - 'common/temp_scaffolding_stubs.h', 'common/thumbnail_score.cc', 'common/thumbnail_score.h', 'common/transport_dib_linux.cc', |