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

Unified Diff: runtime/observatory/observatory.gypi

Issue 1519063004: - Prevent running of the dart_bootstrap script by default. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | tools/canary.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/observatory.gypi
diff --git a/runtime/observatory/observatory.gypi b/runtime/observatory/observatory.gypi
index 49715242254f816717c4313671b9aaf59829ab76..5d282ac09b3144776d7468cb5beed8904c9217db 100644
--- a/runtime/observatory/observatory.gypi
+++ b/runtime/observatory/observatory.gypi
@@ -44,6 +44,7 @@
'target_name': 'build_observatory',
'type': 'none',
'dependencies': [
+ 'dart_bootstrap#host',
'fetch_observatory_deps#host',
],
'toolsets': ['host'],
« no previous file with comments | « no previous file | tools/canary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698