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

Unified Diff: utils/pub/pub.gyp

Issue 2992593002: [infra] Begin removing gyp (Closed)
Patch Set: Created 3 years, 5 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
« runtime/vm/vm.gypi ('K') | « utils/dartfmt/dartfmt.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/pub/pub.gyp
diff --git a/utils/pub/pub.gyp b/utils/pub/pub.gyp
deleted file mode 100644
index b568c0c6fdf20786ba52f631c1716f2c33f638d5..0000000000000000000000000000000000000000
--- a/utils/pub/pub.gyp
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'pub',
- 'type': 'none',
- 'dependencies': [
- '../../runtime/dart-runtime.gyp:dart',
- '../../pkg/pkg_files.gyp:pkg_files_stamp',
- '../../utils/compiler/compiler.gyp:dart2js_files_stamp'
- ],
- 'actions': [
- {
- 'action_name': 'generate_pub_snapshot',
- 'inputs': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart',
- '<(SHARED_INTERMEDIATE_DIR)/dart2js_files.stamp',
- '<(SHARED_INTERMEDIATE_DIR)/pkg_files.stamp',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
- ],
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '--packages=../../.packages',
- '--snapshot=<(SHARED_INTERMEDIATE_DIR)/pub.dart.snapshot',
- '../../third_party/pkg/pub/bin/pub.dart',
- ]
- },
- ],
- },
- ],
-}
« runtime/vm/vm.gypi ('K') | « utils/dartfmt/dartfmt.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698