Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index 236c80f4c0dd7b3c380ea06be8c35e3713d56376..12e4a638242d9047a8a86d75e031fc971e8388ad 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -3387,6 +3387,7 @@ |
| 'chrome_resources', |
| 'chrome_strings', |
| 'theme_resources', |
| + '../base/base.gyp:test_support_base', |
| '../skia/skia.gyp:skia', |
| '../testing/gmock.gyp:gmock', |
| '../testing/gtest.gyp:gtest', |
| @@ -3475,6 +3476,7 @@ |
| 'chrome_resources', |
| 'chrome_strings', |
| 'theme_resources', |
| + '../base/base.gyp:test_support_base', |
|
Mark Mentovai
2009/08/03 16:36:48
Is this really needed here? Isn't this already co
|
| '../skia/skia.gyp:skia', |
| '../testing/gtest.gyp:gtest', |
| ], |
| @@ -4387,6 +4389,7 @@ |
| 'msvs_guid': '4539AFB3-B8DC-47F3-A491-6DAC8FD26657', |
| 'dependencies': [ |
| '../base/base.gyp:base', |
| + '../base/base.gyp:test_support_base', |
| ], |
| 'sources': [ |
| 'tools/perf/flush_cache/flush_cache.cc', |
| @@ -4420,6 +4423,7 @@ |
| 'chrome_strings', |
| '../base/base.gyp:base', |
| '../base/base.gyp:test_support_base', |
| + '../base/base.gyp:test_support_perf', |
| '../skia/skia.gyp:skia', |
| '../testing/gtest.gyp:gtest', |
| '../webkit/webkit.gyp:glue', |
| @@ -4473,6 +4477,7 @@ |
| 'chrome_resources', |
| 'debugger', |
| 'test_support_common', |
| + '../base/base.gyp:test_support_base', |
| '../skia/skia.gyp:skia', |
| '../testing/gtest.gyp:gtest', |
| '../third_party/icu38/icu38.gyp:icui18n', |
| @@ -4829,6 +4834,7 @@ |
| 'installer/installer.gyp:installer_util_strings', |
| 'debugger', |
| 'renderer', |
| + '../base/base.gyp:test_support_base', |
| '../skia/skia.gyp:skia', |
| '../testing/gtest.gyp:gtest', |
| '../third_party/icu38/icu38.gyp:icui18n', |