| 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 2586 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2597 'proxy/proxy_resolver_v8_tracing.cc', | 2597 'proxy/proxy_resolver_v8_tracing.cc', |
| 2598 'proxy/proxy_resolver_v8_tracing.h', | 2598 'proxy/proxy_resolver_v8_tracing.h', |
| 2599 'proxy/proxy_service_v8.cc', | 2599 'proxy/proxy_service_v8.cc', |
| 2600 'proxy/proxy_service_v8.h', | 2600 'proxy/proxy_service_v8.h', |
| 2601 ], | 2601 ], |
| 2602 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 2602 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 2603 'msvs_disabled_warnings': [4267, ], | 2603 'msvs_disabled_warnings': [4267, ], |
| 2604 }, | 2604 }, |
| 2605 ], | 2605 ], |
| 2606 }], | 2606 }], |
| 2607 ['OS != "ios"', { | 2607 ['OS != "ios" and OS != "android"', { |
| 2608 'targets': [ | 2608 'targets': [ |
| 2609 # iOS doesn't have the concept of simple executables, these targets | 2609 # iOS doesn't have the concept of simple executables, these targets |
| 2610 # can't be compiled on the platform. | 2610 # can't be compiled on the platform. |
| 2611 { | 2611 { |
| 2612 'target_name': 'crash_cache', | 2612 'target_name': 'crash_cache', |
| 2613 'type': 'executable', | 2613 'type': 'executable', |
| 2614 'dependencies': [ | 2614 'dependencies': [ |
| 2615 '../base/base.gyp:base', | 2615 '../base/base.gyp:base', |
| 2616 'net', | 2616 'net', |
| 2617 'net_test_support', | 2617 'net_test_support', |
| (...skipping 527 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3145 'net_unittests.isolate', | 3145 'net_unittests.isolate', |
| 3146 ], | 3146 ], |
| 3147 'sources': [ | 3147 'sources': [ |
| 3148 'net_unittests.isolate', | 3148 'net_unittests.isolate', |
| 3149 ], | 3149 ], |
| 3150 }, | 3150 }, |
| 3151 ], | 3151 ], |
| 3152 }], | 3152 }], |
| 3153 ], | 3153 ], |
| 3154 } | 3154 } |
| OLD | NEW |