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

Unified Diff: net/net.gyp

Issue 9562037: Move TestURLRequestContextGetter to url_request_test_util.{h,cc} (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix gyp Created 8 years, 10 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
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 87c6d8ed0a81cf5ba25d26a8e6561a810bbcca08..0c3143e4dd1ebebf759aaba544703a9b022095b0 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1403,6 +1403,11 @@
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
],
+ 'export_dependent_settings': [
+ '../base/base.gyp:base',
+ '../base/base.gyp:test_support_base',
+ '../testing/gtest.gyp:gtest',
+ ],
'sources': [
'base/cert_test_util.cc',
'base/cert_test_util.h',

Powered by Google App Engine
This is Rietveld 408576698