| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
| 2 # for details. All rights reserved. Use of this source code is governed by a | 2 # for details. All rights reserved. Use of this source code is governed by a |
| 3 # BSD-style license that can be found in the LICENSE file. | 3 # BSD-style license that can be found in the LICENSE file. |
| 4 | 4 |
| 5 vars = { | 5 vars = { |
| 6 # Use this googlecode_url variable only if there is an internal mirror for it. | 6 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 7 # If you do not know, use the full path while defining your new deps entry. | 7 # If you do not know, use the full path while defining your new deps entry. |
| 8 "googlecode_url": "http://%s.googlecode.com/svn", | 8 "googlecode_url": "http://%s.googlecode.com/svn", |
| 9 | 9 |
| 10 "gyp_rev": "@1752", | 10 "gyp_rev": "@1752", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 "dart/third_party/pkg/async_await": | 179 "dart/third_party/pkg/async_await": |
| 180 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), | 180 "https://github.com/dart-lang/async_await.git" + Var("async_await_rev"), |
| 181 "dart/third_party/pkg/barback": | 181 "dart/third_party/pkg/barback": |
| 182 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), | 182 "https://github.com/dart-lang/barback.git" + Var("barback_rev"), |
| 183 "dart/third_party/pkg/collection": | 183 "dart/third_party/pkg/collection": |
| 184 "https://github.com/dart-lang/collection.git" + Var("collection_rev"), | 184 "https://github.com/dart-lang/collection.git" + Var("collection_rev"), |
| 185 "dart/third_party/pkg/crypto": | 185 "dart/third_party/pkg/crypto": |
| 186 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"), | 186 "https://github.com/dart-lang/crypto.git" + Var("crypto_rev"), |
| 187 "dart/third_party/pkg/csslib": | 187 "dart/third_party/pkg/csslib": |
| 188 "https://github.com/dart-lang/csslib.git" + Var("csslib_rev"), | 188 "https://github.com/dart-lang/csslib.git" + Var("csslib_rev"), |
| 189 "dart/third_party/pkg/dart_style": | 189 "dart/third_party/pkg_tested/dart_style": |
| 190 "https://github.com/dart-lang/dart_style.git" + Var("dart_style_tag"), | 190 "https://github.com/dart-lang/dart_style.git" + Var("dart_style_tag"), |
| 191 "dart/third_party/pkg/fake_async": | 191 "dart/third_party/pkg/fake_async": |
| 192 "/third_party/fake_async" + Var("fake_async_rev"), | 192 "/third_party/fake_async" + Var("fake_async_rev"), |
| 193 "dart/third_party/pkg/glob": | 193 "dart/third_party/pkg/glob": |
| 194 "https://github.com/dart-lang/glob.git" + Var("glob_rev"), | 194 "https://github.com/dart-lang/glob.git" + Var("glob_rev"), |
| 195 "dart/third_party/pkg/html5lib": | 195 "dart/third_party/pkg/html5lib": |
| 196 "https://github.com/dart-lang/html5lib.git" + Var("html5lib_rev"), | 196 "https://github.com/dart-lang/html5lib.git" + Var("html5lib_rev"), |
| 197 "dart/third_party/pkg/http": | 197 "dart/third_party/pkg/http": |
| 198 "https://github.com/dart-lang/http.git" + Var("http_rev"), | 198 "https://github.com/dart-lang/http.git" + Var("http_rev"), |
| 199 "dart/third_party/pkg/http_multi_server": | 199 "dart/third_party/pkg/http_multi_server": |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 }, | 302 }, |
| 303 { | 303 { |
| 304 "pattern": ".", | 304 "pattern": ".", |
| 305 "action": ["python", "dart/editor/build/generate_sources.py"], | 305 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 306 }, | 306 }, |
| 307 { | 307 { |
| 308 "pattern": ".", | 308 "pattern": ".", |
| 309 "action": ["python", "dart/tools/gyp_dart.py"], | 309 "action": ["python", "dart/tools/gyp_dart.py"], |
| 310 }, | 310 }, |
| 311 ] | 311 ] |
| OLD | NEW |