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

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

Issue 2476683002: Rename //mojo/public:bindings -> mojo:bindings_java (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
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 group("public") { 5 group("public") {
6 # Meta-target, don't link into production code. 6 # Meta-target, don't link into production code.
7 testonly = true 7 testonly = true
8 deps = [ 8 deps = [
9 ":sdk", 9 ":sdk",
10 "cpp/bindings", 10 "cpp/bindings",
11 "interfaces/bindings/tests:test_interfaces", 11 "interfaces/bindings/tests:test_interfaces",
12 ] 12 ]
13 13
14 if (is_android) { 14 if (is_android) {
15 deps += [ 15 deps += [
16 "java:bindings", 16 "java:bindings_java",
17 "java:system", 17 "java:system_java",
18 ] 18 ]
19 } 19 }
20 } 20 }
21 21
22 group("sdk") { 22 group("sdk") {
23 deps = [ 23 deps = [
24 "c/system", 24 "c/system",
25 "cpp/bindings", 25 "cpp/bindings",
26 "interfaces/bindings", 26 "interfaces/bindings",
27 "js", 27 "js",
28 ] 28 ]
29 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698