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

Side by Side Diff: base/base.gypi

Issue 10198027: enable android x86 build (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: patch updated to address review issues Created 8 years, 8 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
« no previous file with comments | « no previous file | build/android/envsetup.sh » ('j') | build/android/envsetup.sh » ('J')
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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
670 ['exclude', '^native_library_linux\\.cc$'], 670 ['exclude', '^native_library_linux\\.cc$'],
671 ['exclude', '^process_util_linux\\.cc$'], 671 ['exclude', '^process_util_linux\\.cc$'],
672 ['exclude', '^sys_info_linux\\.cc$'], 672 ['exclude', '^sys_info_linux\\.cc$'],
673 ['exclude', '^sys_string_conversions_linux\\.cc$'], 673 ['exclude', '^sys_string_conversions_linux\\.cc$'],
674 ['exclude', '^worker_pool_linux\\.cc$'], 674 ['exclude', '^worker_pool_linux\\.cc$'],
675 ], 675 ],
676 }], 676 }],
677 ], 677 ],
678 }], 678 }],
679 [ 'OS == "android" and _toolset == "target"', { 679 [ 'OS == "android" and _toolset == "target"', {
680 'conditions': [
681 ['target_arch == "ia32"', {
682 'sources/': [
Paweł Hajdan Jr. 2012/04/27 06:56:19 nit: Why don't you just use 'sources!' instead?
Wei James 2012/04/27 08:59:05 this code is just copied from above line#658. do y
Paweł Hajdan Jr. 2012/04/27 09:40:06 Ah right, it's "include" so just "sources" please.
683 ['include', '^atomicops_internals_x86_gcc\\.cc$'],
684 ],
685 }],
686 ],
680 'dependencies': [ 687 'dependencies': [
681 'symbolize', 688 'symbolize',
682 '../third_party/ashmem/ashmem.gyp:ashmem', 689 '../third_party/ashmem/ashmem.gyp:ashmem',
683 'base_java', 690 'base_java',
684 'base_jni_headers', 691 'base_jni_headers',
685 ], 692 ],
686 'include_dirs': [ 693 'include_dirs': [
687 '<(SHARED_INTERMEDIATE_DIR)/base', 694 '<(SHARED_INTERMEDIATE_DIR)/base',
688 ], 695 ],
689 'link_settings': { 696 'link_settings': {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 925 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 926 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 927 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 928 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 929 ],
923 }, 930 },
924 ], 931 ],
925 }], 932 }],
926 ], 933 ],
927 } 934 }
OLDNEW
« no previous file with comments | « no previous file | build/android/envsetup.sh » ('j') | build/android/envsetup.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698