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

Unified Diff: net/net.gyp

Issue 14089011: Roll the DEPS for google-url. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort chrome_tests.gypi Created 7 years, 8 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 | « media/media.gyp ('k') | net/tools/tld_cleanup/tld_cleanup.gyp » ('j') | 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 ed87f843694726a8943e8ca3120951277107fd9a..3f96ec13a2a3fc97b8aa51afbb49c3e1d51ba3e3 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -50,12 +50,12 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../crypto/crypto.gyp:crypto',
'../sdch/sdch.gyp:sdch',
'../third_party/icu/icu.gyp:icui18n',
'../third_party/icu/icu.gyp:icuuc',
'../third_party/zlib/zlib.gyp:zlib',
+ '../url/url.gyp:url',
'net_resources',
],
'sources': [
@@ -1386,11 +1386,11 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../crypto/crypto.gyp:crypto',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
'../third_party/zlib/zlib.gyp:zlib',
+ '../url/url.gyp:url',
'net',
'net_test_support',
],
@@ -1971,7 +1971,7 @@
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_perf',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../url/url.gyp:url',
'../testing/gtest.gyp:gtest',
'net',
'net_test_support',
@@ -2010,8 +2010,8 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url',
'net',
],
'export_dependent_settings': [
@@ -2203,7 +2203,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../url/url.gyp:url',
'../v8/tools/gyp/v8.gyp:v8',
'net'
],
@@ -2274,8 +2274,8 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../testing/gtest.gyp:gtest',
+ '../url/url.gyp:url',
'net',
'net_with_v8',
],
@@ -2291,7 +2291,7 @@
'variables': { 'enable_wexit_time_destructors': 1, },
'dependencies': [
'../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../url/url.gyp:url',
'net',
],
'sources': [
@@ -2328,7 +2328,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../url/url.gyp:url',
'net',
],
'sources': [
@@ -2391,7 +2391,7 @@
'dependencies': [
'../base/base.gyp:base',
'../base/base.gyp:base_i18n',
- '../build/temp_gyp/googleurl.gyp:googleurl',
+ '../url/url.gyp:url',
],
'sources': [
'tools/tld_cleanup/tld_cleanup.cc',
@@ -2484,8 +2484,8 @@
'dependencies': [
'../base/base.gyp:base',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../third_party/openssl/openssl.gyp:openssl',
+ '../url/url.gyp:url',
'flip_balsa_and_epoll_library',
'net',
],
« no previous file with comments | « media/media.gyp ('k') | net/tools/tld_cleanup/tld_cleanup.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698