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

Side by Side Diff: tools/deps/dartium.deps/DEPS

Issue 1242113002: Move third_party/observatory_pub_packages to github (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update deps.dartium/DEPS Created 5 years, 5 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 unified diff | Download patch
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 import gclient_utils 1 import gclient_utils
2 import os 2 import os
3 3
4 path = gclient_utils.FindGclientRoot(os.getcwd()) 4 path = gclient_utils.FindGclientRoot(os.getcwd())
5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS. 5 execfile(os.path.join(path, 'src', 'dart', 'tools', 'deps', 'dartium.deps', 'DEP S.chromium')) # Include proper Chromium DEPS.
6 6
7 # Now we need to override some settings and add some new ones. 7 # Now we need to override some settings and add some new ones.
8 8
9 vars.update({ 9 vars.update({
10 "chromium_url": "http://src.chromium.org/svn", 10 "chromium_url": "http://src.chromium.org/svn",
(...skipping 15 matching lines...) Expand all
26 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7", 26 "http_rev" : "@9b93e1542c753090c50b46ef1592d44bc858bfe7",
27 "http_multi_server_tag" : "@1.3.2", 27 "http_multi_server_tag" : "@1.3.2",
28 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4", 28 "http_parser_rev" : "@8b179e36aba985208e4c5fb15cfddd386b6370a4",
29 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235", 29 "http_throttle_rev" : "@a81f08be942cdd608883c7b67795c12226abc235",
30 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c", 30 "json_rpc_2_rev": "@a38eefd116d910199de205f962af92fed87c164c",
31 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597", 31 "logging_rev": "@85d83e002670545e9039ad3985f0018ab640e597",
32 "matcher_tag": "@0.12.0", 32 "matcher_tag": "@0.12.0",
33 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd", 33 "mime_rev": "@75890811d4af5af080351ba8a2853ad4c8df98dd",
34 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1", 34 "metatest_rev": "@e5aa8e4e19fc4188ac2f6d38368a47d8f07c3df1",
35 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5", 35 "oauth2_rev": "@1bff41f4d54505c36f2d1a001b83b8b745c452f5",
36 "observatory_pub_packages_rev": "@45565", 36 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485",
37 "package_config_tag": "@0.1.1", 37 "package_config_tag": "@0.1.1",
38 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805", 38 "path_rev": "@b657c0854d1cf41c014986fa9d2321f1173df805",
39 "plugin_tag": "@0.1.0", 39 "plugin_tag": "@0.1.0",
40 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c", 40 "pool_rev": "@22e12aeb16ad0b626900dbe79e4a25391ddfb28c",
41 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d", 41 "pub_rev": "@9d707158fedc86fc2b02f62cdfe804902b098d9d",
42 "pub_semver_tag": "@1.2.0", 42 "pub_semver_tag": "@1.2.0",
43 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4", 43 "shelf_rev": "@1e87b79b21ac5e6fa2f93576d6c06eaa65285ef4",
44 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602", 44 "shelf_web_socket_rev": "@ff170cec2c0e4e5722cdf47c557be63b5035a602",
45 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05", 45 "source_span_rev": "@42501132e43599a151ba6727d340e44442f86c05",
46 "stack_trace_tag": "@1.2.1", 46 "stack_trace_tag": "@1.2.1",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 "src/dart/third_party/pkg/args": 139 "src/dart/third_party/pkg/args":
140 "https://github.com/dart-lang/args.git" + Var("args_tag"), 140 "https://github.com/dart-lang/args.git" + Var("args_tag"),
141 "src/dart/third_party/pkg/charcode": 141 "src/dart/third_party/pkg/charcode":
142 "https://github.com/dart-lang/charcode.git" + Var("charcode_tag"), 142 "https://github.com/dart-lang/charcode.git" + Var("charcode_tag"),
143 "src/dart/third_party/pkg/http_parser": 143 "src/dart/third_party/pkg/http_parser":
144 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"), 144 "https://github.com/dart-lang/http_parser.git" + Var("http_parser_rev"),
145 "src/dart/third_party/pkg/matcher": 145 "src/dart/third_party/pkg/matcher":
146 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"), 146 "https://github.com/dart-lang/matcher.git" + Var("matcher_tag"),
147 "src/dart/third_party/pkg/metatest": 147 "src/dart/third_party/pkg/metatest":
148 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"), 148 "https://github.com/dart-lang/metatest.git" + Var("metatest_rev"),
149 "src/dart/third_party/observatory_pub_packages":
150 "https://github.com/dart-lang/observatory_pub_packages.git"
151 + Var("observatory_pub_packages_rev"),
149 "src/dart/third_party/pkg/path": 152 "src/dart/third_party/pkg/path":
150 "https://github.com/dart-lang/path.git" + Var("path_rev"), 153 "https://github.com/dart-lang/path.git" + Var("path_rev"),
151 "src/dart/third_party/pkg/package_config": 154 "src/dart/third_party/pkg/package_config":
152 "https://github.com/dart-lang/package_config.git" + 155 "https://github.com/dart-lang/package_config.git" +
153 Var("package_config_tag"), 156 Var("package_config_tag"),
154 "src/dart/third_party/pkg/source_span": 157 "src/dart/third_party/pkg/source_span":
155 "https://github.com/dart-lang/source_span.git" + Var("source_span_rev"), 158 "https://github.com/dart-lang/source_span.git" + Var("source_span_rev"),
156 "src/dart/third_party/pkg/stack_trace": 159 "src/dart/third_party/pkg/stack_trace":
157 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_tag"), 160 "https://github.com/dart-lang/stack_trace.git" + Var("stack_trace_tag"),
158 "src/dart/third_party/pkg/string_scanner": 161 "src/dart/third_party/pkg/string_scanner":
(...skipping 11 matching lines...) Expand all
170 "src/dart/third_party/WebCore": 173 "src/dart/third_party/WebCore":
171 "http://dart.googlecode.com/svn/third_party/WebCore", 174 "http://dart.googlecode.com/svn/third_party/WebCore",
172 175
173 "src/dart/third_party/pkg/fake_async": 176 "src/dart/third_party/pkg/fake_async":
174 "http://dart.googlecode.com/svn/third_party/fake_async" + 177 "http://dart.googlecode.com/svn/third_party/fake_async" +
175 Var("fake_async_rev"), 178 Var("fake_async_rev"),
176 179
177 "src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") + 180 "src/dart/tests/co19/src": ((Var("googlecode_url") % "co19") +
178 "/trunk/co19/tests/co19/src" + Var("co19_rev")), 181 "/trunk/co19/tests/co19/src" + Var("co19_rev")),
179 182
180 "src/dart/third_party/observatory_pub_packages":
181 "http://dart.googlecode.com/svn/third_party/observatory_pub_packages" +
182 Var("observatory_pub_packages_rev"),
183
184 "src/dart/third_party/zlib": 183 "src/dart/third_party/zlib":
185 Var("chromium_git") + "/chromium/src/third_party/zlib.git" + 184 Var("chromium_git") + "/chromium/src/third_party/zlib.git" +
186 Var("zlib_rev"), 185 Var("zlib_rev"),
187 }) 186 })
188 187
189 deps_os['win'].update({ 188 deps_os['win'].update({
190 "src/chrome/tools/test/reference_build/chrome_win": None 189 "src/chrome/tools/test/reference_build/chrome_win": None
191 }) 190 })
192 deps_os['mac'].update({ 191 deps_os['mac'].update({
193 "src/chrome/tools/test/reference_build/chrome_mac": None 192 "src/chrome/tools/test/reference_build/chrome_mac": None
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 "download_from_google_storage", 226 "download_from_google_storage",
228 "--no_auth", 227 "--no_auth",
229 "--no_resume", 228 "--no_resume",
230 "--bucket", 229 "--bucket",
231 "dart-dependencies", 230 "dart-dependencies",
232 "-d", 231 "-d",
233 "-r", 232 "-r",
234 "src/dart/tools/testing/bin", 233 "src/dart/tools/testing/bin",
235 ], 234 ],
236 }) 235 })
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698