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

Unified Diff: net/net.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
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 651c2322a0d70e91f89f73753b9f8229bb7f09c2..ab5972c61c5b984e886bc85297b553ae8905b0af 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -562,6 +562,7 @@
'net_test_support',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'AAC78796-B9A2-4CD9-BF89-09B03E92BF73',
@@ -676,7 +677,7 @@
'dependencies': [
'net',
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B123',
@@ -690,7 +691,7 @@
'dependencies': [
'net',
'../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
+ '../base/base.gyp:test_support_perf',
'../testing/gtest.gyp:gtest',
],
'msvs_guid': 'DABB8796-B9A2-4CD9-BF89-09B03E92B124',
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698