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

Side by Side Diff: base/base.gypi

Issue 864563002: Separate JNI registration with initialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments and sync Created 5 years, 10 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
« no previous file with comments | « base/android/jni_onload_delegate.h ('k') | chrome/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10 matching lines...) Expand all
21 'third_party/nspr/prtime.cc', 21 'third_party/nspr/prtime.cc',
22 'third_party/nspr/prtime.h', 22 'third_party/nspr/prtime.h',
23 'third_party/superfasthash/superfasthash.c', 23 'third_party/superfasthash/superfasthash.c',
24 'third_party/xdg_mime/xdgmime.h', 24 'third_party/xdg_mime/xdgmime.h',
25 'allocator/allocator_extension.cc', 25 'allocator/allocator_extension.cc',
26 'allocator/allocator_extension.h', 26 'allocator/allocator_extension.h',
27 'allocator/type_profiler_control.cc', 27 'allocator/type_profiler_control.cc',
28 'allocator/type_profiler_control.h', 28 'allocator/type_profiler_control.h',
29 'android/application_status_listener.cc', 29 'android/application_status_listener.cc',
30 'android/application_status_listener.h', 30 'android/application_status_listener.h',
31 'android/base_jni_onload.cc',
32 'android/base_jni_onload.h',
31 'android/base_jni_registrar.cc', 33 'android/base_jni_registrar.cc',
32 'android/base_jni_registrar.h', 34 'android/base_jni_registrar.h',
33 'android/build_info.cc', 35 'android/build_info.cc',
34 'android/build_info.h', 36 'android/build_info.h',
35 'android/command_line_android.cc', 37 'android/command_line_android.cc',
36 'android/command_line_android.h', 38 'android/command_line_android.h',
37 'android/content_uri_utils.cc', 39 'android/content_uri_utils.cc',
38 'android/content_uri_utils.h', 40 'android/content_uri_utils.h',
39 'android/cpu_features.cc', 41 'android/cpu_features.cc',
40 'android/event_log.cc', 42 'android/event_log.cc',
41 'android/event_log.h', 43 'android/event_log.h',
42 'android/field_trial_list.cc', 44 'android/field_trial_list.cc',
43 'android/field_trial_list.h', 45 'android/field_trial_list.h',
44 'android/fifo_utils.cc', 46 'android/fifo_utils.cc',
45 'android/fifo_utils.h', 47 'android/fifo_utils.h',
46 'android/important_file_writer_android.cc', 48 'android/important_file_writer_android.cc',
47 'android/important_file_writer_android.h', 49 'android/important_file_writer_android.h',
48 'android/locale_utils.h', 50 'android/locale_utils.h',
49 'android/locale_utils.cc', 51 'android/locale_utils.cc',
50 'android/scoped_java_ref.cc', 52 'android/scoped_java_ref.cc',
51 'android/scoped_java_ref.h', 53 'android/scoped_java_ref.h',
52 'android/jni_android.cc', 54 'android/jni_android.cc',
53 'android/jni_android.h', 55 'android/jni_android.h',
54 'android/jni_array.cc', 56 'android/jni_array.cc',
55 'android/jni_array.h', 57 'android/jni_array.h',
58 'android/jni_onload_delegate.h',
56 'android/jni_registrar.cc', 59 'android/jni_registrar.cc',
57 'android/jni_registrar.h', 60 'android/jni_registrar.h',
58 'android/jni_string.cc', 61 'android/jni_string.cc',
59 'android/jni_string.h', 62 'android/jni_string.h',
60 'android/jni_utils.cc', 63 'android/jni_utils.cc',
61 'android/jni_utils.h', 64 'android/jni_utils.h',
62 'android/jni_weak_ref.cc', 65 'android/jni_weak_ref.cc',
63 'android/jni_weak_ref.h', 66 'android/jni_weak_ref.h',
64 'android/library_loader/library_loader_hooks.cc', 67 'android/library_loader/library_loader_hooks.cc',
65 'android/library_loader/library_loader_hooks.h', 68 'android/library_loader/library_loader_hooks.h',
(...skipping 977 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 'i18n/time_formatting.h', 1046 'i18n/time_formatting.h',
1044 'i18n/timezone.cc', 1047 'i18n/timezone.cc',
1045 'i18n/timezone.h', 1048 'i18n/timezone.h',
1046 'i18n/utf8_validator_tables.cc', 1049 'i18n/utf8_validator_tables.cc',
1047 'i18n/utf8_validator_tables.h', 1050 'i18n/utf8_validator_tables.h',
1048 ], 1051 ],
1049 }] 1052 }]
1050 ], 1053 ],
1051 }, 1054 },
1052 } 1055 }
OLDNEW
« no previous file with comments | « base/android/jni_onload_delegate.h ('k') | chrome/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698