diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 01:01:44 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-22 01:01:44 +0000 |
commit | f0bfe620dd26214c07c5f7e93ab5bab741f04a9f (patch) | |
tree | 34dd44c33d46d7e2acc167457eed33b9cafe5dab /content/content_shell.gypi | |
parent | 78d9630c596d026c1fd13ece83c4f3f2128dfaf4 (diff) | |
download | chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.zip chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.tar.gz chromium_src-f0bfe620dd26214c07c5f7e93ab5bab741f04a9f.tar.bz2 |
Enable incremental linking on browser_tests and unit_tests.
This is based off scottmg's https://chromiumcodereview.appspot.com/10572043/ and after r143272.
Review URL: https://chromiumcodereview.appspot.com/10644003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143501 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_shell.gypi')
-rw-r--r-- | content/content_shell.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_shell.gypi b/content/content_shell.gypi index c8fc373..1e12e7f 100644 --- a/content/content_shell.gypi +++ b/content/content_shell.gypi @@ -250,7 +250,6 @@ '..', ], 'sources': [ - 'app/startup_helper_win.cc', 'shell/shell_main.cc', ], 'mac_bundle_resources': [ |