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

Unified Diff: services/dart/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: services/dart/BUILD.gn
diff --git a/services/dart/BUILD.gn b/services/dart/BUILD.gn
index 81d5cffd0e517453efaed459508026c3ba60a105..5e9f1da468beead115e17571bc6af3f35928ca79 100644
--- a/services/dart/BUILD.gn
+++ b/services/dart/BUILD.gn
@@ -35,7 +35,6 @@ mojo_native_application("dart_content_handler") {
"//base",
"//base:i18n",
"//crypto",
- "//dart/runtime:libdart",
"//mojo/application",
"//mojo/application:application",
"//mojo/application:content_handler",
@@ -46,6 +45,7 @@ mojo_native_application("dart_content_handler") {
"//mojo/public/cpp/system",
"//mojo/public/cpp/utility",
"//mojo/public/interfaces/application",
+ "//mojo/public/third_party/dart/runtime:libdart",
"//mojo/services/content_handler/public/interfaces",
"//mojo/services/network/public/interfaces",
"//mojo/services/url_response_disk_cache/public/interfaces",
« DEPS ('K') | « mojo/tools/get_test_list.py ('k') | services/dart/dart_apptests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698