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

Unified Diff: mojo/dart/BUILD.gn

Issue 1300463002: Upload/Download dart_snapshotter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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/dart/BUILD.gn
diff --git a/mojo/dart/BUILD.gn b/mojo/dart/BUILD.gn
index 88cc7fea62d695a94b77b406d0c3f38f9f5f9c8d..3c551a04e2f3052fa486caf6bf7e399006c84038 100644
--- a/mojo/dart/BUILD.gn
+++ b/mojo/dart/BUILD.gn
@@ -2,13 +2,17 @@
# 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("dart") {
deps = [
"//mojo/dart/apptest",
- "//mojo/dart/dart_snapshotter($host_toolchain)",
"//mojo/dart/http_load_test",
"//mojo/dart/mojom",
"//mojo/dart/mojo_services",
"//mojo/dart/observatory_test",
]
+ if (!mojo_use_prebuilt_dart_snapshotter) {
+ deps += [ "//mojo/dart/dart_snapshotter($host_toolchain)" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698