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

Side by Side Diff: base/base.gyp

Issue 179373003: Fix build issues in base/ for Android x64 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Use static_cast<size_t> directly Created 6 years, 9 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
« no previous file with comments | « base/android/java_handler_thread.cc ('k') | base/i18n/rtl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ['exclude', '^process_util_linux\\.cc$'], 121 ['exclude', '^process_util_linux\\.cc$'],
122 ['exclude', '^sys_info_linux\\.cc$'], 122 ['exclude', '^sys_info_linux\\.cc$'],
123 ['exclude', '^sys_string_conversions_linux\\.cc$'], 123 ['exclude', '^sys_string_conversions_linux\\.cc$'],
124 ['exclude', '^worker_pool_linux\\.cc$'], 124 ['exclude', '^worker_pool_linux\\.cc$'],
125 ], 125 ],
126 }], 126 }],
127 ], 127 ],
128 }], 128 }],
129 ['OS == "android" and _toolset == "target"', { 129 ['OS == "android" and _toolset == "target"', {
130 'conditions': [ 130 'conditions': [
131 ['target_arch == "ia32"', { 131 ['target_arch == "ia32" or target_arch == "x64"', {
132 'sources/': [ 132 'sources/': [
133 ['include', '^atomicops_internals_x86_gcc\\.cc$'], 133 ['include', '^atomicops_internals_x86_gcc\\.cc$'],
134 ], 134 ],
135 }], 135 }],
136 ['target_arch == "mipsel"', { 136 ['target_arch == "mipsel"', {
137 'sources/': [ 137 'sources/': [
138 ['include', '^atomicops_internals_mips_gcc\\.cc$'], 138 ['include', '^atomicops_internals_mips_gcc\\.cc$'],
139 ], 139 ],
140 }], 140 }],
141 ], 141 ],
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 'base_unittests.isolate', 1442 'base_unittests.isolate',
1443 ], 1443 ],
1444 'sources': [ 1444 'sources': [
1445 'base_unittests.isolate', 1445 'base_unittests.isolate',
1446 ], 1446 ],
1447 }, 1447 },
1448 ], 1448 ],
1449 }], 1449 }],
1450 ], 1450 ],
1451 } 1451 }
OLDNEW
« no previous file with comments | « base/android/java_handler_thread.cc ('k') | base/i18n/rtl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698