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

Unified Diff: runtime/observatory/observatory.gypi

Issue 2370773002: Remove pub get from GYP observatory build. (Closed)
Patch Set: Created 4 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
« 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 ed241c5d0b29d26221f265a946d69b7bbdf3c025..d581c2283649ad9d35a56bf20e85e2ea7a49452d 100644
--- a/runtime/observatory/observatory.gypi
+++ b/runtime/observatory/observatory.gypi
@@ -8,42 +8,10 @@
},
'targets': [
{
- 'target_name': 'fetch_observatory_deps',
- 'type': 'none',
- 'dependencies': [
- 'dart_bootstrap#host',
- ],
- 'toolsets': ['host'],
- 'actions': [
- {
- 'action_name': 'get_obsevatory_dependencies',
- 'inputs': [
- '../../tools/observatory_tool.py',
- 'pubspec.yaml',
- ],
- 'outputs': [
- '<(gen_source_dir)/observatory_packages.stamp'
- ],
- 'action': [
- 'python',
- '../tools/observatory_tool.py',
- '--sdk=True',
- '--stamp',
- '<(gen_source_dir)/observatory_packages.stamp',
- '--dart-executable',
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart_bootstrap<(EXECUTABLE_SUFFIX)',
- '--directory', 'observatory',
- '--command', 'get',
- ],
- }
- ],
- },
- {
'target_name': 'build_observatory',
'type': 'none',
'dependencies': [
'dart_bootstrap#host',
- 'fetch_observatory_deps#host',
],
'toolsets': ['host'],
'includes': [
« 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