| 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 2676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2687 ], | 2687 ], |
| 2688 'conditions': [ | 2688 'conditions': [ |
| 2689 ['use_v8_in_net == 1', { | 2689 ['use_v8_in_net == 1', { |
| 2690 'targets': [ | 2690 'targets': [ |
| 2691 { | 2691 { |
| 2692 'target_name': 'net_with_v8', | 2692 'target_name': 'net_with_v8', |
| 2693 'type': '<(component)', | 2693 'type': '<(component)', |
| 2694 'variables': { 'enable_wexit_time_destructors': 1, }, | 2694 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 2695 'dependencies': [ | 2695 'dependencies': [ |
| 2696 '../base/base.gyp:base', | 2696 '../base/base.gyp:base', |
| 2697 '../gin/gin.gyp:gin', |
| 2697 '../url/url.gyp:url_lib', | 2698 '../url/url.gyp:url_lib', |
| 2698 '../v8/tools/gyp/v8.gyp:v8', | 2699 '../v8/tools/gyp/v8.gyp:v8', |
| 2699 'net' | 2700 'net' |
| 2700 ], | 2701 ], |
| 2701 'defines': [ | 2702 'defines': [ |
| 2702 'NET_IMPLEMENTATION', | 2703 'NET_IMPLEMENTATION', |
| 2703 ], | 2704 ], |
| 2704 'sources': [ | 2705 'sources': [ |
| 2705 'proxy/proxy_resolver_v8.cc', | 2706 'proxy/proxy_resolver_v8.cc', |
| 2706 'proxy/proxy_resolver_v8.h', | 2707 'proxy/proxy_resolver_v8.h', |
| (...skipping 704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3411 'java_in_dir': 'cronet/android/sample/javatests', | 3412 'java_in_dir': 'cronet/android/sample/javatests', |
| 3412 'resource_dir': 'cronet/android/sample/res', | 3413 'resource_dir': 'cronet/android/sample/res', |
| 3413 'is_test_apk': 1, | 3414 'is_test_apk': 1, |
| 3414 }, | 3415 }, |
| 3415 'includes': [ '../build/java_apk.gypi' ], | 3416 'includes': [ '../build/java_apk.gypi' ], |
| 3416 }, | 3417 }, |
| 3417 ], | 3418 ], |
| 3418 }], # OS=="android" | 3419 }], # OS=="android" |
| 3419 ], | 3420 ], |
| 3420 } | 3421 } |
| OLD | NEW |