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

Unified Diff: test/transformer/hello_app/pubspec.yaml

Issue 1788973002: Remove code that requires whole-program compile (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged 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 | « test/testing.dart ('k') | test/transformer/hello_app/web/index.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/transformer/hello_app/pubspec.yaml
diff --git a/test/transformer/hello_app/pubspec.yaml b/test/transformer/hello_app/pubspec.yaml
deleted file mode 100644
index 37392662fb75c7fe34e30038356f65c17e36e826..0000000000000000000000000000000000000000
--- a/test/transformer/hello_app/pubspec.yaml
+++ /dev/null
@@ -1,15 +0,0 @@
-name: hello_app
-version: 0.0.1
-dependencies:
- browser: any
- hello_dep:
- path: ../hello_dep
-dev_dependencies:
- dev_compiler:
- path: ../../..
-transformers:
-- dev_compiler:
- args:
- - --destructure-named-params
-- $dart2js:
- $exclude: '**'
« no previous file with comments | « test/testing.dart ('k') | test/transformer/hello_app/web/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698