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 21 matching lines...) Expand all Loading... |
32 'android/jni_android.cc', | 32 'android/jni_android.cc', |
33 'android/jni_android.h', | 33 'android/jni_android.h', |
34 'android/jni_array.cc', | 34 'android/jni_array.cc', |
35 'android/jni_array.h', | 35 'android/jni_array.h', |
36 'android/jni_helper.cc', | 36 'android/jni_helper.cc', |
37 'android/jni_helper.h', | 37 'android/jni_helper.h', |
38 'android/jni_registrar.cc', | 38 'android/jni_registrar.cc', |
39 'android/jni_registrar.h', | 39 'android/jni_registrar.h', |
40 'android/jni_string.cc', | 40 'android/jni_string.cc', |
41 'android/jni_string.h', | 41 'android/jni_string.h', |
42 'android/locale_utils.cc', | |
43 'android/locale_utils.h', | |
44 'android/path_utils.cc', | 42 'android/path_utils.cc', |
45 'android/path_utils.h', | 43 'android/path_utils.h', |
46 'at_exit.cc', | 44 'at_exit.cc', |
47 'at_exit.h', | 45 'at_exit.h', |
48 'atomic_ref_count.h', | 46 'atomic_ref_count.h', |
49 'atomic_sequence_num.h', | 47 'atomic_sequence_num.h', |
50 'atomicops.h', | 48 'atomicops.h', |
51 'atomicops_internals_x86_gcc.cc', | 49 'atomicops_internals_x86_gcc.cc', |
52 'atomicops_internals_x86_gcc.h', | 50 'atomicops_internals_x86_gcc.h', |
53 'atomicops_internals_x86_msvc.h', | 51 'atomicops_internals_x86_msvc.h', |
(...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 'conditions': [ | 689 'conditions': [ |
692 ['target_arch == "ia32"', { | 690 ['target_arch == "ia32"', { |
693 'sources/': [ | 691 'sources/': [ |
694 ['include', '^atomicops_internals_x86_gcc\\.cc$'], | 692 ['include', '^atomicops_internals_x86_gcc\\.cc$'], |
695 ], | 693 ], |
696 }], | 694 }], |
697 ], | 695 ], |
698 'dependencies': [ | 696 'dependencies': [ |
699 'symbolize', | 697 'symbolize', |
700 '../third_party/ashmem/ashmem.gyp:ashmem', | 698 '../third_party/ashmem/ashmem.gyp:ashmem', |
701 '../third_party/icu/icu.gyp:icuuc', | |
702 'base_java', | 699 'base_java', |
703 'base_jni_headers', | 700 'base_jni_headers', |
704 ], | 701 ], |
705 'include_dirs': [ | 702 'include_dirs': [ |
706 '<(SHARED_INTERMEDIATE_DIR)/base', | 703 '<(SHARED_INTERMEDIATE_DIR)/base', |
707 ], | 704 ], |
708 'link_settings': { | 705 'link_settings': { |
709 'libraries': [ | 706 'libraries': [ |
710 '-llog', | 707 '-llog', |
711 ], | 708 ], |
(...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 'third_party/xdg_mime/xdgmimemagic.c', | 935 'third_party/xdg_mime/xdgmimemagic.c', |
939 'third_party/xdg_mime/xdgmimemagic.h', | 936 'third_party/xdg_mime/xdgmimemagic.h', |
940 'third_party/xdg_mime/xdgmimeparent.c', | 937 'third_party/xdg_mime/xdgmimeparent.c', |
941 'third_party/xdg_mime/xdgmimeparent.h', | 938 'third_party/xdg_mime/xdgmimeparent.h', |
942 ], | 939 ], |
943 }, | 940 }, |
944 ], | 941 ], |
945 }], | 942 }], |
946 ], | 943 ], |
947 } | 944 } |
OLD | NEW |