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

Unified Diff: DEPS

Issue 1346773002: Stop running pub get at gclient sync time and fix build bugs (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | mojo/BUILD.gn » ('j') | mojo/dart/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 728468aa35fd274871ccd5f843922aa754bbafba..99f316bda318f95321355524d8fa1a85182cbed0 100644
--- a/DEPS
+++ b/DEPS
@@ -30,19 +30,39 @@ vars = {
'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3',
'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63',
'nacl_revision': '8071f876e10f96da879853a7705d9c5aba378839',
- 'archive_dart_revision': '07ffd98c5403b7f9ae067b57dc9487611be420f5',
- 'args_dart_revision': 'e0e8377412ee6cd6a5a4a8632848181c1db91f44',
- 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323',
- 'cassowary_dart_revision': '7e5afc5b3956a18636d5b37b1dcba1705865564b',
+ # Below is the list of third party Dart package dependencies.
+ 'args_dart_revision': '@0.13.2',
+ 'async_dart_revision': '@1.3.0',
+ 'barback_dart_revision': '@0.15.2+6',
+ 'charcode_dart_revision': '@1.1.0',
'collection_dart_revision': '79ebc6fc2dae581cb23ad50a5c600c1b7dd132f8',
zra 2015/09/16 16:03:53 Maybe file github issues with these to add version
Cutch 2015/09/16 16:56:17 Done for collection, crypto, http_parser, and utf.
'crypto_dart_revision': 'd4558dea1639e5ad2a41d045265b8ece270c2d90',
- 'newton_dart_revision': '9fbe5fbac809246f7ace4176feca13bdf731e393',
- 'path_dart_revision': '2f3dcdec32011f1bc41194ae3640d6d9292a7096',
- 'quiver_dart_revision': '6bab7dec34189eee579178eb16d3063c8ae69031',
- 'source_span_dart_revision': '5c6c13f62fc111adaace3aeb4a38853d64481d06',
- 'string_scanner_dart_revision': '9f00056b32f41efc376adecfb696a01bc7c593d7',
- 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81',
- 'yaml_dart_revision': 'd8c1ce75edf051ea1d5583b24474f8656abb4920',
+ 'csslib_dart_revision': '@0.12.1',
+ 'glob_dart_revision': '@1.0.5',
+ 'html_dart_revision': '@0.12.2',
+ 'http_multi_server_dart_revision': '@1.3.2',
+ 'http_parser_dart_revision': '8b179e36aba985208e4c5fb15cfddd386b6370a4',
+ 'logging_dart_revision': '@0.11.1+1',
+ 'matcher_dart_revision': '@0.12.0+1',
+ 'mime_dart_revision': '@0.9.3',
+ 'package_config_dart_revision': '@0.1.3',
+ 'path_dart_revision': '@1.3.6',
+ 'plugin_dart_revision': '@0.1.0',
+ 'pool_dart_revision': '@1.1.0',
+ 'pub_semver_dart_revision': '@1.2.1',
+ 'shelf_dart_revision': '@0.6.2+1',
+ 'shelf_static_dart_revision': '@0.2.3+1',
+ 'shelf_web_socket_dart_revision': '@0.0.1+4',
+ 'source_maps_dart_revision': '@0.10.1',
+ 'source_map_stack_trace_dart_revision': '@1.0.4',
+ 'source_span_dart_revision': '@1.1.6',
+ 'stack_trace_dart_revision': '@1.4.1',
+ 'string_scanner_dart_revision': '@0.1.4',
+ 'test_dart_revision': '@0.12.4+7',
+ 'unittest_dart_revision': '@0.11.6+1',
+ 'utf_dart_revision': '1f55027068759e2d52f2c12de6a57cce5f3c5ee6',
+ 'watcher_dart_revision': '@0.9.7',
+ 'yaml_dart_revision': '@2.1.5',
}
# Only these hosts are allowed for dependencies in this DEPS file.
@@ -113,17 +133,17 @@ deps = {
'src/native_client':
Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nacl_revision'),
- 'src/third_party/dart-pkg/archive':
- Var('chromium_git') + '/external/github.com/brendan-duncan/archive.git' + '@' + Var('archive_dart_revision'),
-
'src/third_party/dart-pkg/args':
- Var('chromium_git') + '/external/github.com/dart-lang/args.git' + '@' + Var('args_dart_revision'),
+ Var('chromium_git') + '/external/github.com/dart-lang/args.git' + Var('args_dart_revision'),
+
+ 'src/third_party/dart-pkg/async':
+ Var('chromium_git') + '/external/github.com/dart-lang/async.git' + Var('async_dart_revision'),
- 'src/third_party/dart-pkg/box2d':
- Var('chromium_git') + '/external/github.com/google/box2d.dart.git' + '@' + Var('box2d_dart_revision'),
+ 'src/third_party/dart-pkg/barback':
+ Var('chromium_git') + '/external/github.com/dart-lang/barback.git' + Var('barback_dart_revision'),
- 'src/third_party/dart-pkg/cassowary':
- Var('chromium_git') + '/external/github.com/domokit/cassowary.git' + '@' + Var('cassowary_dart_revision'),
+ 'src/third_party/dart-pkg/charcode':
+ Var('chromium_git') + '/external/github.com/dart-lang/charcode.git' + Var('charcode_dart_revision'),
'src/third_party/dart-pkg/collection':
Var('chromium_git') + '/external/github.com/dart-lang/collection.git' + '@' + Var('collection_dart_revision'),
@@ -131,26 +151,83 @@ deps = {
'src/third_party/dart-pkg/crypto':
Var('chromium_git') + '/external/github.com/dart-lang/crypto.git' + '@' + Var('crypto_dart_revision'),
- 'src/third_party/dart-pkg/newton':
- Var('chromium_git') + '/external/github.com/domokit/newton.git' + '@' + Var('newton_dart_revision'),
+ 'src/third_party/dart-pkg/csslib':
+ Var('chromium_git') + '/external/github.com/dart-lang/csslib.git' + Var('csslib_dart_revision'),
+
+ 'src/third_party/dart-pkg/glob':
+ Var('chromium_git') + '/external/github.com/dart-lang/glob.git' + Var('glob_dart_revision'),
+
+ 'src/third_party/dart-pkg/html':
+ Var('chromium_git') + '/external/github.com/dart-lang/html.git' + Var('html_dart_revision'),
+
+ 'src/third_party/dart-pkg/http_multi_server':
+ Var('chromium_git') + '/external/github.com/dart-lang/http_multi_server.git' + Var('http_multi_server_dart_revision'),
+
+ 'src/third_party/dart-pkg/http_parser':
+ Var('chromium_git') + '/external/github.com/dart-lang/http_parser.git' + '@' + Var('http_parser_dart_revision'),
+
+ 'src/third_party/dart-pkg/logging':
+ Var('chromium_git') + '/external/github.com/dart-lang/logging.git' + Var('logging_dart_revision'),
+
+ 'src/third_party/dart-pkg/matcher':
+ Var('chromium_git') + '/external/github.com/dart-lang/matcher.git' + Var('matcher_dart_revision'),
+
+ 'src/third_party/dart-pkg/mime':
+ Var('chromium_git') + '/external/github.com/dart-lang/mime.git' + Var('mime_dart_revision'),
+
+ 'src/third_party/dart-pkg/package_config':
+ Var('chromium_git') + '/external/github.com/dart-lang/package_config.git' + Var('package_config_dart_revision'),
'src/third_party/dart-pkg/path':
- Var('chromium_git') + '/external/github.com/dart-lang/path.git' + '@' + Var('path_dart_revision'),
+ Var('chromium_git') + '/external/github.com/dart-lang/path.git' + Var('path_dart_revision'),
+
+ 'src/third_party/dart-pkg/plugin':
+ Var('chromium_git') + '/external/github.com/dart-lang/plugin.git' + Var('plugin_dart_revision'),
+
+ 'src/third_party/dart-pkg/pool':
+ Var('chromium_git') + '/external/github.com/dart-lang/pool.git' + Var('pool_dart_revision'),
+
+ 'src/third_party/dart-pkg/pub_semver':
+ Var('chromium_git') + '/external/github.com/dart-lang/pub_semver.git' + Var('pub_semver_dart_revision'),
- 'src/third_party/dart-pkg/quiver':
- Var('chromium_git') + '/external/github.com/google/quiver-dart.git' + '@' + Var('quiver_dart_revision'),
+ 'src/third_party/dart-pkg/shelf':
+ Var('chromium_git') + '/external/github.com/dart-lang/shelf.git' + Var('shelf_dart_revision'),
+
+ 'src/third_party/dart-pkg/shelf_static':
+ Var('chromium_git') + '/external/github.com/dart-lang/shelf_static.git' + Var('shelf_static_dart_revision'),
+
+ 'src/third_party/dart-pkg/shelf_web_socket':
+ Var('chromium_git') + '/external/github.com/dart-lang/shelf_web_socket.git' + Var('shelf_web_socket_dart_revision'),
+
+ 'src/third_party/dart-pkg/source_maps':
+ Var('chromium_git') + '/external/github.com/dart-lang/source_maps.git' + Var('source_maps_dart_revision'),
+
+ 'src/third_party/dart-pkg/source_map_stack_trace':
+ Var('chromium_git') + '/external/github.com/dart-lang/source_map_stack_trace.git' + Var('source_map_stack_trace_dart_revision'),
'src/third_party/dart-pkg/source_span':
- Var('chromium_git') + '/external/github.com/dart-lang/source_span.git' + '@' + Var('source_span_dart_revision'),
+ Var('chromium_git') + '/external/github.com/dart-lang/source_span.git' + Var('source_span_dart_revision'),
+
+ 'src/third_party/dart-pkg/stack_trace':
+ Var('chromium_git') + '/external/github.com/dart-lang/stack_trace.git' + Var('stack_trace_dart_revision'),
'src/third_party/dart-pkg/string_scanner':
- Var('chromium_git') + '/external/github.com/dart-lang/string_scanner.git' + '@' + Var('string_scanner_dart_revision'),
+ Var('chromium_git') + '/external/github.com/dart-lang/string_scanner.git' + Var('string_scanner_dart_revision'),
+
+ 'src/third_party/dart-pkg/test':
+ Var('chromium_git') + '/external/github.com/dart-lang/test.git' + Var('test_dart_revision'),
+
+ 'src/third_party/dart-pkg/unittest':
+ Var('chromium_git') + '/external/github.com/dart-lang/test.git' + Var('unittest_dart_revision'),
- 'src/third_party/dart-pkg/vector_math':
- Var('chromium_git') + '/external/github.com/google/vector_math.dart.git' + '@' + Var('vector_math_dart_revision'),
+ 'src/third_party/dart-pkg/utf':
+ Var('chromium_git') + '/external/github.com/dart-lang/utf.git' + '@' + Var('utf_dart_revision'),
+
+ 'src/third_party/dart-pkg/watcher':
+ Var('chromium_git') + '/external/github.com/dart-lang/watcher.git' + Var('watcher_dart_revision'),
'src/third_party/dart-pkg/yaml':
- Var('chromium_git') + '/external/github.com/dart-lang/yaml.git' + '@' + Var('yaml_dart_revision'),
+ Var('chromium_git') + '/external/github.com/dart-lang/yaml.git' + Var('yaml_dart_revision'),
'src/third_party/pyelftools':
Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3e610c86fcadb837d252c794cb5e8008826ae',
@@ -333,20 +410,6 @@ hooks = [
'--tools-directory', '../../../tools',
],
},
- # Run "pub get" on any directories with checked-in pubspec.yaml files
- # (excluding sky/, whose pubspec.yaml files are not intended for supporting
- # building in-place in the repo).
- {
- 'name': 'run_dart_pub_get',
- 'pattern': '',
- 'action': [ 'python',
- 'src/mojo/public/tools/git/dart_pub_get.py',
- '--repository-root', '../../../..',
- '--dart-sdk-directory',
- '../../../../third_party/dart-sdk/dart-sdk',
- '--dirs-to-ignore', 'sky/',
- ],
- },
{
# Ensure that we don't accidentally reference any .pyc files whose
# corresponding .py files have already been deleted.
« no previous file with comments | « .gitignore ('k') | mojo/BUILD.gn » ('j') | mojo/dart/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698