| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 16 matching lines...) Expand all Loading... |
| 27 'dependencies': [ | 27 'dependencies': [ |
| 28 '../base/base.gyp:base', | 28 '../base/base.gyp:base', |
| 29 '../base/base.gyp:base_i18n', | 29 '../base/base.gyp:base_i18n', |
| 30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 30 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 31 '../build/temp_gyp/googleurl.gyp:googleurl', | 31 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
| 33 '../sdch/sdch.gyp:sdch', | 33 '../sdch/sdch.gyp:sdch', |
| 34 '../third_party/icu/icu.gyp:icui18n', | 34 '../third_party/icu/icu.gyp:icui18n', |
| 35 '../third_party/icu/icu.gyp:icuuc', | 35 '../third_party/icu/icu.gyp:icuuc', |
| 36 '../third_party/zlib/zlib.gyp:zlib', | 36 '../third_party/zlib/zlib.gyp:zlib', |
| 37 '../v8/tools/gyp/v8.gyp:v8', |
| 37 'net_resources', | 38 'net_resources', |
| 38 'ssl_false_start_blacklist_process#host', | 39 'ssl_false_start_blacklist_process#host', |
| 39 ], | 40 ], |
| 40 'sources': [ | 41 'sources': [ |
| 41 'base/address_family.h', | 42 'base/address_family.h', |
| 42 'base/address_list.cc', | 43 'base/address_list.cc', |
| 43 'base/address_list.h', | 44 'base/address_list.h', |
| 44 'base/address_list_net_log_param.cc', | 45 'base/address_list_net_log_param.cc', |
| 45 'base/address_list_net_log_param.h', | 46 'base/address_list_net_log_param.h', |
| 46 'base/asn1_util.cc', | 47 'base/asn1_util.cc', |
| (...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 704 'action': | 705 'action': |
| 705 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_proce
ss<(EXECUTABLE_SUFFIX)', | 706 ['<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)ssl_false_start_blacklist_proce
ss<(EXECUTABLE_SUFFIX)', |
| 706 'base/ssl_false_start_blacklist.txt', | 707 'base/ssl_false_start_blacklist.txt', |
| 707 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_dat
a.cc', | 708 '<(SHARED_INTERMEDIATE_DIR)/net/base/ssl_false_start_blacklist_dat
a.cc', |
| 708 ], | 709 ], |
| 709 'message': 'Generating SSL False Start blacklist', | 710 'message': 'Generating SSL False Start blacklist', |
| 710 'process_outputs_as_sources': 1, | 711 'process_outputs_as_sources': 1, |
| 711 }, | 712 }, |
| 712 ], | 713 ], |
| 713 'conditions': [ | 714 'conditions': [ |
| 714 ['javascript_engine=="v8"', { | |
| 715 'dependencies': [ | |
| 716 '../v8/tools/gyp/v8.gyp:v8', | |
| 717 ], | |
| 718 }], | |
| 719 ['chromeos==1', { | 715 ['chromeos==1', { |
| 720 'sources!': [ | 716 'sources!': [ |
| 721 'proxy/proxy_config_service_linux.cc', | 717 'proxy/proxy_config_service_linux.cc', |
| 722 'proxy/proxy_config_service_linux.h', | 718 'proxy/proxy_config_service_linux.h', |
| 723 ], | 719 ], |
| 724 }], | 720 }], |
| 725 ['use_kerberos==1', { | 721 ['use_kerberos==1', { |
| 726 'defines': [ | 722 'defines': [ |
| 727 'USE_KERBEROS', | 723 'USE_KERBEROS', |
| 728 ], | 724 ], |
| (...skipping 825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1554 'tools/dump_cache/url_to_filename_encoder.cc', | 1550 'tools/dump_cache/url_to_filename_encoder.cc', |
| 1555 'tools/dump_cache/url_to_filename_encoder.h', | 1551 'tools/dump_cache/url_to_filename_encoder.h', |
| 1556 'tools/dump_cache/url_utilities.h', | 1552 'tools/dump_cache/url_utilities.h', |
| 1557 'tools/dump_cache/url_utilities.cc', | 1553 'tools/dump_cache/url_utilities.cc', |
| 1558 ], | 1554 ], |
| 1559 }, | 1555 }, |
| 1560 ], | 1556 ], |
| 1561 }], | 1557 }], |
| 1562 ], | 1558 ], |
| 1563 } | 1559 } |
| OLD | NEW |