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

Unified Diff: mojo/BUILD.gn

Issue 388333003: Add GN build targets for the rest of mojo/public (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add //mojo/bindings/java to mojo group on android builds Created 6 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | mojo/bindings/java/BUILD.gn » ('j') | mojo/bindings/java/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index da17324bd8fb1ef2acd909048f501294c2b0d835..80e75c2328c927ea8010eeaac19f68fdfc32da7f 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -4,9 +4,12 @@
group("mojo") {
deps = [
- "//mojo/public/cpp/bindings",
- "//mojo/public/interfaces/bindings/tests:test_interfaces",
- "//mojo/public/interfaces/service_provider:service_provider",
- "//mojo/public/js/bindings",
+ "//mojo/public:mojo_public",
yzshen1 2014/07/15 20:59:59 Maybe we could consider naming the target "public"
Chris Masone 2014/07/15 21:11:06 Done.
]
+
+ if (is_android) {
+ deps += [
+ "//mojo/bindings/java",
+ ]
+ }
}
« no previous file with comments | « no previous file | mojo/bindings/java/BUILD.gn » ('j') | mojo/bindings/java/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698