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

Unified Diff: third_party/mojo/src/mojo/public/BUILD.gn

Issue 1157843002: Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « third_party/mojo/src/mojo/edk/test/scoped_ipc_support.cc ('k') | third_party/mojo/src/mojo/public/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mojo/src/mojo/public/BUILD.gn
diff --git a/third_party/mojo/src/mojo/public/BUILD.gn b/third_party/mojo/src/mojo/public/BUILD.gn
index e1e9e18c3982a9fc10c68a4cb11ddef3570225ff..36018e28652f98ad496223b417a6c2e339aec75c 100644
--- a/third_party/mojo/src/mojo/public/BUILD.gn
+++ b/third_party/mojo/src/mojo/public/BUILD.gn
@@ -16,6 +16,10 @@ group("public") {
"interfaces/bindings/tests:test_interfaces",
]
+ if (mojo_use_application_in_sdk) {
+ deps += [ "cpp/application:standalone" ]
+ }
+
if (is_linux) {
deps += [ "python" ]
}
@@ -26,6 +30,10 @@ group("public") {
"java:bindings",
]
}
+
+ if (is_android && mojo_use_application_in_sdk) {
+ deps += [ "java:application" ]
+ }
}
group("sdk") {
@@ -37,6 +45,13 @@ group("sdk") {
"interfaces/bindings",
"js",
]
+
+ if (mojo_use_application_in_sdk) {
+ deps += [
+ "cpp/application:standalone",
+ "interfaces/application",
+ ]
+ }
}
static_library("libmojo_sdk") {
« no previous file with comments | « third_party/mojo/src/mojo/edk/test/scoped_ipc_support.cc ('k') | third_party/mojo/src/mojo/public/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698