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 2577 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2588 'proxy/proxy_resolver_v8_tracing.cc', | 2588 'proxy/proxy_resolver_v8_tracing.cc', |
2589 'proxy/proxy_resolver_v8_tracing.h', | 2589 'proxy/proxy_resolver_v8_tracing.h', |
2590 'proxy/proxy_service_v8.cc', | 2590 'proxy/proxy_service_v8.cc', |
2591 'proxy/proxy_service_v8.h', | 2591 'proxy/proxy_service_v8.h', |
2592 ], | 2592 ], |
2593 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2593 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
2594 'msvs_disabled_warnings': [4267, ], | 2594 'msvs_disabled_warnings': [4267, ], |
2595 }, | 2595 }, |
2596 ], | 2596 ], |
2597 }], | 2597 }], |
2598 ['OS != "ios"', { | 2598 ['OS != "ios" and OS != "android"', { |
2599 'targets': [ | 2599 'targets': [ |
2600 # iOS doesn't have the concept of simple executables, these targets | 2600 # iOS doesn't have the concept of simple executables, these targets |
2601 # can't be compiled on the platform. | 2601 # can't be compiled on the platform. |
2602 { | 2602 { |
2603 'target_name': 'crash_cache', | 2603 'target_name': 'crash_cache', |
2604 'type': 'executable', | 2604 'type': 'executable', |
2605 'dependencies': [ | 2605 'dependencies': [ |
2606 '../base/base.gyp:base', | 2606 '../base/base.gyp:base', |
2607 'net', | 2607 'net', |
2608 'net_test_support', | 2608 'net_test_support', |
(...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3136 'net_unittests.isolate', | 3136 'net_unittests.isolate', |
3137 ], | 3137 ], |
3138 'sources': [ | 3138 'sources': [ |
3139 'net_unittests.isolate', | 3139 'net_unittests.isolate', |
3140 ], | 3140 ], |
3141 }, | 3141 }, |
3142 ], | 3142 ], |
3143 }], | 3143 }], |
3144 ], | 3144 ], |
3145 } | 3145 } |
OLD | NEW |