| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 1055 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1066 ['include', '^http/http_version\\.h$'], | 1066 ['include', '^http/http_version\\.h$'], |
| 1067 ], | 1067 ], |
| 1068 }, | 1068 }, |
| 1069 ], | 1069 ], |
| 1070 [ 'OS == "android"', { | 1070 [ 'OS == "android"', { |
| 1071 'dependencies': [ | 1071 'dependencies': [ |
| 1072 '../third_party/openssl/openssl.gyp:openssl', | 1072 '../third_party/openssl/openssl.gyp:openssl', |
| 1073 'net_jni_headers', | 1073 'net_jni_headers', |
| 1074 ], | 1074 ], |
| 1075 'sources!': [ | 1075 'sources!': [ |
| 1076 'base/dnssec_chain_verifier.cc', |
| 1076 'base/openssl_memory_private_key_store.cc', | 1077 'base/openssl_memory_private_key_store.cc', |
| 1077 ], | 1078 ], |
| 1078 }, { # else OS! = "android" | 1079 }, { # else OS! = "android" |
| 1079 'defines': [ | 1080 'defines': [ |
| 1080 # These are the features Android doesn't support. | 1081 # These are the features Android doesn't support. |
| 1081 'ENABLE_MEDIA_CODEC_THEORA', | 1082 'ENABLE_MEDIA_CODEC_THEORA', |
| 1082 ], | 1083 ], |
| 1083 }, | 1084 }, |
| 1084 ], | 1085 ], |
| 1085 [ 'OS == "linux"', { | 1086 [ 'OS == "linux"', { |
| (...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2063 '--result', '<@(_outputs)', | 2064 '--result', '<@(_outputs)', |
| 2064 '--isolate', 'net_unittests.isolate', | 2065 '--isolate', 'net_unittests.isolate', |
| 2065 ], | 2066 ], |
| 2066 }, | 2067 }, |
| 2067 ], | 2068 ], |
| 2068 }, | 2069 }, |
| 2069 ], | 2070 ], |
| 2070 }], | 2071 }], |
| 2071 ], | 2072 ], |
| 2072 } | 2073 } |
| OLD | NEW |