| Index: net/net.gyp
|
| diff --git a/net/net.gyp b/net/net.gyp
|
| index 0aa47a935c81df1cab938f55ebe9080485295359..f03dc6ad5790ddb2272793e22f4c4c4f4a211314 100644
|
| --- a/net/net.gyp
|
| +++ b/net/net.gyp
|
| @@ -51,12 +51,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': [
|
| @@ -1442,11 +1442,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',
|
| ],
|
| @@ -2056,8 +2056,8 @@
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| '../base/base.gyp:test_support_perf',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../testing/gtest.gyp:gtest',
|
| + '../url/url.gyp:url',
|
| 'net',
|
| 'net_test_support',
|
| ],
|
| @@ -2095,9 +2095,9 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
|
| '../testing/gtest.gyp:gtest',
|
| + '../url/url.gyp:url',
|
| 'net',
|
| ],
|
| 'export_dependent_settings': [
|
| @@ -2297,7 +2297,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'
|
| ],
|
| @@ -2368,8 +2368,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',
|
| ],
|
| @@ -2385,7 +2385,7 @@
|
| 'variables': { 'enable_wexit_time_destructors': 1, },
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| + '../url/url.gyp:url',
|
| 'net',
|
| ],
|
| 'sources': [
|
| @@ -2422,7 +2422,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:base_i18n',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| + '../url/url.gyp:url',
|
| 'net',
|
| ],
|
| 'sources': [
|
| @@ -2577,10 +2577,10 @@
|
| 'type': 'static_library',
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| - '../crypto/crypto.gyp:crypto',
|
| '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
|
| - '../build/temp_gyp/googleurl.gyp:googleurl',
|
| + '../crypto/crypto.gyp:crypto',
|
| '../third_party/openssl/openssl.gyp:openssl',
|
| + '../url/url.gyp:url',
|
| 'flip_balsa_and_epoll_library',
|
| 'net',
|
| ],
|
|
|