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

Side by Side Diff: base/base.gypi

Issue 10331008: Revert 135087 - This patch is to enable x86 android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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 668 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 ['exclude', '^native_library_linux\\.cc$'], 679 ['exclude', '^native_library_linux\\.cc$'],
680 ['exclude', '^process_util_linux\\.cc$'], 680 ['exclude', '^process_util_linux\\.cc$'],
681 ['exclude', '^sys_info_linux\\.cc$'], 681 ['exclude', '^sys_info_linux\\.cc$'],
682 ['exclude', '^sys_string_conversions_linux\\.cc$'], 682 ['exclude', '^sys_string_conversions_linux\\.cc$'],
683 ['exclude', '^worker_pool_linux\\.cc$'], 683 ['exclude', '^worker_pool_linux\\.cc$'],
684 ], 684 ],
685 }], 685 }],
686 ], 686 ],
687 }], 687 }],
688 [ 'OS == "android" and _toolset == "target"', { 688 [ 'OS == "android" and _toolset == "target"', {
689 'conditions': [
690 ['target_arch == "ia32"', {
691 'sources/': [
692 ['include', '^atomicops_internals_x86_gcc\\.cc$'],
693 ],
694 }],
695 ],
696 'dependencies': [ 689 'dependencies': [
697 'symbolize', 690 'symbolize',
698 '../third_party/ashmem/ashmem.gyp:ashmem', 691 '../third_party/ashmem/ashmem.gyp:ashmem',
699 'base_java', 692 'base_java',
700 'base_jni_headers', 693 'base_jni_headers',
701 ], 694 ],
702 'include_dirs': [ 695 'include_dirs': [
703 '<(SHARED_INTERMEDIATE_DIR)/base', 696 '<(SHARED_INTERMEDIATE_DIR)/base',
704 ], 697 ],
705 'link_settings': { 698 'link_settings': {
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
935 'third_party/xdg_mime/xdgmimemagic.c', 928 'third_party/xdg_mime/xdgmimemagic.c',
936 'third_party/xdg_mime/xdgmimemagic.h', 929 'third_party/xdg_mime/xdgmimemagic.h',
937 'third_party/xdg_mime/xdgmimeparent.c', 930 'third_party/xdg_mime/xdgmimeparent.c',
938 'third_party/xdg_mime/xdgmimeparent.h', 931 'third_party/xdg_mime/xdgmimeparent.h',
939 ], 932 ],
940 }, 933 },
941 ], 934 ],
942 }], 935 }],
943 ], 936 ],
944 } 937 }
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