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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 Loading... |
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 } |
OLD | NEW |