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

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 more targets, and handle --exclude-libs=All appropriately 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
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index da17324bd8fb1ef2acd909048f501294c2b0d835..875a4d1a248de793c215fd085a8a17dd934f637a 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -4,9 +4,15 @@
group("mojo") {
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/js/bindings",
]
+
+ # TODO(cmasone): Android-only targets from mojo_public.gypi.
}

Powered by Google App Engine
This is Rietveld 408576698