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

Unified Diff: services/BUILD.gn

Issue 816113004: Dart: Adds a content handler and a test. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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: services/BUILD.gn
diff --git a/services/BUILD.gn b/services/BUILD.gn
index 165f90750562aaecd7887f89f369c05189aa447d..b64f83491fc21598aec938f88e0c8f52a1d2eab4 100644
--- a/services/BUILD.gn
+++ b/services/BUILD.gn
@@ -3,6 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
+import("//mojo/public/mojo.gni")
group("services") {
deps = [
@@ -20,4 +21,8 @@ group("services") {
"//services/view_manager",
"//services/window_manager",
]
+
+ if (mojo_use_dart) {
+ deps += [ "//services/dart" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698