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

Side by Side Diff: base/base.gypi

Issue 12282004: Added personal_data_manager android implementation for auto-populating auto-fill on android builds … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed assortment of nits Created 7 years, 9 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 23 matching lines...) Expand all
34 'allocator/type_profiler_control.cc', 34 'allocator/type_profiler_control.cc',
35 'allocator/type_profiler_control.h', 35 'allocator/type_profiler_control.h',
36 'android/base_jni_registrar.cc', 36 'android/base_jni_registrar.cc',
37 'android/base_jni_registrar.h', 37 'android/base_jni_registrar.h',
38 'android/build_info.cc', 38 'android/build_info.cc',
39 'android/build_info.h', 39 'android/build_info.h',
40 'android/cpu_features.cc', 40 'android/cpu_features.cc',
41 'android/important_file_writer_android.cc', 41 'android/important_file_writer_android.cc',
42 'android/important_file_writer_android.h', 42 'android/important_file_writer_android.h',
43 'android/scoped_java_ref.cc', 43 'android/scoped_java_ref.cc',
44 'android/scoped_java_ref.h', 44 'android/scoped_java_ref.h',
Ilya Sherman 2013/03/05 00:42:38 Did you mean to remove these?
45 'android/jni_android.cc', 45 'android/jni_android.cc',
46 'android/jni_android.h', 46 'android/jni_android.h',
47 'android/jni_array.cc', 47 'android/jni_array.cc',
48 'android/jni_array.h', 48 'android/jni_array.h',
49 'android/jni_helper.cc', 49 'android/jni_helper.cc',
50 'android/jni_helper.h', 50 'android/jni_helper.h',
51 'android/jni_local_ref_extensions.cc',
52 'android/jni_local_ref_extensions.h',
51 'android/jni_registrar.cc', 53 'android/jni_registrar.cc',
52 'android/jni_registrar.h', 54 'android/jni_registrar.h',
53 'android/jni_string.cc', 55 'android/jni_string.cc',
54 'android/jni_string.h', 56 'android/jni_string.h',
55 'android/locale_utils.cc', 57 'android/locale_utils.cc',
56 'android/locale_utils.h', 58 'android/locale_utils.h',
57 'android/path_service_android.cc', 59 'android/path_service_android.cc',
58 'android/path_service_android.h', 60 'android/path_service_android.h',
59 'android/path_utils.cc', 61 'android/path_utils.cc',
60 'android/path_utils.h', 62 'android/path_utils.h',
63 'android/scoped_java_ref.cc',
64 'android/scoped_java_ref.h',
61 'android/thread_utils.h', 65 'android/thread_utils.h',
62 'at_exit.cc', 66 'at_exit.cc',
63 'at_exit.h', 67 'at_exit.h',
64 'atomic_ref_count.h', 68 'atomic_ref_count.h',
65 'atomic_sequence_num.h', 69 'atomic_sequence_num.h',
66 'atomicops.h', 70 'atomicops.h',
67 'atomicops_internals_gcc.h', 71 'atomicops_internals_gcc.h',
68 'atomicops_internals_mac.h', 72 'atomicops_internals_mac.h',
69 'atomicops_internals_tsan.h', 73 'atomicops_internals_tsan.h',
70 'atomicops_internals_x86_gcc.cc', 74 'atomicops_internals_x86_gcc.cc',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 769 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
766 'sources/': [ 770 'sources/': [
767 ['exclude', '^third_party/nspr/'], 771 ['exclude', '^third_party/nspr/'],
768 ], 772 ],
769 }], 773 }],
770 ], 774 ],
771 }], 775 }],
772 ], 776 ],
773 }, 777 },
774 } 778 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698