Skip to content

Commit 01e09d1

Browse files
crisbetoandrewseguin
authored andcommitted
build: clean up animations references in build files (#31498)
Removes unnecessary references to the animations module from BUILD files. (cherry picked from commit efea604)
1 parent eb04b6d commit 01e09d1

File tree

6 files changed

+0
-7
lines changed

6 files changed

+0
-7
lines changed

src/cdk/dialog/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ng_project(
1717
),
1818
assets = [":dialog-container.css"] + glob(["**/*.html"]),
1919
deps = [
20-
"//:node_modules/@angular/animations",
2120
"//:node_modules/@angular/common",
2221
"//:node_modules/@angular/core",
2322
"//:node_modules/rxjs",

src/e2e-app/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ ng_project(
3434
exclude = ["index.html"],
3535
),
3636
deps = [
37-
"//:node_modules/@angular/animations",
3837
"//:node_modules/@angular/core",
3938
"//:node_modules/@angular/forms",
4039
"//:node_modules/@angular/platform-browser",

src/material/badge/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ ng_project(
7171
],
7272
assets = [":badge_css"],
7373
deps = [
74-
"//:node_modules/@angular/animations",
7574
"//:node_modules/@angular/common",
7675
"//:node_modules/@angular/core",
7776
"//:node_modules/@angular/platform-browser",

src/material/checkbox/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ ng_project(
8787
":css",
8888
],
8989
deps = [
90-
"//:node_modules/@angular/animations",
9190
"//:node_modules/@angular/core",
9291
"//:node_modules/@angular/forms",
9392
"//src/material/core",

src/material/chips/BUILD.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ ng_project(
9696
":chip_set_css",
9797
],
9898
deps = [
99-
"//:node_modules/@angular/animations",
10099
"//:node_modules/@angular/common",
101100
"//:node_modules/@angular/core",
102101
"//:node_modules/@angular/forms",
@@ -116,7 +115,6 @@ ts_project(
116115
),
117116
deps = [
118117
":chips",
119-
"//:node_modules/@angular/animations",
120118
"//:node_modules/@angular/common",
121119
"//:node_modules/@angular/core",
122120
"//:node_modules/@angular/forms",

src/material/slide-toggle/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ ng_project(
7777
":css",
7878
],
7979
deps = [
80-
"//:node_modules/@angular/animations",
8180
"//:node_modules/@angular/core",
8281
"//:node_modules/@angular/forms",
8382
"//:node_modules/rxjs",

0 commit comments

Comments
 (0)