Skip to content

Commit 18081c7

Browse files
sortiecommit-bot@chromium.org
authored andcommitted
[infra] Add package:vector_math to DEPS.
Change-Id: I22f7038fb5bb4ca8d48f9151001ea44c0992dca8 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/153772 Reviewed-by: Régis Crelier <[email protected]> Commit-Queue: Jonas Termansen <[email protected]>
1 parent 6dcd45f commit 18081c7

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.dart_tool/package_config.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"constraint, update this by running tools/generate_package_config.dart."
1212
],
1313
"configVersion": 2,
14-
"generated": "2020-06-29T11:21:54.984521",
14+
"generated": "2020-07-09T13:10:41.742079",
1515
"generator": "tools/generate_package_config.dart",
1616
"packages": [
1717
{
@@ -83,7 +83,7 @@
8383
"name": "bazel_worker",
8484
"rootUri": "../third_party/pkg/bazel_worker",
8585
"packageUri": "lib/",
86-
"languageVersion": "2.1"
86+
"languageVersion": "2.3"
8787
},
8888
{
8989
"name": "benchmark_harness",
@@ -664,6 +664,12 @@
664664
"packageUri": "lib/",
665665
"languageVersion": "2.0"
666666
},
667+
{
668+
"name": "vector_math",
669+
"rootUri": "../third_party/pkg/vector_math",
670+
"packageUri": "lib/",
671+
"languageVersion": "2.9"
672+
},
667673
{
668674
"name": "vm",
669675
"rootUri": "../pkg/vm",
@@ -707,4 +713,4 @@
707713
"languageVersion": "2.4"
708714
}
709715
]
710-
}
716+
}

.packages

+1
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ testing:pkg/testing/lib
110110
tflite_native:third_party/pkg/tflite_native/lib
111111
typed_data:third_party/pkg/typed_data/lib
112112
usage:third_party/pkg/usage/lib
113+
vector_math:third_party/pkg/vector_math/lib
113114
vm:pkg/vm/lib
114115
vm_service:pkg/vm_service/lib
115116
vm_snapshot_analysis:pkg/vm_snapshot_analysis/lib

DEPS

+4
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ vars = {
154154
"tflite_native_rev": "3c777c40608a2a9f1427bfe0028ab48e7116b4c1",
155155
"typed_data_tag": "0c369b73a9b7ebf042c06512951bfe5b52b84a5f",
156156
"usage_tag": "3.4.0",
157+
"vector_math_rev": "90631fbb609f61d42f28621253c0ec9fc6a326d2",
157158
"watcher_rev": "fc3c9aae5d31d707b3013b42634dde8d8a1161b4",
158159
"web_components_rev": "8f57dac273412a7172c8ade6f361b407e2e4ed02",
159160
"web_socket_channel_rev": "490061ef0e22d3c8460ad2802f9948219365ad6b",
@@ -434,6 +435,9 @@ deps = {
434435
Var("dart_git") + "typed_data.git" + "@" + Var("typed_data_tag"),
435436
Var("dart_root") + "/third_party/pkg/usage":
436437
Var("dart_git") + "usage.git" + "@" + Var("usage_tag"),
438+
Var("dart_root") + "/third_party/pkg/vector_math":
439+
Var("dart_git") + "external/github.com/google/vector_math.dart.git" +
440+
"@" + Var("vector_math_rev"),
437441
Var("dart_root") + "/third_party/pkg/watcher":
438442
Var("dart_git") + "watcher.git" + "@" + Var("watcher_rev"),
439443
Var("dart_root") + "/third_party/pkg/web_components":

0 commit comments

Comments
 (0)