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

Unified Diff: runtime/observatory/observatory.gypi

Issue 851153002: More fixes for observatory build dependencies (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | no next file » | 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 a40aa7140dbd61c78f0d603b16de0eb4f85a1ab0..9461174e464e6278905b7eeded6f53c6ce43ffee 100644
--- a/runtime/observatory/observatory.gypi
+++ b/runtime/observatory/observatory.gypi
@@ -21,6 +21,7 @@
'action_name': 'get_obsevatory_dependencies',
'inputs': [
'../../tools/observatory_tool.py',
+ '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
'pubspec.yaml',
],
'outputs': [
@@ -180,6 +181,7 @@
'inputs': [
'../../tools/observatory_tool.py',
'<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
+ 'pubspec.lock',
'<@(_sources)',
],
'outputs': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698