| OLD | NEW |
| 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 16 matching lines...) Expand all Loading... |
| 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": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", | 36 "observatory_pub_packages_rev": "@cdc4b3d4c15b9c0c8e7702dff127b440afbb7485", |
| 37 "package_config_tag": "@0.1.3-dev", | 37 "package_config_rev": "@1998ff79238169eb288b90b7eb29c2915105b0e4", |
| 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", |
| 47 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", | 47 "string_scanner_rev": "@3e7617d6f74ba382e9b6130b1cc12091d89a9bc5", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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": | 149 "src/dart/third_party/observatory_pub_packages": |
| 150 "https://github.com/dart-lang/observatory_pub_packages.git" | 150 "https://github.com/dart-lang/observatory_pub_packages.git" |
| 151 + Var("observatory_pub_packages_rev"), | 151 + Var("observatory_pub_packages_rev"), |
| 152 "src/dart/third_party/pkg/path": | 152 "src/dart/third_party/pkg/path": |
| 153 "https://github.com/dart-lang/path.git" + Var("path_rev"), | 153 "https://github.com/dart-lang/path.git" + Var("path_rev"), |
| 154 "src/dart/third_party/pkg/package_config": | 154 "src/dart/third_party/pkg/package_config": |
| 155 "https://github.com/dart-lang/package_config.git" + | 155 "https://github.com/dart-lang/package_config.git" + |
| 156 Var("package_config_tag"), | 156 Var("package_config_rev"), |
| 157 "src/dart/third_party/pkg/source_span": | 157 "src/dart/third_party/pkg/source_span": |
| 158 "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"), |
| 159 "src/dart/third_party/pkg/stack_trace": | 159 "src/dart/third_party/pkg/stack_trace": |
| 160 "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"), |
| 161 "src/dart/third_party/pkg/string_scanner": | 161 "src/dart/third_party/pkg/string_scanner": |
| 162 "https://github.com/dart-lang/string_scanner.git" + | 162 "https://github.com/dart-lang/string_scanner.git" + |
| 163 Var("string_scanner_rev"), | 163 Var("string_scanner_rev"), |
| 164 "src/dart/third_party/pkg/test": | 164 "src/dart/third_party/pkg/test": |
| 165 "https://github.com/dart-lang/test.git" + Var("test_tag"), | 165 "https://github.com/dart-lang/test.git" + Var("test_tag"), |
| 166 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194
9) | 166 # TODO(sigmund): should be src/dart/third_party/pkg/unittest (dartbug.com/2194
9) |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 226 "download_from_google_storage", | 226 "download_from_google_storage", |
| 227 "--no_auth", | 227 "--no_auth", |
| 228 "--no_resume", | 228 "--no_resume", |
| 229 "--bucket", | 229 "--bucket", |
| 230 "dart-dependencies", | 230 "dart-dependencies", |
| 231 "-d", | 231 "-d", |
| 232 "-r", | 232 "-r", |
| 233 "src/dart/tools/testing/bin", | 233 "src/dart/tools/testing/bin", |
| 234 ], | 234 ], |
| 235 }) | 235 }) |
| OLD | NEW |