diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 01:18:23 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-10 01:18:23 +0000 |
commit | 35dfa7f48cb1820cd88df230f76e0ef1a2f18c6a (patch) | |
tree | 7b46d91c6bfaeb8e857590194c2437abe9519ac7 /chrome/chrome_tests.gypi | |
parent | d9daa4946b00f64f70db13f0990c946d7190c677 (diff) | |
download | chromium_src-35dfa7f48cb1820cd88df230f76e0ef1a2f18c6a.zip chromium_src-35dfa7f48cb1820cd88df230f76e0ef1a2f18c6a.tar.gz chromium_src-35dfa7f48cb1820cd88df230f76e0ef1a2f18c6a.tar.bz2 |
Try to fix the Linux shlib build. This won't fix all of the errors, but should
fix some of them (making sure this is the right fix before doing everything).
TEST=linux shlib build works
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62097 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 4bea7d5..2b608a9 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -228,6 +228,7 @@ 'test_support_ui', 'theme_resources', '../base/base.gyp:base', + '../base/base.gyp:test_support_base', '../skia/skia.gyp:skia', '../third_party/libxml/libxml.gyp:libxml', '../testing/gtest.gyp:gtest', @@ -273,6 +274,8 @@ 'chrome.gyp:test_support_ui', 'chrome.gyp:syncapi', 'browser/sync/protocol/sync_proto.gyp:sync_proto_cpp', + '../base/base.gyp:base', + '../base/base.gyp:test_support_base', '../third_party/hunspell/hunspell.gyp:hunspell', '../net/net.gyp:net_resources', '../net/net.gyp:net_test_support', @@ -866,6 +869,7 @@ 'chrome_strings', 'test_support_ui', '../base/base.gyp:base', + '../base/base.gyp:test_support_base', '../build/temp_gyp/googleurl.gyp:googleurl', '../net/net.gyp:net', '../skia/skia.gyp:skia', @@ -2606,6 +2610,8 @@ 'renderer', 'chrome_strings', 'test_support_common', + '../base/base.gyp:base', + '../base/base.gyp:test_support_base', '../net/net.gyp:net_test_support', '../printing/printing.gyp:printing', '../skia/skia.gyp:skia', |