OLD | NEW |
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 Loading... |
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/': [ |
| 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 Loading... |
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 } |
OLD | NEW |