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

Unified Diff: dart/pkg/dart2js_incremental/pubspec.yaml

Issue 355563004: Create package for incremental compilation. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 6 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: dart/pkg/dart2js_incremental/pubspec.yaml
diff --git a/dart/third_party/pkg/update_js.sh b/dart/pkg/dart2js_incremental/pubspec.yaml
old mode 100755
new mode 100644
similarity index 65%
copy from dart/third_party/pkg/update_js.sh
copy to dart/pkg/dart2js_incremental/pubspec.yaml
index 971fe363c9615b5e94955875cd415f481eb6ba10..8cc7fc4ad3f8f1efc4c35ea5db594a35ea4f6602
--- a/dart/third_party/pkg/update_js.sh
+++ b/dart/pkg/dart2js_incremental/pubspec.yaml
@@ -1,11 +1,7 @@
-#!/bin/bash
# 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.
-# bail on error
-set -e
-
-source update.sh
-
-update "js" "https://github.com/dart-lang/js-interop"
+name: dart2js_incremental
+version: 0.1
Bob Nystrom 2014/06/24 16:04:30 0.0.1 or 0.1.0. 0.1 isn't a valid semantic version
+description: Experimental API for incremental compilation with dart2js.

Powered by Google App Engine
This is Rietveld 408576698