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

Side by Side Diff: base/BUILD.gn

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 | « no previous file | base/android/base_jni_onload.h » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
11 11
12 component("base") { 12 component("base") {
13 sources = [ 13 sources = [
14 "third_party/dmg_fp/dmg_fp.h", 14 "third_party/dmg_fp/dmg_fp.h",
15 "third_party/dmg_fp/g_fmt.cc", 15 "third_party/dmg_fp/g_fmt.cc",
16 "third_party/dmg_fp/dtoa_wrapper.cc", 16 "third_party/dmg_fp/dtoa_wrapper.cc",
17 "third_party/icu/icu_utf.cc", 17 "third_party/icu/icu_utf.cc",
18 "third_party/icu/icu_utf.h", 18 "third_party/icu/icu_utf.h",
19 "third_party/superfasthash/superfasthash.c", 19 "third_party/superfasthash/superfasthash.c",
20 "allocator/allocator_extension.cc", 20 "allocator/allocator_extension.cc",
21 "allocator/allocator_extension.h", 21 "allocator/allocator_extension.h",
22 "allocator/type_profiler_control.cc", 22 "allocator/type_profiler_control.cc",
23 "allocator/type_profiler_control.h", 23 "allocator/type_profiler_control.h",
24 "android/application_status_listener.cc", 24 "android/application_status_listener.cc",
25 "android/application_status_listener.h", 25 "android/application_status_listener.h",
26 "android/base_jni_onload.cc",
27 "android/base_jni_onload.h",
26 "android/base_jni_registrar.cc", 28 "android/base_jni_registrar.cc",
27 "android/base_jni_registrar.h", 29 "android/base_jni_registrar.h",
28 "android/build_info.cc", 30 "android/build_info.cc",
29 "android/build_info.h", 31 "android/build_info.h",
30 "android/command_line_android.cc", 32 "android/command_line_android.cc",
31 "android/command_line_android.h", 33 "android/command_line_android.h",
32 "android/content_uri_utils.cc", 34 "android/content_uri_utils.cc",
33 "android/content_uri_utils.h", 35 "android/content_uri_utils.h",
34 "android/cpu_features.cc", 36 "android/cpu_features.cc",
35 "android/event_log.cc", 37 "android/event_log.cc",
36 "android/event_log.h", 38 "android/event_log.h",
37 "android/field_trial_list.cc", 39 "android/field_trial_list.cc",
38 "android/field_trial_list.h", 40 "android/field_trial_list.h",
39 "android/fifo_utils.cc", 41 "android/fifo_utils.cc",
40 "android/fifo_utils.h", 42 "android/fifo_utils.h",
41 "android/important_file_writer_android.cc", 43 "android/important_file_writer_android.cc",
42 "android/important_file_writer_android.h", 44 "android/important_file_writer_android.h",
43 "android/java_handler_thread.cc", 45 "android/java_handler_thread.cc",
44 "android/java_handler_thread.h", 46 "android/java_handler_thread.h",
45 "android/jni_android.cc", 47 "android/jni_android.cc",
46 "android/jni_android.h", 48 "android/jni_android.h",
47 "android/jni_array.cc", 49 "android/jni_array.cc",
48 "android/jni_array.h", 50 "android/jni_array.h",
51 "android/jni_onload_delegate.h",
49 "android/jni_registrar.cc", 52 "android/jni_registrar.cc",
50 "android/jni_registrar.h", 53 "android/jni_registrar.h",
51 "android/jni_string.cc", 54 "android/jni_string.cc",
52 "android/jni_string.h", 55 "android/jni_string.h",
53 "android/jni_utils.cc", 56 "android/jni_utils.cc",
54 "android/jni_utils.h", 57 "android/jni_utils.h",
55 "android/jni_weak_ref.cc", 58 "android/jni_weak_ref.cc",
56 "android/jni_weak_ref.h", 59 "android/jni_weak_ref.h",
57 "android/library_loader/library_load_from_apk_status_codes.h", 60 "android/library_loader/library_load_from_apk_status_codes.h",
58 "android/library_loader/library_loader_hooks.cc", 61 "android/library_loader/library_loader_hooks.cc",
(...skipping 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1537 1540
1538 # GYP: //base.gyp:base_java_unittest_support 1541 # GYP: //base.gyp:base_java_unittest_support
1539 android_library("base_java_unittest_support") { 1542 android_library("base_java_unittest_support") {
1540 deps = [ 1543 deps = [
1541 ":base_java", 1544 ":base_java",
1542 ] 1545 ]
1543 java_files = 1546 java_files =
1544 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1547 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1545 } 1548 }
1546 } 1549 }
OLDNEW
« no previous file with comments | « no previous file | base/android/base_jni_onload.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698