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

Unified Diff: net/net.gyp

Issue 8673006: Remove unnecessary gtest dependency from some net/ non-test targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « no previous file | 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 17f0b9a4a1cad1ff5ed566539dd4637d6e340a8d..2694b279b8525e3d3d1f5f1ec528c5231c49bb79 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -1475,7 +1475,6 @@
'net',
'../base/base.gyp:base',
'../build/temp_gyp/googleurl.gyp:googleurl',
- '../testing/gtest.gyp:gtest',
],
'sources': [
'tools/fetch/fetch_server.cc',
@@ -1498,7 +1497,6 @@
'dependencies': [
'net',
'../base/base.gyp:base',
- '../testing/gtest.gyp:gtest',
],
'sources': [
'server/http_connection.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698