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

Side by Side Diff: mojo/public/java/BUILD.gn

Issue 2507823002: Remove now-renamed java targets (Closed)
Patch Set: Created 4 years, 1 month 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 | « build/config/android/internal_rules.gni ('k') | third_party/custom_tabs_client/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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 # TODO(agrieve): Remove once no longer used by downstream.
8 java_group("bindings") {
9 deps = [
10 ":bindings_java",
11 ]
12 }
13
14 android_library("system_java") { 7 android_library("system_java") {
15 java_files = [ 8 java_files = [
16 "system/src/org/chromium/mojo/system/Core.java", 9 "system/src/org/chromium/mojo/system/Core.java",
17 "system/src/org/chromium/mojo/system/DataPipe.java", 10 "system/src/org/chromium/mojo/system/DataPipe.java",
18 "system/src/org/chromium/mojo/system/Flags.java", 11 "system/src/org/chromium/mojo/system/Flags.java",
19 "system/src/org/chromium/mojo/system/Handle.java", 12 "system/src/org/chromium/mojo/system/Handle.java",
20 "system/src/org/chromium/mojo/system/InvalidHandle.java", 13 "system/src/org/chromium/mojo/system/InvalidHandle.java",
21 "system/src/org/chromium/mojo/system/MessagePipeHandle.java", 14 "system/src/org/chromium/mojo/system/MessagePipeHandle.java",
22 "system/src/org/chromium/mojo/system/MojoException.java", 15 "system/src/org/chromium/mojo/system/MojoException.java",
23 "system/src/org/chromium/mojo/system/MojoResult.java", 16 "system/src/org/chromium/mojo/system/MojoResult.java",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 "bindings/src/org/chromium/mojo/bindings/Union.java", 55 "bindings/src/org/chromium/mojo/bindings/Union.java",
63 ] 56 ]
64 57
65 deps = [ 58 deps = [
66 ":system_java", 59 ":system_java",
67 "//base:base_java", 60 "//base:base_java",
68 ] 61 ]
69 62
70 srcjar_deps = [ "../interfaces/bindings:bindings_java_sources" ] 63 srcjar_deps = [ "../interfaces/bindings:bindings_java_sources" ]
71 } 64 }
OLDNEW
« no previous file with comments | « build/config/android/internal_rules.gni ('k') | third_party/custom_tabs_client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698