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

Unified Diff: pkg/compiler/pubspec.yaml

Issue 2398133002: Include ClosureInfo in dump info. (Closed)
Patch Set: Created 4 years, 2 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: pkg/compiler/pubspec.yaml
diff --git a/pkg/compiler/pubspec.yaml b/pkg/compiler/pubspec.yaml
deleted file mode 100644
index 19bd26e27b03e0c4ff84361832a88bd3db5d67f9..0000000000000000000000000000000000000000
--- a/pkg/compiler/pubspec.yaml
+++ /dev/null
@@ -1,43 +0,0 @@
-# This pubspec is currently mainly used to make it easier to develop on dart2js
Siggi Cherem (dart-lang) 2016/10/06 17:58:08 I guess now that we have the .packages at the top
Harry Terkelsen 2016/10/06 18:22:42 Done.
-# by making it a standalone package.
-name: compiler
-#version: do-not-upload
-dependencies:
- package_config: '>=0.1.1 <2.0.0'
- pub_semver: ^1.2.1
- js:
- path: ../js
- js_ast:
- path: ../js_ast
- js_runtime:
- path: ../../sdk/lib/_internal/js_runtime
- kernel:
- path: ../../third_party/pkg/kernel
- sdk_library_metadata:
- path: ../../sdk/lib/_internal/sdk_library_metadata
- dart2js_info: ^0.3.0
- lookup_map:
- path: ../lookup_map
-
-# Uncomment if running gclient, so you can depend directly on the downloaded
-# versions of dart2js's transitive dependencies:
-#
-# dependency_overrides:
-# package_config:
-# path: ../../third_party/pkg_tested/package_config
-# path:
-# path: ../../third_party/pkg/path
-# charcode:
-# path: ../../third_party/pkg/charcode
-# collection:
-# path: ../../third_party/pkg/collection
-# crypto:
-# path: ../../third_party/pkg/crypto
-# http_parser:
-# path: ../../third_party/pkg/http_parser
-# args:
-# path: ../../third_party/pkg/args
-# shelf:
-# path: ../../third_party/pkg/shelf
-# yaml:
-# path: ../../third_party/pkg/yaml

Powered by Google App Engine
This is Rietveld 408576698