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

Unified Diff: mojo/public/BUILD.gn

Issue 401473002: Re-land "Add GN build targets for the rest of mojo/public" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « mojo/mojo_public.gypi ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/public/BUILD.gn
similarity index 51%
copy from mojo/BUILD.gn
copy to mojo/public/BUILD.gn
index da17324bd8fb1ef2acd909048f501294c2b0d835..3c56feb91a65ca9a51d632db39230d3bff7601f7 100644
--- a/mojo/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -2,11 +2,21 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-group("mojo") {
+group("public") {
deps = [
+ "//mojo/public/c/system",
+ "//mojo/public/cpp/application",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/environment:standalone",
+ "//mojo/public/cpp/utility",
"//mojo/public/interfaces/bindings/tests:test_interfaces",
- "//mojo/public/interfaces/service_provider:service_provider",
+ "//mojo/public/interfaces/service_provider",
"//mojo/public/js/bindings",
]
+
+ if (is_android) {
+ deps += [
+ "//mojo/public/java",
+ ]
+ }
}
« no previous file with comments | « mojo/mojo_public.gypi ('k') | mojo/public/c/system/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698