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

Side by Side Diff: base/BUILD.gn

Issue 2501193003: Selectively perform JNI registration in render processes on Android. (Closed)
Patch Set: Conditionally register JNI based on process type. Created 3 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
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 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 2562 matching lines...) Expand 10 before | Expand all | Expand 10 after
2573 deps = [ 2573 deps = [
2574 ":base_java", 2574 ":base_java",
2575 ":base_java_test_support", 2575 ":base_java_test_support",
2576 ] 2576 ]
2577 srcjar_deps = [ ":base_build_config_gen" ] 2577 srcjar_deps = [ ":base_build_config_gen" ]
2578 } 2578 }
2579 2579
2580 java_cpp_enum("base_android_java_enums_srcjar") { 2580 java_cpp_enum("base_android_java_enums_srcjar") {
2581 sources = [ 2581 sources = [
2582 "android/application_status_listener.h", 2582 "android/application_status_listener.h",
2583 "android/jni_android.h",
2583 "android/library_loader/library_load_from_apk_status_codes.h", 2584 "android/library_loader/library_load_from_apk_status_codes.h",
2584 "android/library_loader/library_loader_hooks.h", 2585 "android/library_loader/library_loader_hooks.h",
2585 "memory/memory_pressure_listener.h", 2586 "memory/memory_pressure_listener.h",
2586 ] 2587 ]
2587 } 2588 }
2588 2589
2589 java_cpp_template("base_build_config_gen") { 2590 java_cpp_template("base_build_config_gen") {
2590 sources = [ 2591 sources = [
2591 "android/java/templates/BuildConfig.template", 2592 "android/java/templates/BuildConfig.template",
2592 ] 2593 ]
(...skipping 25 matching lines...) Expand all
2618 } 2619 }
2619 2620
2620 fuzzer_test("base_json_correctness_fuzzer") { 2621 fuzzer_test("base_json_correctness_fuzzer") {
2621 sources = [ 2622 sources = [
2622 "json/correctness_fuzzer.cc", 2623 "json/correctness_fuzzer.cc",
2623 ] 2624 ]
2624 deps = [ 2625 deps = [
2625 ":base", 2626 ":base",
2626 ] 2627 ]
2627 } 2628 }
OLDNEW
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/JNIUtils.java » ('j') | base/android/jni_android.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698