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

Unified Diff: mojo/public/BUILD.gn

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/VERSION » ('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/public/BUILD.gn b/mojo/public/BUILD.gn
index 89fab8d7144d4eac0fbf8d08d434e7c1811e8f0b..6d8077b7035efe6f49e9bcfb52732451c3c06113 100644
--- a/mojo/public/BUILD.gn
+++ b/mojo/public/BUILD.gn
@@ -2,6 +2,8 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+import("//mojo/public/mojo.gni")
+
group("public") {
# Meta-target, don't link into production code.
testonly = true
@@ -22,6 +24,12 @@ group("public") {
]
}
+ if (mojo_use_dart) {
+ deps += [
+ "//mojo/public/dart",
+ ]
+ }
+
if (is_android) {
deps += [
"//mojo/public/java:system",
@@ -38,7 +46,7 @@ group("sdk") {
"//mojo/public/cpp/environment:standalone",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
- "//mojo/public/js/bindings",
+ "//mojo/public/js",
]
}
« no previous file with comments | « mojo/mojo_base.gyp ('k') | mojo/public/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698