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

Unified Diff: utils/dartfmt/dartfmt.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
Index: utils/dartfmt/dartfmt.gyp
diff --git a/utils/dartfmt/dartfmt.gyp b/utils/dartfmt/dartfmt.gyp
deleted file mode 100644
index 5590883474b9e0c29c1d0b2d1844dd4b9bcd36c0..0000000000000000000000000000000000000000
--- a/utils/dartfmt/dartfmt.gyp
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright (c) 2014, 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': 'dartfmt',
- 'type': 'none',
- 'dependencies': [
- '../../runtime/dart-runtime.gyp:dart',
- ],
- 'actions': [
- {
- 'action_name': 'generate_dartfmt_snapshot',
- 'inputs': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart',
- '<!@(["python", "../../tools/list_dart_files.py", "relative", '
- '"../../third_party/pkg_tested/dart_style"])',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/dartfmt.dart.snapshot',
- ],
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '--packages=../../.packages',
- '--snapshot=<(SHARED_INTERMEDIATE_DIR)/dartfmt.dart.snapshot',
- '../../third_party/pkg_tested/dart_style/bin/format.dart',
- ],
- },
- ],
- },
- ],
-}
« runtime/vm/vm.gypi ('K') | « utils/dartdoc/dartdoc.gyp ('k') | utils/pub/pub.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698