Chromium Code Reviews| 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 24 matching lines...) Expand all Loading... | |
| 35 "hamcrest_rev" : "@19997", | 35 "hamcrest_rev" : "@19997", |
| 36 "json_rev" : "@19997", | 36 "json_rev" : "@19997", |
| 37 "junit_rev" : "@19997", | 37 "junit_rev" : "@19997", |
| 38 "mockito_rev" : "@19997", | 38 "mockito_rev" : "@19997", |
| 39 "snakeyaml_rev" : "@19997", | 39 "snakeyaml_rev" : "@19997", |
| 40 "websocket_rev" : "@35854", | 40 "websocket_rev" : "@35854", |
| 41 "WebCore_rev" : "@34173", | 41 "WebCore_rev" : "@34173", |
| 42 "weberknecht_rev" : "@33599", | 42 "weberknecht_rev" : "@33599", |
| 43 "font_awesome_rev": "@31824", | 43 "font_awesome_rev": "@31824", |
| 44 "barback-0.13.0_rev": "@34853", | 44 "barback-0.13.0_rev": "@34853", |
| 45 "barback-0.14.0_rev": "@36398", | |
| 45 } | 46 } |
| 46 | 47 |
| 47 deps = { | 48 deps = { |
| 48 "dart": | 49 "dart": |
| 49 "/branches/bleeding_edge/dart", | 50 "/branches/bleeding_edge/dart", |
| 50 | 51 |
| 51 # Stuff needed for GYP to run. | 52 # Stuff needed for GYP to run. |
| 52 "dart/third_party/gyp": | 53 "dart/third_party/gyp": |
| 53 (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"), | 54 (Var("googlecode_url") % "gyp") + "/trunk" + Var("gyp_rev"), |
| 54 | 55 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 97 "dart/third_party/snakeyaml": "/third_party/snakeyaml" + Var("snakeyaml_rev"), | 98 "dart/third_party/snakeyaml": "/third_party/snakeyaml" + Var("snakeyaml_rev"), |
| 98 "dart/third_party/websocket": "/third_party/websocket" + Var("websocket_rev"), | 99 "dart/third_party/websocket": "/third_party/websocket" + Var("websocket_rev"), |
| 99 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"), | 100 "dart/third_party/d8": "/third_party/d8" + Var("d8_rev"), |
| 100 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), | 101 "dart/third_party/WebCore": "/third_party/WebCore" + Var("WebCore_rev"), |
| 101 "dart/third_party/weberknecht": | 102 "dart/third_party/weberknecht": |
| 102 "/third_party/weberknecht" + Var("weberknecht_rev"), | 103 "/third_party/weberknecht" + Var("weberknecht_rev"), |
| 103 | 104 |
| 104 "dart/third_party/font-awesome": | 105 "dart/third_party/font-awesome": |
| 105 "/third_party/font-awesome" + Var("font_awesome_rev"), | 106 "/third_party/font-awesome" + Var("font_awesome_rev"), |
| 106 | 107 |
| 107 # This specific version of barback is used for testing and should be pulled | 108 # Thes specific versions of barback are used for testing and should be pulled |
|
ricow1
2014/06/04 09:31:16
Thes -> These
nweiz
2014/06/04 20:19:53
Done.
| |
| 108 # from bleeding_edge even on channels. | 109 # from bleeding_edge even on channels. |
| 109 "dart/third_party/pkg/barback-0.13.0": | 110 "dart/third_party/pkg/barback-0.13.0": |
| 110 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), | 111 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.13.0_rev"), |
| 112 "dart/third_party/pkg/barback-0.14.0+3": | |
| 113 "/branches/bleeding_edge/dart/pkg/barback" + Var("barback-0.14.0_rev"), | |
| 111 } | 114 } |
| 112 | 115 |
| 113 deps_os = { | 116 deps_os = { |
| 114 "android": { | 117 "android": { |
| 115 "dart/third_party//android_tools": | 118 "dart/third_party//android_tools": |
| 116 Var("chromium_git") + "/android_tools.git" + | 119 Var("chromium_git") + "/android_tools.git" + |
| 117 "@e504b737693e96816b40e6ae80d177352c079c18", | 120 "@e504b737693e96816b40e6ae80d177352c079c18", |
| 118 }, | 121 }, |
| 119 "win": { | 122 "win": { |
| 120 "dart/third_party/cygwin": | 123 "dart/third_party/cygwin": |
| (...skipping 16 matching lines...) Expand all Loading... | |
| 137 }, | 140 }, |
| 138 { | 141 { |
| 139 "pattern": ".", | 142 "pattern": ".", |
| 140 "action": ["python", "dart/editor/build/generate_sources.py"], | 143 "action": ["python", "dart/editor/build/generate_sources.py"], |
| 141 }, | 144 }, |
| 142 { | 145 { |
| 143 "pattern": ".", | 146 "pattern": ".", |
| 144 "action": ["python", "dart/tools/gyp_dart.py"], | 147 "action": ["python", "dart/tools/gyp_dart.py"], |
| 145 }, | 148 }, |
| 146 ] | 149 ] |
| OLD | NEW |