Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Side by Side Diff: net/net.gyp

Issue 139743016: android: Fold all_android.gyp into all.gyp. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: comment Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« build/all_android.gyp ('K') | « build/android/envsetup_functions.sh ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« build/all_android.gyp ('K') | « build/android/envsetup_functions.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698