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

Unified Diff: runtime/observatory/observatory.gypi

Issue 1664403002: Fix unnecessary Observatory rebuilds in Flutter (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 | « runtime/observatory/BUILD.gn ('k') | tools/observatory_tool.py » ('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 5d282ac09b3144776d7468cb5beed8904c9217db..39a6db9deb6d100bdb3049382edd202b2f2f1f81 100644
--- a/runtime/observatory/observatory.gypi
+++ b/runtime/observatory/observatory.gypi
@@ -25,13 +25,15 @@
'pubspec.yaml',
],
'outputs': [
- 'pubspec.lock'
+ '<(gen_source_dir)/observatory_packages.stamp'
],
'action': [
'python',
'../tools/observatory_tool.py',
'--sdk=True',
'--package-root', '<(PRODUCT_DIR)/packages',
+ '--stamp',
+ '<(gen_source_dir)/observatory_packages.stamp',
'--dart-executable',
'<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFIX)',
'--directory', 'observatory',
@@ -56,7 +58,7 @@
'action_name': 'pub_build_observatory',
'inputs': [
'../../tools/observatory_tool.py',
- 'pubspec.lock',
+ '<(gen_source_dir)/observatory_packages.stamp',
'<@(_sources)',
],
'outputs': [
« no previous file with comments | « runtime/observatory/BUILD.gn ('k') | tools/observatory_tool.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698