| 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 10 matching lines...) Expand all Loading... |
| 21 "apache_compress_rev" : "@19997", | 21 "apache_compress_rev" : "@19997", |
| 22 "apache_http_rev" : "@37872", | 22 "apache_http_rev" : "@37872", |
| 23 "args4j_rev" : "@19997", | 23 "args4j_rev" : "@19997", |
| 24 "bzip2_rev" : "@19997", | 24 "bzip2_rev" : "@19997", |
| 25 "chrome_rev" : "@19997", | 25 "chrome_rev" : "@19997", |
| 26 "clang_rev" : "@28450", | 26 "clang_rev" : "@28450", |
| 27 "commons-io_rev" : "@19997", | 27 "commons-io_rev" : "@19997", |
| 28 "commons-lang_rev" : "@33092", | 28 "commons-lang_rev" : "@33092", |
| 29 "d8_rev" : "@38056", | 29 "d8_rev" : "@38056", |
| 30 "eclipse_rev" : "@31921", | 30 "eclipse_rev" : "@31921", |
| 31 "fake_async_rev" : "@d45bbfcefb268828b72aa286a7224516d828072b", | |
| 32 "fest_rev" : "@19997", | 31 "fest_rev" : "@19997", |
| 33 "firefox_jsshell_rev" : "@35614", | 32 "firefox_jsshell_rev" : "@35614", |
| 34 "gson_rev" : "@36048", | 33 "gson_rev" : "@36048", |
| 35 "gsutil_rev" : "@33376", | 34 "gsutil_rev" : "@33376", |
| 36 "guava_rev" : "@19997", | 35 "guava_rev" : "@19997", |
| 37 "hamcrest_rev" : "@19997", | 36 "hamcrest_rev" : "@19997", |
| 38 "json_rev" : "@19997", | 37 "json_rev" : "@19997", |
| 39 "junit_rev" : "@19997", | 38 "junit_rev" : "@19997", |
| 40 "mockito_rev" : "@19997", | 39 "mockito_rev" : "@19997", |
| 41 "petitparser_rev" : "@37878", | 40 "petitparser_rev" : "@37878", |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 "dart/third_party/websocket": "/third_party/websocket" + Var("websocket_rev"), | 103 "dart/third_party/websocket": "/third_party/websocket" + Var("websocket_rev"), |
| 105 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"), | 104 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"), |
| 106 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), | 105 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), |
| 107 "dart/third_party/weberknecht": | 106 "dart/third_party/weberknecht": |
| 108 "/third_party/weberknecht" + Var("weberknecht_rev"), | 107 "/third_party/weberknecht" + Var("weberknecht_rev"), |
| 109 | 108 |
| 110 "dart/third_party/font-awesome": | 109 "dart/third_party/font-awesome": |
| 111 "/third_party/font-awesome" + Var("font_awesome_rev"), | 110 "/third_party/font-awesome" + Var("font_awesome_rev"), |
| 112 "dart/third_party/pkg/petitparser": | 111 "dart/third_party/pkg/petitparser": |
| 113 "/third_party/petitparser" + Var("petitparser_rev"), | 112 "/third_party/petitparser" + Var("petitparser_rev"), |
| 114 "dart/third_party/pkg/fake_async": | |
| 115 "http://github.com/seaneagan/fake_async.git" + Var("fake_async_rev"), | |
| 116 | 113 |
| 117 # These specific versions of barback are used for testing and should be pulled | 114 # These specific versions of barback are used for testing and should be pulled |
| 118 # from bleeding_edge even on channels. | 115 # from bleeding_edge even on channels. |
| 119 "dart/third_party/pkg/barback-0.13.0": | 116 "dart/third_party/pkg/barback-0.13.0": |
| 120 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), | 117 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), |
| 121 "dart/third_party/pkg/barback-0.14.0+3": | 118 "dart/third_party/pkg/barback-0.14.0+3": |
| 122 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.14.0_rev"), | 119 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.14.0_rev"), |
| 123 } | 120 } |
| 124 | 121 |
| 125 deps_os = { | 122 deps_os = { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 149 }, | 146 }, |
| 150 { | 147 { |
| 151 "pattern": ".", | 148 "pattern": ".", |
| 152 "action": ["python", "dart/editor/build/generate_sources.py"], | 149 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 153 }, | 150 }, |
| 154 { | 151 { |
| 155 "pattern": ".", | 152 "pattern": ".", |
| 156 "action": ["python", "dart/tools/gyp_dart.py"], | 153 "action": ["python", "dart/tools/gyp_dart.py"], |
| 157 }, | 154 }, |
| 158 ] | 155 ] |
| OLD | NEW |