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

Side by Side Diff: net/net.gyp

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'use_tracing_cache_backend%': 0, 10 'use_tracing_cache_backend%': 0,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 ], 44 ],
45 'targets': [ 45 'targets': [
46 { 46 {
47 'target_name': 'net', 47 'target_name': 'net',
48 'type': '<(component)', 48 'type': '<(component)',
49 'variables': { 'enable_wexit_time_destructors': 1, }, 49 'variables': { 'enable_wexit_time_destructors': 1, },
50 'dependencies': [ 50 'dependencies': [
51 '../base/base.gyp:base', 51 '../base/base.gyp:base',
52 '../base/base.gyp:base_i18n', 52 '../base/base.gyp:base_i18n',
53 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 53 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
54 '../build/temp_gyp/googleurl.gyp:googleurl',
55 '../crypto/crypto.gyp:crypto', 54 '../crypto/crypto.gyp:crypto',
56 '../sdch/sdch.gyp:sdch', 55 '../sdch/sdch.gyp:sdch',
57 '../third_party/icu/icu.gyp:icui18n', 56 '../third_party/icu/icu.gyp:icui18n',
58 '../third_party/icu/icu.gyp:icuuc', 57 '../third_party/icu/icu.gyp:icuuc',
59 '../third_party/zlib/zlib.gyp:zlib', 58 '../third_party/zlib/zlib.gyp:zlib',
59 '../url/url.gyp:url',
60 'net_resources', 60 'net_resources',
61 ], 61 ],
62 'sources': [ 62 'sources': [
63 'android/cert_verify_result_android.h', 63 'android/cert_verify_result_android.h',
64 'android/cert_verify_result_android_list.h', 64 'android/cert_verify_result_android_list.h',
65 'android/gurl_utils.cc', 65 'android/gurl_utils.cc',
66 'android/gurl_utils.h', 66 'android/gurl_utils.h',
67 'android/keystore.cc', 67 'android/keystore.cc',
68 'android/keystore.h', 68 'android/keystore.h',
69 'android/keystore_openssl.cc', 69 'android/keystore_openssl.cc',
(...skipping 1365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 }], 1435 }],
1436 ], 1436 ],
1437 }, 1437 },
1438 { 1438 {
1439 'target_name': 'net_unittests', 1439 'target_name': 'net_unittests',
1440 'type': '<(gtest_target_type)', 1440 'type': '<(gtest_target_type)',
1441 'dependencies': [ 1441 'dependencies': [
1442 '../base/base.gyp:base', 1442 '../base/base.gyp:base',
1443 '../base/base.gyp:base_i18n', 1443 '../base/base.gyp:base_i18n',
1444 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1444 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1445 '../build/temp_gyp/googleurl.gyp:googleurl',
1446 '../crypto/crypto.gyp:crypto', 1445 '../crypto/crypto.gyp:crypto',
1447 '../testing/gmock.gyp:gmock', 1446 '../testing/gmock.gyp:gmock',
1448 '../testing/gtest.gyp:gtest', 1447 '../testing/gtest.gyp:gtest',
1449 '../third_party/zlib/zlib.gyp:zlib', 1448 '../third_party/zlib/zlib.gyp:zlib',
1449 '../url/url.gyp:url',
1450 'net', 1450 'net',
1451 'net_test_support', 1451 'net_test_support',
1452 ], 1452 ],
1453 'sources': [ 1453 'sources': [
1454 'android/keystore_unittest.cc', 1454 'android/keystore_unittest.cc',
1455 'android/network_change_notifier_android_unittest.cc', 1455 'android/network_change_notifier_android_unittest.cc',
1456 'base/address_list_unittest.cc', 1456 'base/address_list_unittest.cc',
1457 'base/address_tracker_linux_unittest.cc', 1457 'base/address_tracker_linux_unittest.cc',
1458 'base/backoff_entry_unittest.cc', 1458 'base/backoff_entry_unittest.cc',
1459 'base/big_endian_unittest.cc', 1459 'base/big_endian_unittest.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
2049 }], 2049 }],
2050 ], 2050 ],
2051 }, 2051 },
2052 { 2052 {
2053 'target_name': 'net_perftests', 2053 'target_name': 'net_perftests',
2054 'type': 'executable', 2054 'type': 'executable',
2055 'dependencies': [ 2055 'dependencies': [
2056 '../base/base.gyp:base', 2056 '../base/base.gyp:base',
2057 '../base/base.gyp:base_i18n', 2057 '../base/base.gyp:base_i18n',
2058 '../base/base.gyp:test_support_perf', 2058 '../base/base.gyp:test_support_perf',
2059 '../build/temp_gyp/googleurl.gyp:googleurl',
2060 '../testing/gtest.gyp:gtest', 2059 '../testing/gtest.gyp:gtest',
2060 '../url/url.gyp:url',
2061 'net', 2061 'net',
2062 'net_test_support', 2062 'net_test_support',
2063 ], 2063 ],
2064 'sources': [ 2064 'sources': [
2065 'cookies/cookie_monster_perftest.cc', 2065 'cookies/cookie_monster_perftest.cc',
2066 'disk_cache/disk_cache_perftest.cc', 2066 'disk_cache/disk_cache_perftest.cc',
2067 'proxy/proxy_resolver_perftest.cc', 2067 'proxy/proxy_resolver_perftest.cc',
2068 ], 2068 ],
2069 'conditions': [ 2069 'conditions': [
2070 [ 'use_v8_in_net==1', { 2070 [ 'use_v8_in_net==1', {
(...skipping 17 matching lines...) Expand all
2088 }, 2088 },
2089 ], 2089 ],
2090 ], 2090 ],
2091 }, 2091 },
2092 { 2092 {
2093 'target_name': 'net_test_support', 2093 'target_name': 'net_test_support',
2094 'type': 'static_library', 2094 'type': 'static_library',
2095 'dependencies': [ 2095 'dependencies': [
2096 '../base/base.gyp:base', 2096 '../base/base.gyp:base',
2097 '../base/base.gyp:test_support_base', 2097 '../base/base.gyp:test_support_base',
2098 '../build/temp_gyp/googleurl.gyp:googleurl',
2099 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util', 2098 '../net/tools/tld_cleanup/tld_cleanup.gyp:tld_cleanup_util',
2100 '../testing/gtest.gyp:gtest', 2099 '../testing/gtest.gyp:gtest',
2100 '../url/url.gyp:url',
2101 'net', 2101 'net',
2102 ], 2102 ],
2103 'export_dependent_settings': [ 2103 'export_dependent_settings': [
2104 '../base/base.gyp:base', 2104 '../base/base.gyp:base',
2105 '../base/base.gyp:test_support_base', 2105 '../base/base.gyp:test_support_base',
2106 '../testing/gtest.gyp:gtest', 2106 '../testing/gtest.gyp:gtest',
2107 ], 2107 ],
2108 'sources': [ 2108 'sources': [
2109 'base/capturing_net_log.cc', 2109 'base/capturing_net_log.cc',
2110 'base/capturing_net_log.h', 2110 'base/capturing_net_log.h',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2290 ], 2290 ],
2291 'conditions': [ 2291 'conditions': [
2292 ['use_v8_in_net == 1', { 2292 ['use_v8_in_net == 1', {
2293 'targets': [ 2293 'targets': [
2294 { 2294 {
2295 'target_name': 'net_with_v8', 2295 'target_name': 'net_with_v8',
2296 'type': '<(component)', 2296 'type': '<(component)',
2297 'variables': { 'enable_wexit_time_destructors': 1, }, 2297 'variables': { 'enable_wexit_time_destructors': 1, },
2298 'dependencies': [ 2298 'dependencies': [
2299 '../base/base.gyp:base', 2299 '../base/base.gyp:base',
2300 '../build/temp_gyp/googleurl.gyp:googleurl', 2300 '../url/url.gyp:url',
2301 '../v8/tools/gyp/v8.gyp:v8', 2301 '../v8/tools/gyp/v8.gyp:v8',
2302 'net' 2302 'net'
2303 ], 2303 ],
2304 'defines': [ 2304 'defines': [
2305 'NET_IMPLEMENTATION', 2305 'NET_IMPLEMENTATION',
2306 ], 2306 ],
2307 'sources': [ 2307 'sources': [
2308 'proxy/proxy_resolver_v8.cc', 2308 'proxy/proxy_resolver_v8.cc',
2309 'proxy/proxy_resolver_v8.h', 2309 'proxy/proxy_resolver_v8.h',
2310 'proxy/proxy_resolver_v8_tracing.cc', 2310 'proxy/proxy_resolver_v8_tracing.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
2361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2362 'msvs_disabled_warnings': [4267, ], 2362 'msvs_disabled_warnings': [4267, ],
2363 }, 2363 },
2364 { 2364 {
2365 'target_name': 'fetch_client', 2365 'target_name': 'fetch_client',
2366 'type': 'executable', 2366 'type': 'executable',
2367 'variables': { 'enable_wexit_time_destructors': 1, }, 2367 'variables': { 'enable_wexit_time_destructors': 1, },
2368 'dependencies': [ 2368 'dependencies': [
2369 '../base/base.gyp:base', 2369 '../base/base.gyp:base',
2370 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', 2370 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2371 '../build/temp_gyp/googleurl.gyp:googleurl',
2372 '../testing/gtest.gyp:gtest', 2371 '../testing/gtest.gyp:gtest',
2372 '../url/url.gyp:url',
2373 'net', 2373 'net',
2374 'net_with_v8', 2374 'net_with_v8',
2375 ], 2375 ],
2376 'sources': [ 2376 'sources': [
2377 'tools/fetch/fetch_client.cc', 2377 'tools/fetch/fetch_client.cc',
2378 ], 2378 ],
2379 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2379 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2380 'msvs_disabled_warnings': [4267, ], 2380 'msvs_disabled_warnings': [4267, ],
2381 }, 2381 },
2382 { 2382 {
2383 'target_name': 'fetch_server', 2383 'target_name': 'fetch_server',
2384 'type': 'executable', 2384 'type': 'executable',
2385 'variables': { 'enable_wexit_time_destructors': 1, }, 2385 'variables': { 'enable_wexit_time_destructors': 1, },
2386 'dependencies': [ 2386 'dependencies': [
2387 '../base/base.gyp:base', 2387 '../base/base.gyp:base',
2388 '../build/temp_gyp/googleurl.gyp:googleurl', 2388 '../url/url.gyp:url',
2389 'net', 2389 'net',
2390 ], 2390 ],
2391 'sources': [ 2391 'sources': [
2392 'tools/fetch/fetch_server.cc', 2392 'tools/fetch/fetch_server.cc',
2393 'tools/fetch/http_listen_socket.cc', 2393 'tools/fetch/http_listen_socket.cc',
2394 'tools/fetch/http_listen_socket.h', 2394 'tools/fetch/http_listen_socket.h',
2395 'tools/fetch/http_server.cc', 2395 'tools/fetch/http_server.cc',
2396 'tools/fetch/http_server.h', 2396 'tools/fetch/http_server.h',
2397 'tools/fetch/http_server_request_info.cc', 2397 'tools/fetch/http_server_request_info.cc',
2398 'tools/fetch/http_server_request_info.h', 2398 'tools/fetch/http_server_request_info.h',
(...skipping 16 matching lines...) Expand all
2415 'tools/gdig/file_net_log.cc', 2415 'tools/gdig/file_net_log.cc',
2416 'tools/gdig/gdig.cc', 2416 'tools/gdig/gdig.cc',
2417 ], 2417 ],
2418 }, 2418 },
2419 { 2419 {
2420 'target_name': 'get_server_time', 2420 'target_name': 'get_server_time',
2421 'type': 'executable', 2421 'type': 'executable',
2422 'dependencies': [ 2422 'dependencies': [
2423 '../base/base.gyp:base', 2423 '../base/base.gyp:base',
2424 '../base/base.gyp:base_i18n', 2424 '../base/base.gyp:base_i18n',
2425 '../build/temp_gyp/googleurl.gyp:googleurl', 2425 '../url/url.gyp:url',
2426 'net', 2426 'net',
2427 ], 2427 ],
2428 'sources': [ 2428 'sources': [
2429 'tools/get_server_time/get_server_time.cc', 2429 'tools/get_server_time/get_server_time.cc',
2430 ], 2430 ],
2431 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 2431 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
2432 'msvs_disabled_warnings': [4267, ], 2432 'msvs_disabled_warnings': [4267, ],
2433 }, 2433 },
2434 { 2434 {
2435 'target_name': 'net_watcher', 2435 'target_name': 'net_watcher',
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
2570 'tools/flip_server/streamer_interface.cc', 2570 'tools/flip_server/streamer_interface.cc',
2571 'tools/flip_server/streamer_interface.h', 2571 'tools/flip_server/streamer_interface.h',
2572 'tools/flip_server/string_piece_utils.h', 2572 'tools/flip_server/string_piece_utils.h',
2573 ], 2573 ],
2574 }, 2574 },
2575 { 2575 {
2576 'target_name': 'quic_library', 2576 'target_name': 'quic_library',
2577 'type': 'static_library', 2577 'type': 'static_library',
2578 'dependencies': [ 2578 'dependencies': [
2579 '../base/base.gyp:base', 2579 '../base/base.gyp:base',
2580 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2580 '../crypto/crypto.gyp:crypto', 2581 '../crypto/crypto.gyp:crypto',
2581 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations',
2582 '../build/temp_gyp/googleurl.gyp:googleurl',
2583 '../third_party/openssl/openssl.gyp:openssl', 2582 '../third_party/openssl/openssl.gyp:openssl',
2583 '../url/url.gyp:url',
2584 'flip_balsa_and_epoll_library', 2584 'flip_balsa_and_epoll_library',
2585 'net', 2585 'net',
2586 ], 2586 ],
2587 'sources': [ 2587 'sources': [
2588 'tools/quic/quic_client.cc', 2588 'tools/quic/quic_client.cc',
2589 'tools/quic/quic_client.h', 2589 'tools/quic/quic_client.h',
2590 'tools/quic/quic_client_session.cc', 2590 'tools/quic/quic_client_session.cc',
2591 'tools/quic/quic_client_session.h', 2591 'tools/quic/quic_client_session.h',
2592 'tools/quic/quic_dispatcher.h', 2592 'tools/quic/quic_dispatcher.h',
2593 'tools/quic/quic_dispatcher.cc', 2593 'tools/quic/quic_dispatcher.cc',
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
2879 '--result', '<@(_outputs)', 2879 '--result', '<@(_outputs)',
2880 '--isolate', 'net_unittests.isolate', 2880 '--isolate', 'net_unittests.isolate',
2881 ], 2881 ],
2882 }, 2882 },
2883 ], 2883 ],
2884 }, 2884 },
2885 ], 2885 ],
2886 }], 2886 }],
2887 ], 2887 ],
2888 } 2888 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698