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

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: add TODO for adjust chromium/android target_arch naming scheme 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') | 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 '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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 ['exclude', '^native_library_linux\\.cc$'], 676 ['exclude', '^native_library_linux\\.cc$'],
677 ['exclude', '^process_util_linux\\.cc$'], 677 ['exclude', '^process_util_linux\\.cc$'],
678 ['exclude', '^sys_info_linux\\.cc$'], 678 ['exclude', '^sys_info_linux\\.cc$'],
679 ['exclude', '^sys_string_conversions_linux\\.cc$'], 679 ['exclude', '^sys_string_conversions_linux\\.cc$'],
680 ['exclude', '^worker_pool_linux\\.cc$'], 680 ['exclude', '^worker_pool_linux\\.cc$'],
681 ], 681 ],
682 }], 682 }],
683 ], 683 ],
684 }], 684 }],
685 [ 'OS == "android" and _toolset == "target"', { 685 [ 'OS == "android" and _toolset == "target"', {
686 'conditions': [
687 ['target_arch == "ia32"', {
688 'sources/': [
689 ['include', '^atomicops_internals_x86_gcc\\.cc$'],
690 ],
691 }],
692 ],
686 'dependencies': [ 693 'dependencies': [
687 'symbolize', 694 'symbolize',
688 '../third_party/ashmem/ashmem.gyp:ashmem', 695 '../third_party/ashmem/ashmem.gyp:ashmem',
689 'base_java', 696 'base_java',
690 'base_jni_headers', 697 'base_jni_headers',
691 ], 698 ],
692 'include_dirs': [ 699 'include_dirs': [
693 '<(SHARED_INTERMEDIATE_DIR)/base', 700 '<(SHARED_INTERMEDIATE_DIR)/base',
694 ], 701 ],
695 'link_settings': { 702 'link_settings': {
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'third_party/xdg_mime/xdgmimemagic.c', 931 'third_party/xdg_mime/xdgmimemagic.c',
925 'third_party/xdg_mime/xdgmimemagic.h', 932 'third_party/xdg_mime/xdgmimemagic.h',
926 'third_party/xdg_mime/xdgmimeparent.c', 933 'third_party/xdg_mime/xdgmimeparent.c',
927 'third_party/xdg_mime/xdgmimeparent.h', 934 'third_party/xdg_mime/xdgmimeparent.h',
928 ], 935 ],
929 }, 936 },
930 ], 937 ],
931 }], 938 }],
932 ], 939 ],
933 } 940 }
OLDNEW
« no previous file with comments | « no previous file | build/android/envsetup.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698