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

Unified Diff: mojo/dart/dart_snapshotter/BUILD.gn

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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
« DEPS ('K') | « DEPS ('k') | mojo/dart/dart_snapshotter/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/dart_snapshotter/BUILD.gn
diff --git a/mojo/dart/dart_snapshotter/BUILD.gn b/mojo/dart/dart_snapshotter/BUILD.gn
index 4174569a113ea5100e039147111b8fba00463af1..f46f491d95b2472b150c1fa07b876e4e100b126f 100644
--- a/mojo/dart/dart_snapshotter/BUILD.gn
+++ b/mojo/dart/dart_snapshotter/BUILD.gn
@@ -12,8 +12,6 @@ executable("dart_snapshotter") {
deps = [
"//base",
"//build/config/sanitizers:deps",
- "//dart/runtime/vm:libdart_platform",
- "//dart/runtime:libdart",
"//mojo/common",
"//mojo/dart/embedder:dart_snapshot_cc",
"//mojo/edk/system",
@@ -21,6 +19,8 @@ executable("dart_snapshotter") {
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
+ "//mojo/public/third_party/dart/runtime/vm:libdart_platform",
+ "//mojo/public/third_party/dart/runtime:libdart",
"//third_party/zlib",
"//tonic",
]
« DEPS ('K') | « DEPS ('k') | mojo/dart/dart_snapshotter/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698