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

Side by Side Diff: base/base.gypi

Issue 147533004: Remove unneeded JNI registrations. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: Fix android webview build issues. Created 6 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
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 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 22 matching lines...) Expand all
33 'android/build_info.cc', 33 'android/build_info.cc',
34 'android/build_info.h', 34 'android/build_info.h',
35 'android/command_line_android.cc', 35 'android/command_line_android.cc',
36 'android/command_line_android.h', 36 'android/command_line_android.h',
37 'android/content_uri_utils.cc', 37 'android/content_uri_utils.cc',
38 'android/content_uri_utils.h', 38 'android/content_uri_utils.h',
39 'android/cpu_features.cc', 39 'android/cpu_features.cc',
40 'android/fifo_utils.cc', 40 'android/fifo_utils.cc',
41 'android/fifo_utils.h', 41 'android/fifo_utils.h',
42 'android/important_file_writer_android.cc', 42 'android/important_file_writer_android.cc',
43 'android/important_file_writer_android.h',
44 'android/scoped_java_ref.cc', 43 'android/scoped_java_ref.cc',
45 'android/scoped_java_ref.h', 44 'android/scoped_java_ref.h',
46 'android/jni_android.cc', 45 'android/jni_android.cc',
47 'android/jni_android.h', 46 'android/jni_android.h',
48 'android/jni_array.cc', 47 'android/jni_array.cc',
49 'android/jni_array.h', 48 'android/jni_array.h',
50 'android/jni_helper.cc', 49 'android/jni_helper.cc',
51 'android/jni_helper.h', 50 'android/jni_helper.h',
52 'android/jni_registrar.cc', 51 'android/jni_registrar.cc',
53 'android/jni_registrar.h', 52 'android/jni_registrar.h',
54 'android/jni_string.cc', 53 'android/jni_string.cc',
55 'android/jni_string.h', 54 'android/jni_string.h',
56 'android/library_loader/library_loader_hooks.cc', 55 'android/library_loader/library_loader_hooks.cc',
57 'android/library_loader/library_loader_hooks.h', 56 'android/library_loader/library_loader_hooks.h',
58 'android/memory_pressure_listener_android.cc', 57 'android/memory_pressure_listener_android.cc',
59 'android/memory_pressure_listener_android.h', 58 'android/memory_pressure_listener_android.h',
60 'android/java_handler_thread.cc', 59 'android/java_handler_thread.cc',
61 'android/java_handler_thread.h', 60 'android/java_handler_thread.h',
62 'android/path_service_android.cc', 61 'android/path_service_android.cc',
63 'android/path_service_android.h',
64 'android/path_utils.cc', 62 'android/path_utils.cc',
65 'android/path_utils.h', 63 'android/path_utils.h',
66 'android/sys_utils.cc', 64 'android/sys_utils.cc',
67 'android/sys_utils.h', 65 'android/sys_utils.h',
68 'android/thread_utils.h', 66 'android/thread_utils.h',
69 'android/trace_event_binding.cc', 67 'android/trace_event_binding.cc',
70 'android/trace_event_binding.h',
71 'at_exit.cc', 68 'at_exit.cc',
72 'at_exit.h', 69 'at_exit.h',
73 'atomic_ref_count.h', 70 'atomic_ref_count.h',
74 'atomic_sequence_num.h', 71 'atomic_sequence_num.h',
75 'atomicops.h', 72 'atomicops.h',
76 'atomicops_internals_gcc.h', 73 'atomicops_internals_gcc.h',
77 'atomicops_internals_mac.h', 74 'atomicops_internals_mac.h',
78 'atomicops_internals_tsan.h', 75 'atomicops_internals_tsan.h',
79 'atomicops_internals_x86_gcc.cc', 76 'atomicops_internals_x86_gcc.cc',
80 'atomicops_internals_x86_gcc.h', 77 'atomicops_internals_x86_gcc.h',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
967 'i18n/time_formatting.h', 964 'i18n/time_formatting.h',
968 'i18n/timezone.cc', 965 'i18n/timezone.cc',
969 'i18n/timezone.h', 966 'i18n/timezone.h',
970 'i18n/utf8_validator_tables.cc', 967 'i18n/utf8_validator_tables.cc',
971 'i18n/utf8_validator_tables.h', 968 'i18n/utf8_validator_tables.h',
972 ], 969 ],
973 }] 970 }]
974 ], 971 ],
975 }, 972 },
976 } 973 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698