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

Side by Side Diff: base/BUILD.gn

Issue 2806343003: Revert of android: Async setupConnection binder call (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl » ('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 # 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 2532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2543 jar_excluded_patterns = [ 2543 jar_excluded_patterns = [
2544 "*/BuildConfig.class", 2544 "*/BuildConfig.class",
2545 "*/NativeLibraries.class", 2545 "*/NativeLibraries.class",
2546 "*/NativeLibraries##*.class", 2546 "*/NativeLibraries##*.class",
2547 ] 2547 ]
2548 } 2548 }
2549 2549
2550 android_aidl("base_java_aidl") { 2550 android_aidl("base_java_aidl") {
2551 import_include = [ "android/java/src" ] 2551 import_include = [ "android/java/src" ]
2552 sources = [ 2552 sources = [
2553 "android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl",
2554 "android/java/src/org/chromium/base/process_launcher/IChildProcessService. aidl", 2553 "android/java/src/org/chromium/base/process_launcher/IChildProcessService. aidl",
2555 ] 2554 ]
2556 } 2555 }
2557 2556
2558 android_library("base_javatests") { 2557 android_library("base_javatests") {
2559 testonly = true 2558 testonly = true
2560 deps = [ 2559 deps = [
2561 ":base_java", 2560 ":base_java",
2562 ":base_java_test_support", 2561 ":base_java_test_support",
2563 "//third_party/android_support_test_runner:runner_java", 2562 "//third_party/android_support_test_runner:runner_java",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
2688 } 2687 }
2689 2688
2690 fuzzer_test("base_json_correctness_fuzzer") { 2689 fuzzer_test("base_json_correctness_fuzzer") {
2691 sources = [ 2690 sources = [
2692 "json/correctness_fuzzer.cc", 2691 "json/correctness_fuzzer.cc",
2693 ] 2692 ]
2694 deps = [ 2693 deps = [
2695 ":base", 2694 ":base",
2696 ] 2695 ]
2697 } 2696 }
OLDNEW
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/process_launcher/ICallbackInt.aidl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698