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

Unified Diff: utils/dartdevc/dartdevc.gyp

Issue 1813983003: Revert "Add dev_compiler to the SDK build process." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 9 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 | « tools/create_sdk.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/dartdevc/dartdevc.gyp
diff --git a/utils/dartdevc/dartdevc.gyp b/utils/dartdevc/dartdevc.gyp
deleted file mode 100644
index 1be007befe0bd9e6bb13461e37b061496644a97c..0000000000000000000000000000000000000000
--- a/utils/dartdevc/dartdevc.gyp
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright (c) 2016, 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': 'dartdevc',
- 'type': 'none',
- 'dependencies': [
- '../../runtime/dart-runtime.gyp:dart',
- '../../pkg/pkg.gyp:pkg_packages',
- ],
- 'actions': [
- {
- 'action_name': 'generate_dartdevc_snapshot',
- 'inputs': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '../../sdk/lib/_internal/sdk_library_metadata/lib/libraries.dart',
- '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
- '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../third_party/pkg/dev_compiler"])',
- '<!@(["python", "../../tools/list_files.py", "\\.dart$", "../../pkg/analyzer"])',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/dartdevc.dart.snapshot',
- ],
- 'action': [
- '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)dart<(EXECUTABLE_SUFFIX)',
- '--snapshot=<(SHARED_INTERMEDIATE_DIR)/dartdevc.dart.snapshot',
- '--package-root=<(PRODUCT_DIR)/packages/',
- '../../third_party/pkg/dev_compiler/bin/dartdevc.dart'
- ],
- },
- ],
- },
- ],
-}
« no previous file with comments | « tools/create_sdk.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698