Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7252)

Unified Diff: chrome/chrome.gyp

Issue 159791: Move test_file_util out of libbase. Test code should not be mixed with production code. (Closed)
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « base/base.gyp ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698