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

Unified Diff: pkg/pkg.gyp

Issue 2346163005: Remove package root target and support scripts (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 | « pkg/BUILD.gn ('k') | runtime/bin/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/pkg.gyp
diff --git a/pkg/pkg.gyp b/pkg/pkg.gyp
deleted file mode 100644
index 7a7ae9a4fa7f568862e0017a1abbaf125a88dd3a..0000000000000000000000000000000000000000
--- a/pkg/pkg.gyp
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright (c) 2012, 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': 'pkg_packages',
- 'type': 'none',
- 'actions': [
- {
- 'action_name': 'make_pkg_packages',
- 'inputs': [
- '../tools/make_links.py',
- '<!@(["python", "../tools/list_pkg_directories.py", "."])',
- # Exclude DDC's old location in case folks didn't remove it.
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"../third_party/pkg", "--exclude=dev_compiler"])',
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"../third_party/pkg_tested"])',
- '<!@(["python", "../tools/list_pkg_directories.py", '
- '"../runtime"])',
- '../sdk/lib/_internal/js_runtime/lib',
- '../sdk/lib/_internal/sdk_library_metadata/lib',
- '../third_party/observatory_pub_packages/packages/charted/lib',
- ],
- 'outputs': [
- '<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
- '<(PRODUCT_DIR)/.packages',
- ],
- 'action': [
- 'python', '../tools/make_links.py', '--create-links',
- '--create-package-file',
- '--timestamp_file=<(SHARED_INTERMEDIATE_DIR)/packages.stamp',
- '<(PRODUCT_DIR)',
- '<@(_inputs)',
- # Pub imports dart2js as compiler_unsupported so it can work outside
- # the SDK. Map that to the compiler package.
- 'compiler/lib:compiler_unsupported'
- ],
- },
- ],
- }
- ],
-}
« no previous file with comments | « pkg/BUILD.gn ('k') | runtime/bin/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698