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

Side by Side Diff: base/BUILD.gn

Issue 2774363003: android: Java-based launcher thread (Closed)
Patch Set: gab review 2 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/JavaHandlerThread.java » ('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 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 package_name = "org/chromium/base/library_loader" 2671 package_name = "org/chromium/base/library_loader"
2672 } 2672 }
2673 2673
2674 android_library("base_java_unittest_support") { 2674 android_library("base_java_unittest_support") {
2675 testonly = true 2675 testonly = true
2676 deps = [ 2676 deps = [
2677 ":base_java", 2677 ":base_java",
2678 ] 2678 ]
2679 java_files = [ 2679 java_files = [
2680 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java", 2680 "test/android/java/src/org/chromium/base/ContentUriTestUtils.java",
2681 "test/android/java/src/org/chromium/base/JavaHandlerThreadTest.java",
2681 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java", 2682 "test/android/java/src/org/chromium/base/TestSystemMessageHandler.java",
2682 ] 2683 ]
2683 } 2684 }
2684 } 2685 }
2685 2686
2686 fuzzer_test("base_json_correctness_fuzzer") { 2687 fuzzer_test("base_json_correctness_fuzzer") {
2687 sources = [ 2688 sources = [
2688 "json/correctness_fuzzer.cc", 2689 "json/correctness_fuzzer.cc",
2689 ] 2690 ]
2690 deps = [ 2691 deps = [
2691 ":base", 2692 ":base",
2692 ] 2693 ]
2693 } 2694 }
OLDNEW
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/JavaHandlerThread.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698