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 19 matching lines...) Expand all Loading... |
30 'android/jni_android.cc', | 30 'android/jni_android.cc', |
31 'android/jni_android.h', | 31 'android/jni_android.h', |
32 'android/jni_array.cc', | 32 'android/jni_array.cc', |
33 'android/jni_array.h', | 33 'android/jni_array.h', |
34 'android/jni_helper.cc', | 34 'android/jni_helper.cc', |
35 'android/jni_helper.h', | 35 'android/jni_helper.h', |
36 'android/jni_registrar.cc', | 36 'android/jni_registrar.cc', |
37 'android/jni_registrar.h', | 37 'android/jni_registrar.h', |
38 'android/jni_string.cc', | 38 'android/jni_string.cc', |
39 'android/jni_string.h', | 39 'android/jni_string.h', |
| 40 'android/locale_utils.cc', |
| 41 'android/locale_utils.h', |
40 'android/path_utils.cc', | 42 'android/path_utils.cc', |
41 'android/path_utils.h', | 43 'android/path_utils.h', |
42 'at_exit.cc', | 44 'at_exit.cc', |
43 'at_exit.h', | 45 'at_exit.h', |
44 'atomic_ref_count.h', | 46 'atomic_ref_count.h', |
45 'atomic_sequence_num.h', | 47 'atomic_sequence_num.h', |
46 'atomicops.h', | 48 'atomicops.h', |
47 'atomicops_internals_x86_gcc.cc', | 49 'atomicops_internals_x86_gcc.cc', |
48 'atomicops_internals_x86_gcc.h', | 50 'atomicops_internals_x86_gcc.h', |
49 'atomicops_internals_x86_msvc.h', | 51 'atomicops_internals_x86_msvc.h', |
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
679 ['exclude', '^sys_string_conversions_linux\\.cc$'], | 681 ['exclude', '^sys_string_conversions_linux\\.cc$'], |
680 ['exclude', '^worker_pool_linux\\.cc$'], | 682 ['exclude', '^worker_pool_linux\\.cc$'], |
681 ], | 683 ], |
682 }], | 684 }], |
683 ], | 685 ], |
684 }], | 686 }], |
685 [ 'OS == "android" and _toolset == "target"', { | 687 [ 'OS == "android" and _toolset == "target"', { |
686 'dependencies': [ | 688 'dependencies': [ |
687 'symbolize', | 689 'symbolize', |
688 '../third_party/ashmem/ashmem.gyp:ashmem', | 690 '../third_party/ashmem/ashmem.gyp:ashmem', |
| 691 '../third_party/icu/icu.gyp:icuuc', |
689 'base_java', | 692 'base_java', |
690 'base_jni_headers', | 693 'base_jni_headers', |
691 ], | 694 ], |
692 'include_dirs': [ | 695 'include_dirs': [ |
693 '<(SHARED_INTERMEDIATE_DIR)/base', | 696 '<(SHARED_INTERMEDIATE_DIR)/base', |
694 ], | 697 ], |
695 'link_settings': { | 698 'link_settings': { |
696 'libraries': [ | 699 'libraries': [ |
697 '-llog', | 700 '-llog', |
698 ], | 701 ], |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'third_party/xdg_mime/xdgmimemagic.c', | 927 'third_party/xdg_mime/xdgmimemagic.c', |
925 'third_party/xdg_mime/xdgmimemagic.h', | 928 'third_party/xdg_mime/xdgmimemagic.h', |
926 'third_party/xdg_mime/xdgmimeparent.c', | 929 'third_party/xdg_mime/xdgmimeparent.c', |
927 'third_party/xdg_mime/xdgmimeparent.h', | 930 'third_party/xdg_mime/xdgmimeparent.h', |
928 ], | 931 ], |
929 }, | 932 }, |
930 ], | 933 ], |
931 }], | 934 }], |
932 ], | 935 ], |
933 } | 936 } |
OLD | NEW |