OLD | NEW |
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 'conditions': [ | 10 'conditions': [ |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 ], | 43 ], |
44 'targets': [ | 44 'targets': [ |
45 { | 45 { |
46 'target_name': 'net', | 46 'target_name': 'net', |
47 'type': '<(component)', | 47 'type': '<(component)', |
48 'variables': { 'enable_wexit_time_destructors': 1, }, | 48 'variables': { 'enable_wexit_time_destructors': 1, }, |
49 'dependencies': [ | 49 'dependencies': [ |
50 '../base/base.gyp:base', | 50 '../base/base.gyp:base', |
51 '../base/base.gyp:base_i18n', | 51 '../base/base.gyp:base_i18n', |
52 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 52 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
53 '../build/temp_gyp/googleurl.gyp:googleurl', | |
54 '../crypto/crypto.gyp:crypto', | 53 '../crypto/crypto.gyp:crypto', |
55 '../sdch/sdch.gyp:sdch', | 54 '../sdch/sdch.gyp:sdch', |
56 '../third_party/icu/icu.gyp:icui18n', | 55 '../third_party/icu/icu.gyp:icui18n', |
57 '../third_party/icu/icu.gyp:icuuc', | 56 '../third_party/icu/icu.gyp:icuuc', |
58 '../third_party/zlib/zlib.gyp:zlib', | 57 '../third_party/zlib/zlib.gyp:zlib', |
| 58 '../url/url.gyp:url', |
59 'net_resources', | 59 'net_resources', |
60 ], | 60 ], |
61 'sources': [ | 61 'sources': [ |
62 'android/cert_verify_result_android.h', | 62 'android/cert_verify_result_android.h', |
63 'android/cert_verify_result_android_list.h', | 63 'android/cert_verify_result_android_list.h', |
64 'android/gurl_utils.cc', | 64 'android/gurl_utils.cc', |
65 'android/gurl_utils.h', | 65 'android/gurl_utils.h', |
66 'android/keystore.cc', | 66 'android/keystore.cc', |
67 'android/keystore.h', | 67 'android/keystore.h', |
68 'android/keystore_openssl.cc', | 68 'android/keystore_openssl.cc', |
(...skipping 1310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1379 }], | 1379 }], |
1380 ], | 1380 ], |
1381 }, | 1381 }, |
1382 { | 1382 { |
1383 'target_name': 'net_unittests', | 1383 'target_name': 'net_unittests', |
1384 'type': '<(gtest_target_type)', | 1384 'type': '<(gtest_target_type)', |
1385 'dependencies': [ | 1385 'dependencies': [ |
1386 '../base/base.gyp:base', | 1386 '../base/base.gyp:base', |
1387 '../base/base.gyp:base_i18n', | 1387 '../base/base.gyp:base_i18n', |
1388 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1388 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1389 '../build/temp_gyp/googleurl.gyp:googleurl', | |
1390 '../crypto/crypto.gyp:crypto', | 1389 '../crypto/crypto.gyp:crypto', |
1391 '../testing/gmock.gyp:gmock', | 1390 '../testing/gmock.gyp:gmock', |
1392 '../testing/gtest.gyp:gtest', | 1391 '../testing/gtest.gyp:gtest', |
1393 '../third_party/zlib/zlib.gyp:zlib', | 1392 '../third_party/zlib/zlib.gyp:zlib', |
| 1393 '../url/url.gyp:url', |
1394 'net', | 1394 'net', |
1395 'net_test_support', | 1395 'net_test_support', |
1396 ], | 1396 ], |
1397 'sources': [ | 1397 'sources': [ |
1398 'android/keystore_unittest.cc', | 1398 'android/keystore_unittest.cc', |
1399 'android/network_change_notifier_android_unittest.cc', | 1399 'android/network_change_notifier_android_unittest.cc', |
1400 'base/address_list_unittest.cc', | 1400 'base/address_list_unittest.cc', |
1401 'base/address_tracker_linux_unittest.cc', | 1401 'base/address_tracker_linux_unittest.cc', |
1402 'base/backoff_entry_unittest.cc', | 1402 'base/backoff_entry_unittest.cc', |
1403 'base/big_endian_unittest.cc', | 1403 'base/big_endian_unittest.cc', |
(...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1964 }], | 1964 }], |
1965 ], | 1965 ], |
1966 }, | 1966 }, |
1967 { | 1967 { |
1968 'target_name': 'net_perftests', | 1968 'target_name': 'net_perftests', |
1969 'type': 'executable', | 1969 'type': 'executable', |
1970 'dependencies': [ | 1970 'dependencies': [ |
1971 '../base/base.gyp:base', | 1971 '../base/base.gyp:base', |
1972 '../base/base.gyp:base_i18n', | 1972 '../base/base.gyp:base_i18n', |
1973 '../base/base.gyp:test_support_perf', | 1973 '../base/base.gyp:test_support_perf', |
1974 '../build/temp_gyp/googleurl.gyp:googleurl', | 1974 '../url/url.gyp:url', |
1975 '../testing/gtest.gyp:gtest', | 1975 '../testing/gtest.gyp:gtest', |
1976 'net', | 1976 'net', |
1977 'net_test_support', | 1977 'net_test_support', |
1978 ], | 1978 ], |
1979 'sources': [ | 1979 'sources': [ |
1980 'cookies/cookie_monster_perftest.cc', | 1980 'cookies/cookie_monster_perftest.cc', |
1981 'disk_cache/disk_cache_perftest.cc', | 1981 'disk_cache/disk_cache_perftest.cc', |
1982 'proxy/proxy_resolver_perftest.cc', | 1982 'proxy/proxy_resolver_perftest.cc', |
1983 ], | 1983 ], |
1984 'conditions': [ | 1984 'conditions': [ |
(...skipping 18 matching lines...) Expand all Loading... |
2003 }, | 2003 }, |
2004 ], | 2004 ], |
2005 ], | 2005 ], |
2006 }, | 2006 }, |
2007 { | 2007 { |
2008 'target_name': 'net_test_support', | 2008 'target_name': 'net_test_support', |
2009 'type': 'static_library', | 2009 'type': 'static_library', |
2010 'dependencies': [ | 2010 'dependencies': [ |
2011 '../base/base.gyp:base', | 2011 '../base/base.gyp:base', |
2012 '../base/base.gyp:test_support_base', | 2012 '../base/base.gyp:test_support_base', |
2013 '../build/temp_gyp/googleurl.gyp:googleurl', | |
2014 '../testing/gtest.gyp:gtest', | 2013 '../testing/gtest.gyp:gtest', |
| 2014 '../url/url.gyp:url', |
2015 'net', | 2015 'net', |
2016 ], | 2016 ], |
2017 'export_dependent_settings': [ | 2017 'export_dependent_settings': [ |
2018 '../base/base.gyp:base', | 2018 '../base/base.gyp:base', |
2019 '../base/base.gyp:test_support_base', | 2019 '../base/base.gyp:test_support_base', |
2020 '../testing/gtest.gyp:gtest', | 2020 '../testing/gtest.gyp:gtest', |
2021 ], | 2021 ], |
2022 'sources': [ | 2022 'sources': [ |
2023 'base/capturing_net_log.cc', | 2023 'base/capturing_net_log.cc', |
2024 'base/capturing_net_log.h', | 2024 'base/capturing_net_log.h', |
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2196 ], | 2196 ], |
2197 'conditions': [ | 2197 'conditions': [ |
2198 ['use_v8_in_net == 1', { | 2198 ['use_v8_in_net == 1', { |
2199 'targets': [ | 2199 'targets': [ |
2200 { | 2200 { |
2201 'target_name': 'net_with_v8', | 2201 'target_name': 'net_with_v8', |
2202 'type': '<(component)', | 2202 'type': '<(component)', |
2203 'variables': { 'enable_wexit_time_destructors': 1, }, | 2203 'variables': { 'enable_wexit_time_destructors': 1, }, |
2204 'dependencies': [ | 2204 'dependencies': [ |
2205 '../base/base.gyp:base', | 2205 '../base/base.gyp:base', |
2206 '../build/temp_gyp/googleurl.gyp:googleurl', | 2206 '../url/url.gyp:url', |
2207 '../v8/tools/gyp/v8.gyp:v8', | 2207 '../v8/tools/gyp/v8.gyp:v8', |
2208 'net' | 2208 'net' |
2209 ], | 2209 ], |
2210 'defines': [ | 2210 'defines': [ |
2211 'NET_IMPLEMENTATION', | 2211 'NET_IMPLEMENTATION', |
2212 ], | 2212 ], |
2213 'sources': [ | 2213 'sources': [ |
2214 'proxy/proxy_resolver_v8.cc', | 2214 'proxy/proxy_resolver_v8.cc', |
2215 'proxy/proxy_resolver_v8.h', | 2215 'proxy/proxy_resolver_v8.h', |
2216 'proxy/proxy_resolver_v8_tracing.cc', | 2216 'proxy/proxy_resolver_v8_tracing.cc', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2267 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2267 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2268 'msvs_disabled_warnings': [4267, ], | 2268 'msvs_disabled_warnings': [4267, ], |
2269 }, | 2269 }, |
2270 { | 2270 { |
2271 'target_name': 'fetch_client', | 2271 'target_name': 'fetch_client', |
2272 'type': 'executable', | 2272 'type': 'executable', |
2273 'variables': { 'enable_wexit_time_destructors': 1, }, | 2273 'variables': { 'enable_wexit_time_destructors': 1, }, |
2274 'dependencies': [ | 2274 'dependencies': [ |
2275 '../base/base.gyp:base', | 2275 '../base/base.gyp:base', |
2276 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 2276 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
2277 '../build/temp_gyp/googleurl.gyp:googleurl', | |
2278 '../testing/gtest.gyp:gtest', | 2277 '../testing/gtest.gyp:gtest', |
| 2278 '../url/url.gyp:url', |
2279 'net', | 2279 'net', |
2280 'net_with_v8', | 2280 'net_with_v8', |
2281 ], | 2281 ], |
2282 'sources': [ | 2282 'sources': [ |
2283 'tools/fetch/fetch_client.cc', | 2283 'tools/fetch/fetch_client.cc', |
2284 ], | 2284 ], |
2285 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2285 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2286 'msvs_disabled_warnings': [4267, ], | 2286 'msvs_disabled_warnings': [4267, ], |
2287 }, | 2287 }, |
2288 { | 2288 { |
2289 'target_name': 'fetch_server', | 2289 'target_name': 'fetch_server', |
2290 'type': 'executable', | 2290 'type': 'executable', |
2291 'variables': { 'enable_wexit_time_destructors': 1, }, | 2291 'variables': { 'enable_wexit_time_destructors': 1, }, |
2292 'dependencies': [ | 2292 'dependencies': [ |
2293 '../base/base.gyp:base', | 2293 '../base/base.gyp:base', |
2294 '../build/temp_gyp/googleurl.gyp:googleurl', | 2294 '../url/url.gyp:url', |
2295 'net', | 2295 'net', |
2296 ], | 2296 ], |
2297 'sources': [ | 2297 'sources': [ |
2298 'tools/fetch/fetch_server.cc', | 2298 'tools/fetch/fetch_server.cc', |
2299 'tools/fetch/http_listen_socket.cc', | 2299 'tools/fetch/http_listen_socket.cc', |
2300 'tools/fetch/http_listen_socket.h', | 2300 'tools/fetch/http_listen_socket.h', |
2301 'tools/fetch/http_server.cc', | 2301 'tools/fetch/http_server.cc', |
2302 'tools/fetch/http_server.h', | 2302 'tools/fetch/http_server.h', |
2303 'tools/fetch/http_server_request_info.cc', | 2303 'tools/fetch/http_server_request_info.cc', |
2304 'tools/fetch/http_server_request_info.h', | 2304 'tools/fetch/http_server_request_info.h', |
(...skipping 16 matching lines...) Expand all Loading... |
2321 'tools/gdig/file_net_log.cc', | 2321 'tools/gdig/file_net_log.cc', |
2322 'tools/gdig/gdig.cc', | 2322 'tools/gdig/gdig.cc', |
2323 ], | 2323 ], |
2324 }, | 2324 }, |
2325 { | 2325 { |
2326 'target_name': 'get_server_time', | 2326 'target_name': 'get_server_time', |
2327 'type': 'executable', | 2327 'type': 'executable', |
2328 'dependencies': [ | 2328 'dependencies': [ |
2329 '../base/base.gyp:base', | 2329 '../base/base.gyp:base', |
2330 '../base/base.gyp:base_i18n', | 2330 '../base/base.gyp:base_i18n', |
2331 '../build/temp_gyp/googleurl.gyp:googleurl', | 2331 '../url/url.gyp:url', |
2332 'net', | 2332 'net', |
2333 ], | 2333 ], |
2334 'sources': [ | 2334 'sources': [ |
2335 'tools/get_server_time/get_server_time.cc', | 2335 'tools/get_server_time/get_server_time.cc', |
2336 ], | 2336 ], |
2337 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2337 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2338 'msvs_disabled_warnings': [4267, ], | 2338 'msvs_disabled_warnings': [4267, ], |
2339 }, | 2339 }, |
2340 { | 2340 { |
2341 'target_name': 'net_watcher', | 2341 'target_name': 'net_watcher', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2384 ], | 2384 ], |
2385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2386 'msvs_disabled_warnings': [4267, ], | 2386 'msvs_disabled_warnings': [4267, ], |
2387 }, | 2387 }, |
2388 { | 2388 { |
2389 'target_name': 'tld_cleanup', | 2389 'target_name': 'tld_cleanup', |
2390 'type': 'executable', | 2390 'type': 'executable', |
2391 'dependencies': [ | 2391 'dependencies': [ |
2392 '../base/base.gyp:base', | 2392 '../base/base.gyp:base', |
2393 '../base/base.gyp:base_i18n', | 2393 '../base/base.gyp:base_i18n', |
2394 '../build/temp_gyp/googleurl.gyp:googleurl', | 2394 '../url/url.gyp:url', |
2395 ], | 2395 ], |
2396 'sources': [ | 2396 'sources': [ |
2397 'tools/tld_cleanup/tld_cleanup.cc', | 2397 'tools/tld_cleanup/tld_cleanup.cc', |
2398 ], | 2398 ], |
2399 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2399 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2400 'msvs_disabled_warnings': [4267, ], | 2400 'msvs_disabled_warnings': [4267, ], |
2401 }, | 2401 }, |
2402 ], | 2402 ], |
2403 }], | 2403 }], |
2404 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { | 2404 ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', { |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2477 'tools/flip_server/streamer_interface.h', | 2477 'tools/flip_server/streamer_interface.h', |
2478 'tools/flip_server/string_piece_utils.h', | 2478 'tools/flip_server/string_piece_utils.h', |
2479 ], | 2479 ], |
2480 }, | 2480 }, |
2481 { | 2481 { |
2482 'target_name': 'quic_library', | 2482 'target_name': 'quic_library', |
2483 'type': 'static_library', | 2483 'type': 'static_library', |
2484 'dependencies': [ | 2484 'dependencies': [ |
2485 '../base/base.gyp:base', | 2485 '../base/base.gyp:base', |
2486 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 2486 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
2487 '../build/temp_gyp/googleurl.gyp:googleurl', | |
2488 '../third_party/openssl/openssl.gyp:openssl', | 2487 '../third_party/openssl/openssl.gyp:openssl', |
| 2488 '../url/url.gyp:url', |
2489 'flip_balsa_and_epoll_library', | 2489 'flip_balsa_and_epoll_library', |
2490 'net', | 2490 'net', |
2491 ], | 2491 ], |
2492 'sources': [ | 2492 'sources': [ |
2493 'tools/quic/quic_client.cc', | 2493 'tools/quic/quic_client.cc', |
2494 'tools/quic/quic_client.h', | 2494 'tools/quic/quic_client.h', |
2495 'tools/quic/quic_client_session.cc', | 2495 'tools/quic/quic_client_session.cc', |
2496 'tools/quic/quic_client_session.h', | 2496 'tools/quic/quic_client_session.h', |
2497 'tools/quic/quic_dispatcher.h', | 2497 'tools/quic/quic_dispatcher.h', |
2498 'tools/quic/quic_dispatcher.cc', | 2498 'tools/quic/quic_dispatcher.cc', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2778 '--result', '<@(_outputs)', | 2778 '--result', '<@(_outputs)', |
2779 '--isolate', 'net_unittests.isolate', | 2779 '--isolate', 'net_unittests.isolate', |
2780 ], | 2780 ], |
2781 }, | 2781 }, |
2782 ], | 2782 ], |
2783 }, | 2783 }, |
2784 ], | 2784 ], |
2785 }], | 2785 }], |
2786 ], | 2786 ], |
2787 } | 2787 } |
OLD | NEW |