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 'linux_link_kerberos%': 0, | 8 'linux_link_kerberos%': 0, |
9 'conditions': [ | 9 'conditions': [ |
10 ['chromeos==1 or embedded==1 or OS=="ios"', { | 10 ['chromeos==1 or embedded==1 or OS=="ios"', { |
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
868 ['use_v8_in_net == 1', { | 868 ['use_v8_in_net == 1', { |
869 'targets': [ | 869 'targets': [ |
870 { | 870 { |
871 'target_name': 'net_with_v8', | 871 'target_name': 'net_with_v8', |
872 'type': '<(component)', | 872 'type': '<(component)', |
873 'variables': { 'enable_wexit_time_destructors': 1, }, | 873 'variables': { 'enable_wexit_time_destructors': 1, }, |
874 'dependencies': [ | 874 'dependencies': [ |
875 '../base/base.gyp:base', | 875 '../base/base.gyp:base', |
876 '../gin/gin.gyp:gin', | 876 '../gin/gin.gyp:gin', |
877 '../url/url.gyp:url_lib', | 877 '../url/url.gyp:url_lib', |
878 '../v8/tools/gyp/v8.gyp:v8', | 878 '../v8/src/v8.gyp:v8', |
879 'net' | 879 'net' |
880 ], | 880 ], |
881 'defines': [ | 881 'defines': [ |
882 'NET_IMPLEMENTATION', | 882 'NET_IMPLEMENTATION', |
883 ], | 883 ], |
884 'sources': [ | 884 'sources': [ |
885 'proxy/proxy_resolver_v8.cc', | 885 'proxy/proxy_resolver_v8.cc', |
886 'proxy/proxy_resolver_v8.h', | 886 'proxy/proxy_resolver_v8.h', |
887 'proxy/proxy_resolver_v8_tracing.cc', | 887 'proxy/proxy_resolver_v8_tracing.cc', |
888 'proxy/proxy_resolver_v8_tracing.h', | 888 'proxy/proxy_resolver_v8_tracing.h', |
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1564 'type': 'none', | 1564 'type': 'none', |
1565 'dependencies': [ | 1565 'dependencies': [ |
1566 'net_java', | 1566 'net_java', |
1567 'net_javatests', | 1567 'net_javatests', |
1568 'net_java_test_support', | 1568 'net_java_test_support', |
1569 'net_unittests', | 1569 'net_unittests', |
1570 ], | 1570 ], |
1571 'conditions': [ | 1571 'conditions': [ |
1572 ['v8_use_external_startup_data==1', { | 1572 ['v8_use_external_startup_data==1', { |
1573 'dependencies': [ | 1573 'dependencies': [ |
1574 '../v8/tools/gyp/v8.gyp:v8_external_snapshot', | 1574 '../v8/src/v8.gyp:v8_external_snapshot', |
1575 ], | 1575 ], |
1576 'variables': { | 1576 'variables': { |
1577 'dest_path': '<(asset_location)', | 1577 'dest_path': '<(asset_location)', |
1578 'renaming_sources': [ | 1578 'renaming_sources': [ |
1579 '<(PRODUCT_DIR)/natives_blob.bin', | 1579 '<(PRODUCT_DIR)/natives_blob.bin', |
1580 '<(PRODUCT_DIR)/snapshot_blob.bin', | 1580 '<(PRODUCT_DIR)/snapshot_blob.bin', |
1581 ], | 1581 ], |
1582 'renaming_destinations': [ | 1582 'renaming_destinations': [ |
1583 'natives_blob_<(arch_suffix).bin', | 1583 'natives_blob_<(arch_suffix).bin', |
1584 'snapshot_blob_<(arch_suffix).bin', | 1584 'snapshot_blob_<(arch_suffix).bin', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1711 '../build/isolate.gypi', | 1711 '../build/isolate.gypi', |
1712 ], | 1712 ], |
1713 'sources': [ | 1713 'sources': [ |
1714 'net_unittests.isolate', | 1714 'net_unittests.isolate', |
1715 ], | 1715 ], |
1716 }, | 1716 }, |
1717 ], | 1717 ], |
1718 }], | 1718 }], |
1719 ], | 1719 ], |
1720 } | 1720 } |
OLD | NEW |