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

Unified Diff: tonic/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
Index: tonic/BUILD.gn
diff --git a/tonic/BUILD.gn b/tonic/BUILD.gn
index 5b72df7e629d95e940fd9db422193fe6aa7c3093..35ea0ec5d680fcc134cddd8a37ef594eb82cf278 100644
--- a/tonic/BUILD.gn
+++ b/tonic/BUILD.gn
@@ -68,15 +68,15 @@ source_set("tonic") {
]
public_deps = [
- "//dart/runtime:libdart",
- "//dart/runtime/vm:libdart_platform",
+ "//mojo/public/third_party/dart/runtime:libdart",
+ "//mojo/public/third_party/dart/runtime/vm:libdart_platform",
]
public_configs = [ ":tonic_config" ]
}
config("tonic_config") {
- include_dirs = [ "//dart/runtime" ]
+ include_dirs = [ "//mojo/public/third_party/dart/runtime" ]
}
# TODO(johnmccutchan): Move these sources into sky_engine and remove this.
@@ -99,7 +99,7 @@ source_set("tonic_wtf") {
]
public_deps = [
- "//dart/runtime:libdart",
- "//dart/runtime/vm:libdart_platform",
+ "//mojo/public/third_party/dart/runtime:libdart",
+ "//mojo/public/third_party/dart/runtime/vm:libdart_platform",
]
}
« DEPS ('K') | « third_party/dart-pkg/BUILD.gn ('k') | tonic/dart_api_scope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698