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

Side by Side Diff: base/base.gypi

Issue 10224004: Use Android API for GetDisplayNameForLocale(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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
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 13 matching lines...) Expand all
24 'android/build_info.cc', 24 'android/build_info.cc',
25 'android/build_info.h', 25 'android/build_info.h',
26 'android/scoped_java_ref.cc', 26 'android/scoped_java_ref.cc',
27 'android/scoped_java_ref.h', 27 'android/scoped_java_ref.h',
28 'android/jni_android.cc', 28 'android/jni_android.cc',
29 'android/jni_android.h', 29 'android/jni_android.h',
30 'android/jni_array.cc', 30 'android/jni_array.cc',
31 'android/jni_array.h', 31 'android/jni_array.h',
32 'android/jni_string.cc', 32 'android/jni_string.cc',
33 'android/jni_string.h', 33 'android/jni_string.h',
34 'android/locale_utils.cc',
35 'android/locale_utils.h',
34 'android/path_utils.cc', 36 'android/path_utils.cc',
35 'android/path_utils.h', 37 'android/path_utils.h',
36 'at_exit.cc', 38 'at_exit.cc',
37 'at_exit.h', 39 'at_exit.h',
38 'atomic_ref_count.h', 40 'atomic_ref_count.h',
39 'atomic_sequence_num.h', 41 'atomic_sequence_num.h',
40 'atomicops.h', 42 'atomicops.h',
41 'atomicops_internals_x86_gcc.cc', 43 'atomicops_internals_x86_gcc.cc',
42 'atomicops_internals_x86_gcc.h', 44 'atomicops_internals_x86_gcc.h',
43 'atomicops_internals_x86_msvc.h', 45 'atomicops_internals_x86_msvc.h',
(...skipping 629 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 ['exclude', '^sys_string_conversions_linux\\.cc$'], 675 ['exclude', '^sys_string_conversions_linux\\.cc$'],
674 ['exclude', '^worker_pool_linux\\.cc$'], 676 ['exclude', '^worker_pool_linux\\.cc$'],
675 ], 677 ],
676 }], 678 }],
677 ], 679 ],
678 }], 680 }],
679 [ 'OS == "android" and _toolset == "target"', { 681 [ 'OS == "android" and _toolset == "target"', {
680 'dependencies': [ 682 'dependencies': [
681 'symbolize', 683 'symbolize',
682 '../third_party/ashmem/ashmem.gyp:ashmem', 684 '../third_party/ashmem/ashmem.gyp:ashmem',
685 '../third_party/icu/icu.gyp:icuuc',
683 'base_java', 686 'base_java',
684 'base_jni_headers', 687 'base_jni_headers',
685 ], 688 ],
686 'include_dirs': [ 689 'include_dirs': [
687 '<(SHARED_INTERMEDIATE_DIR)/base', 690 '<(SHARED_INTERMEDIATE_DIR)/base',
688 ], 691 ],
689 'link_settings': { 692 'link_settings': {
690 'libraries': [ 693 'libraries': [
691 '-llog', 694 '-llog',
692 ], 695 ],
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 'third_party/xdg_mime/xdgmimemagic.c', 921 'third_party/xdg_mime/xdgmimemagic.c',
919 'third_party/xdg_mime/xdgmimemagic.h', 922 'third_party/xdg_mime/xdgmimemagic.h',
920 'third_party/xdg_mime/xdgmimeparent.c', 923 'third_party/xdg_mime/xdgmimeparent.c',
921 'third_party/xdg_mime/xdgmimeparent.h', 924 'third_party/xdg_mime/xdgmimeparent.h',
922 ], 925 ],
923 }, 926 },
924 ], 927 ],
925 }], 928 }],
926 ], 929 ],
927 } 930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698