| 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 'use_tracing_cache_backend%': 0, | 10 'use_tracing_cache_backend%': 0, |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../third_party/icu/icu.gyp:icuuc', | 57 '../third_party/icu/icu.gyp:icuuc', |
| 58 '../third_party/zlib/zlib.gyp:zlib', | 58 '../third_party/zlib/zlib.gyp:zlib', |
| 59 '../url/url.gyp:url_lib', | 59 '../url/url.gyp:url_lib', |
| 60 'net_resources', | 60 'net_resources', |
| 61 ], | 61 ], |
| 62 'sources': [ | 62 'sources': [ |
| 63 'android/cert_verify_result_android.cc', | 63 'android/cert_verify_result_android.cc', |
| 64 'android/cert_verify_result_android.h', | 64 'android/cert_verify_result_android.h', |
| 65 'android/cert_verify_status_android_list.h', | 65 'android/cert_verify_status_android_list.h', |
| 66 'android/gurl_utils.cc', | 66 'android/gurl_utils.cc', |
| 67 'android/gurl_utils.h', | |
| 68 'android/android_private_key.cc', | 67 'android/android_private_key.cc', |
| 69 'android/android_private_key.h', | 68 'android/android_private_key.h', |
| 70 'android/keystore.cc', | 69 'android/keystore.cc', |
| 71 'android/keystore.h', | 70 'android/keystore.h', |
| 72 'android/keystore_openssl.cc', | 71 'android/keystore_openssl.cc', |
| 73 'android/keystore_openssl.h', | 72 'android/keystore_openssl.h', |
| 74 'android/net_jni_registrar.cc', | 73 'android/net_jni_registrar.cc', |
| 75 'android/net_jni_registrar.h', | 74 'android/net_jni_registrar.h', |
| 76 'android/network_change_notifier_android.cc', | 75 'android/network_change_notifier_android.cc', |
| 77 'android/network_change_notifier_android.h', | 76 'android/network_change_notifier_android.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 'cert/x509_certificate_ios.cc', | 317 'cert/x509_certificate_ios.cc', |
| 319 'cert/x509_certificate_mac.cc', | 318 'cert/x509_certificate_mac.cc', |
| 320 'cert/x509_certificate_net_log_param.cc', | 319 'cert/x509_certificate_net_log_param.cc', |
| 321 'cert/x509_certificate_net_log_param.h', | 320 'cert/x509_certificate_net_log_param.h', |
| 322 'cert/x509_certificate_nss.cc', | 321 'cert/x509_certificate_nss.cc', |
| 323 'cert/x509_certificate_openssl.cc', | 322 'cert/x509_certificate_openssl.cc', |
| 324 'cert/x509_certificate_win.cc', | 323 'cert/x509_certificate_win.cc', |
| 325 'cert/x509_util.cc', | 324 'cert/x509_util.cc', |
| 326 'cert/x509_util.h', | 325 'cert/x509_util.h', |
| 327 'cert/x509_util_android.cc', | 326 'cert/x509_util_android.cc', |
| 328 'cert/x509_util_android.h', | |
| 329 'cert/x509_util_ios.cc', | 327 'cert/x509_util_ios.cc', |
| 330 'cert/x509_util_ios.h', | 328 'cert/x509_util_ios.h', |
| 331 'cert/x509_util_mac.cc', | 329 'cert/x509_util_mac.cc', |
| 332 'cert/x509_util_mac.h', | 330 'cert/x509_util_mac.h', |
| 333 'cert/x509_util_nss.cc', | 331 'cert/x509_util_nss.cc', |
| 334 'cert/x509_util_nss.h', | 332 'cert/x509_util_nss.h', |
| 335 'cert/x509_util_openssl.cc', | 333 'cert/x509_util_openssl.cc', |
| 336 'cert/x509_util_openssl.h', | 334 'cert/x509_util_openssl.h', |
| 337 'cookies/canonical_cookie.cc', | 335 'cookies/canonical_cookie.cc', |
| 338 'cookies/canonical_cookie.h', | 336 'cookies/canonical_cookie.h', |
| (...skipping 3039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3378 'java_in_dir': 'cronet/android/sample/javatests', | 3376 'java_in_dir': 'cronet/android/sample/javatests', |
| 3379 'resource_dir': 'cronet/android/sample/res', | 3377 'resource_dir': 'cronet/android/sample/res', |
| 3380 'is_test_apk': 1, | 3378 'is_test_apk': 1, |
| 3381 }, | 3379 }, |
| 3382 'includes': [ '../build/java_apk.gypi' ], | 3380 'includes': [ '../build/java_apk.gypi' ], |
| 3383 }, | 3381 }, |
| 3384 ], | 3382 ], |
| 3385 }], # OS=="android" | 3383 }], # OS=="android" |
| 3386 ], | 3384 ], |
| 3387 } | 3385 } |
| OLD | NEW |