diff --git a/src/aria/grid/BUILD.bazel b/src/aria/grid/BUILD.bazel index 085b3c9305c6..2745a59640ab 100644 --- a/src/aria/grid/BUILD.bazel +++ b/src/aria/grid/BUILD.bazel @@ -28,7 +28,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", "//:node_modules/axe-core", - "//src/cdk/testing/private", ], ) diff --git a/src/aria/private/accordion/BUILD.bazel b/src/aria/private/accordion/BUILD.bazel index 50e04123df05..528793b7081c 100644 --- a/src/aria/private/accordion/BUILD.bazel +++ b/src/aria/private/accordion/BUILD.bazel @@ -12,7 +12,6 @@ ts_project( "//src/aria/private/behaviors/expansion", "//src/aria/private/behaviors/list-focus", "//src/aria/private/behaviors/list-navigation", - "//src/aria/private/behaviors/list-selection", "//src/aria/private/behaviors/signal-like", ], ) diff --git a/src/aria/private/behaviors/expansion/BUILD.bazel b/src/aria/private/behaviors/expansion/BUILD.bazel index afcc7ac6be94..a9fdc6142116 100644 --- a/src/aria/private/behaviors/expansion/BUILD.bazel +++ b/src/aria/private/behaviors/expansion/BUILD.bazel @@ -9,7 +9,6 @@ ts_project( ], deps = [ "//:node_modules/@angular/core", - "//src/aria/private/behaviors/list-focus", "//src/aria/private/behaviors/signal-like", ], ) @@ -23,7 +22,6 @@ ng_project( deps = [ ":expansion", "//:node_modules/@angular/core", - "//src/aria/private/behaviors/list-focus:unit_test_sources", "//src/aria/private/behaviors/signal-like", ], ) diff --git a/src/aria/private/behaviors/list/BUILD.bazel b/src/aria/private/behaviors/list/BUILD.bazel index fcc2b54428ea..3d6c1f73ddcc 100644 --- a/src/aria/private/behaviors/list/BUILD.bazel +++ b/src/aria/private/behaviors/list/BUILD.bazel @@ -10,7 +10,6 @@ ts_project( ), deps = [ "//:node_modules/@angular/core", - "//src/aria/private/behaviors/event-manager", "//src/aria/private/behaviors/list-focus", "//src/aria/private/behaviors/list-navigation", "//src/aria/private/behaviors/list-selection", @@ -27,8 +26,6 @@ ng_project( ":list", "//:node_modules/@angular/core", "//src/aria/private/behaviors/signal-like", - "//src/cdk/keycodes", - "//src/cdk/testing/private", ], ) diff --git a/src/aria/private/menu/BUILD.bazel b/src/aria/private/menu/BUILD.bazel index dc1c20d548aa..658b4bde9ff9 100644 --- a/src/aria/private/menu/BUILD.bazel +++ b/src/aria/private/menu/BUILD.bazel @@ -10,7 +10,6 @@ ts_project( deps = [ "//:node_modules/@angular/core", "//src/aria/private/behaviors/event-manager", - "//src/aria/private/behaviors/expansion", "//src/aria/private/behaviors/list", "//src/aria/private/behaviors/signal-like", ], diff --git a/src/cdk-experimental/selection/BUILD.bazel b/src/cdk-experimental/selection/BUILD.bazel index 13a281116dbe..7d15ec6328a8 100644 --- a/src/cdk-experimental/selection/BUILD.bazel +++ b/src/cdk-experimental/selection/BUILD.bazel @@ -32,7 +32,6 @@ ng_project( "//:node_modules/@angular/common", "//:node_modules/@angular/core", "//src/cdk/table", - "//src/cdk/testing/private", ], ) diff --git a/src/cdk/clipboard/BUILD.bazel b/src/cdk/clipboard/BUILD.bazel index 75b33a24cb4f..925475db0da2 100644 --- a/src/cdk/clipboard/BUILD.bazel +++ b/src/cdk/clipboard/BUILD.bazel @@ -27,7 +27,6 @@ ng_project( "//:node_modules/@angular/common", "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", - "//src/cdk/testing", ], ) diff --git a/src/cdk/schematics/BUILD.bazel b/src/cdk/schematics/BUILD.bazel index 9f961f0813fd..d0f4b389f97f 100644 --- a/src/cdk/schematics/BUILD.bazel +++ b/src/cdk/schematics/BUILD.bazel @@ -97,7 +97,6 @@ ts_project( "//:node_modules/typescript", "//src/cdk/schematics/testing", "//src/cdk/schematics/update-tool", - "//src/cdk/testing/private", ], ) diff --git a/src/cdk/testing/tests/BUILD.bazel b/src/cdk/testing/tests/BUILD.bazel index a80e199fd076..0c725b681be5 100644 --- a/src/cdk/testing/tests/BUILD.bazel +++ b/src/cdk/testing/tests/BUILD.bazel @@ -61,7 +61,6 @@ ng_project( "//:node_modules/kagekiri", "//src/cdk/platform", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", ], ) @@ -80,7 +79,6 @@ ts_project( ":test_harnesses", "//:node_modules/protractor", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/protractor", ], ) diff --git a/src/components-examples/aria/menu/BUILD.bazel b/src/components-examples/aria/menu/BUILD.bazel index 548211a6572c..5827e26e1c7b 100644 --- a/src/components-examples/aria/menu/BUILD.bazel +++ b/src/components-examples/aria/menu/BUILD.bazel @@ -13,7 +13,6 @@ ng_project( "//:node_modules/@angular/core", "//src/aria/menu", "//src/cdk/a11y", - "//src/cdk/overlay", ], ) diff --git a/src/components-examples/aria/tree/BUILD.bazel b/src/components-examples/aria/tree/BUILD.bazel index 028e1bb51979..95336cb75d20 100644 --- a/src/components-examples/aria/tree/BUILD.bazel +++ b/src/components-examples/aria/tree/BUILD.bazel @@ -17,7 +17,6 @@ ng_project( "//src/cdk/a11y", "//src/material/checkbox", "//src/material/form-field", - "//src/material/icon", "//src/material/select", ], ) diff --git a/src/components-examples/material/autocomplete/BUILD.bazel b/src/components-examples/material/autocomplete/BUILD.bazel index 1681d3fee8fa..013ed133a2df 100644 --- a/src/components-examples/material/autocomplete/BUILD.bazel +++ b/src/components-examples/material/autocomplete/BUILD.bazel @@ -23,7 +23,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/autocomplete", - "//src/material/autocomplete/testing", "//src/material/form-field", "//src/material/input", "//src/material/slide-toggle", diff --git a/src/components-examples/material/badge/BUILD.bazel b/src/components-examples/material/badge/BUILD.bazel index 35844d895308..6dcb37faff85 100644 --- a/src/components-examples/material/badge/BUILD.bazel +++ b/src/components-examples/material/badge/BUILD.bazel @@ -19,7 +19,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/badge", - "//src/material/badge/testing", "//src/material/button", "//src/material/icon", ], diff --git a/src/components-examples/material/bottom-sheet/BUILD.bazel b/src/components-examples/material/bottom-sheet/BUILD.bazel index a05c8d98c7de..1d9165117edc 100644 --- a/src/components-examples/material/bottom-sheet/BUILD.bazel +++ b/src/components-examples/material/bottom-sheet/BUILD.bazel @@ -17,7 +17,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/bottom-sheet", - "//src/material/bottom-sheet/testing", "//src/material/button", "//src/material/list", ], diff --git a/src/components-examples/material/button-toggle/BUILD.bazel b/src/components-examples/material/button-toggle/BUILD.bazel index f4626a83abf0..609de376f205 100644 --- a/src/components-examples/material/button-toggle/BUILD.bazel +++ b/src/components-examples/material/button-toggle/BUILD.bazel @@ -20,9 +20,7 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/button-toggle", - "//src/material/button-toggle/testing", "//src/material/checkbox", - "//src/material/icon", ], ) diff --git a/src/components-examples/material/button/BUILD.bazel b/src/components-examples/material/button/BUILD.bazel index 29180a79587e..306b0f09ae39 100644 --- a/src/components-examples/material/button/BUILD.bazel +++ b/src/components-examples/material/button/BUILD.bazel @@ -19,8 +19,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/button", - "//src/material/button/testing", - "//src/material/checkbox", "//src/material/divider", "//src/material/icon", "//src/material/progress-spinner", diff --git a/src/components-examples/material/card/BUILD.bazel b/src/components-examples/material/card/BUILD.bazel index c7dd2bb9e2f9..e85d62b569ef 100644 --- a/src/components-examples/material/card/BUILD.bazel +++ b/src/components-examples/material/card/BUILD.bazel @@ -19,11 +19,8 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/button", - "//src/material/button/testing", "//src/material/card", - "//src/material/card/testing", "//src/material/chips", - "//src/material/divider", "//src/material/progress-bar", ], ) diff --git a/src/components-examples/material/checkbox/BUILD.bazel b/src/components-examples/material/checkbox/BUILD.bazel index 99084c56cf61..13751ca7ad17 100644 --- a/src/components-examples/material/checkbox/BUILD.bazel +++ b/src/components-examples/material/checkbox/BUILD.bazel @@ -22,7 +22,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/card", "//src/material/checkbox", - "//src/material/checkbox/testing", "//src/material/radio", ], ) diff --git a/src/components-examples/material/chips/BUILD.bazel b/src/components-examples/material/chips/BUILD.bazel index 4af936d713bc..af9af5425148 100644 --- a/src/components-examples/material/chips/BUILD.bazel +++ b/src/components-examples/material/chips/BUILD.bazel @@ -23,7 +23,6 @@ ng_project( "//src/material/autocomplete", "//src/material/button", "//src/material/chips", - "//src/material/chips/testing", "//src/material/form-field", "//src/material/icon", ], diff --git a/src/components-examples/material/datepicker/BUILD.bazel b/src/components-examples/material/datepicker/BUILD.bazel index ef9121513943..6c383fbbc5b8 100644 --- a/src/components-examples/material/datepicker/BUILD.bazel +++ b/src/components-examples/material/datepicker/BUILD.bazel @@ -27,7 +27,6 @@ ng_project( "//src/material/card", "//src/material/core", "//src/material/datepicker", - "//src/material/datepicker/testing", "//src/material/dialog", "//src/material/icon", "//src/material/input", diff --git a/src/components-examples/material/dialog/BUILD.bazel b/src/components-examples/material/dialog/BUILD.bazel index 8f2c084532ac..dbba93c64163 100644 --- a/src/components-examples/material/dialog/BUILD.bazel +++ b/src/components-examples/material/dialog/BUILD.bazel @@ -22,7 +22,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/button", "//src/material/dialog", - "//src/material/dialog/testing", "//src/material/input", "//src/material/menu", ], diff --git a/src/components-examples/material/divider/BUILD.bazel b/src/components-examples/material/divider/BUILD.bazel index c732fa9563ea..dec6ef2704df 100644 --- a/src/components-examples/material/divider/BUILD.bazel +++ b/src/components-examples/material/divider/BUILD.bazel @@ -16,7 +16,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/divider", - "//src/material/divider/testing", "//src/material/list", ], ) diff --git a/src/components-examples/material/expansion/BUILD.bazel b/src/components-examples/material/expansion/BUILD.bazel index dd624c231060..b6cd5b697a4b 100644 --- a/src/components-examples/material/expansion/BUILD.bazel +++ b/src/components-examples/material/expansion/BUILD.bazel @@ -21,7 +21,6 @@ ng_project( "//src/material/button", "//src/material/datepicker", "//src/material/expansion", - "//src/material/expansion/testing", "//src/material/icon", "//src/material/input", ], diff --git a/src/components-examples/material/form-field/BUILD.bazel b/src/components-examples/material/form-field/BUILD.bazel index 9f4a74b1e885..b5195cada21d 100644 --- a/src/components-examples/material/form-field/BUILD.bazel +++ b/src/components-examples/material/form-field/BUILD.bazel @@ -24,10 +24,8 @@ ng_project( "//src/material/button", "//src/material/checkbox", "//src/material/form-field", - "//src/material/form-field/testing", "//src/material/icon", "//src/material/input", - "//src/material/input/testing", "//src/material/radio", "//src/material/select", ], diff --git a/src/components-examples/material/grid-list/BUILD.bazel b/src/components-examples/material/grid-list/BUILD.bazel index 4bb512d840a1..a9a9085a2b6e 100644 --- a/src/components-examples/material/grid-list/BUILD.bazel +++ b/src/components-examples/material/grid-list/BUILD.bazel @@ -19,7 +19,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/grid-list", - "//src/material/grid-list/testing", ], ) diff --git a/src/components-examples/material/icon/BUILD.bazel b/src/components-examples/material/icon/BUILD.bazel index 49de4b58cb02..17747b7963f0 100644 --- a/src/components-examples/material/icon/BUILD.bazel +++ b/src/components-examples/material/icon/BUILD.bazel @@ -16,7 +16,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/icon", - "//src/material/icon/testing", ], ) diff --git a/src/components-examples/material/input/BUILD.bazel b/src/components-examples/material/input/BUILD.bazel index f5c259157793..61b49677e60c 100644 --- a/src/components-examples/material/input/BUILD.bazel +++ b/src/components-examples/material/input/BUILD.bazel @@ -22,7 +22,6 @@ ng_project( "//src/material/button", "//src/material/icon", "//src/material/input", - "//src/material/input/testing", ], ) diff --git a/src/components-examples/material/list/BUILD.bazel b/src/components-examples/material/list/BUILD.bazel index 8e8520b9f613..2d4ab7c46311 100644 --- a/src/components-examples/material/list/BUILD.bazel +++ b/src/components-examples/material/list/BUILD.bazel @@ -22,7 +22,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/icon", "//src/material/list", - "//src/material/list/testing", ], ) diff --git a/src/components-examples/material/menu/BUILD.bazel b/src/components-examples/material/menu/BUILD.bazel index 610cb46d4205..6cb409ea50b1 100644 --- a/src/components-examples/material/menu/BUILD.bazel +++ b/src/components-examples/material/menu/BUILD.bazel @@ -22,7 +22,6 @@ ng_project( "//src/material/button", "//src/material/icon", "//src/material/menu", - "//src/material/menu/testing", ], ) diff --git a/src/components-examples/material/paginator/BUILD.bazel b/src/components-examples/material/paginator/BUILD.bazel index 13c5fcc91d02..8dc4b0d0dc25 100644 --- a/src/components-examples/material/paginator/BUILD.bazel +++ b/src/components-examples/material/paginator/BUILD.bazel @@ -22,11 +22,9 @@ ng_project( "//:node_modules/rxjs", "//src/cdk/testing", "//src/cdk/testing/testbed", - "//src/material/card", "//src/material/form-field", "//src/material/input", "//src/material/paginator", - "//src/material/paginator/testing", "//src/material/slide-toggle", ], ) diff --git a/src/components-examples/material/progress-bar/BUILD.bazel b/src/components-examples/material/progress-bar/BUILD.bazel index 24786af92d22..4ff59408da71 100644 --- a/src/components-examples/material/progress-bar/BUILD.bazel +++ b/src/components-examples/material/progress-bar/BUILD.bazel @@ -21,7 +21,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/card", "//src/material/progress-bar", - "//src/material/progress-bar/testing", "//src/material/radio", "//src/material/slider", ], diff --git a/src/components-examples/material/progress-spinner/BUILD.bazel b/src/components-examples/material/progress-spinner/BUILD.bazel index 61151a54eadf..209bec745e05 100644 --- a/src/components-examples/material/progress-spinner/BUILD.bazel +++ b/src/components-examples/material/progress-spinner/BUILD.bazel @@ -21,7 +21,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/card", "//src/material/progress-spinner", - "//src/material/progress-spinner/testing", "//src/material/radio", "//src/material/slider", ], diff --git a/src/components-examples/material/radio/BUILD.bazel b/src/components-examples/material/radio/BUILD.bazel index e481cd1f46d1..b2154cb6dae2 100644 --- a/src/components-examples/material/radio/BUILD.bazel +++ b/src/components-examples/material/radio/BUILD.bazel @@ -20,7 +20,6 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/radio", - "//src/material/radio/testing", ], ) diff --git a/src/components-examples/material/select/BUILD.bazel b/src/components-examples/material/select/BUILD.bazel index 357db476a650..5aadc6b3cb25 100644 --- a/src/components-examples/material/select/BUILD.bazel +++ b/src/components-examples/material/select/BUILD.bazel @@ -23,7 +23,6 @@ ng_project( "//src/material/form-field", "//src/material/input", "//src/material/select", - "//src/material/select/testing", ], ) diff --git a/src/components-examples/material/slide-toggle/BUILD.bazel b/src/components-examples/material/slide-toggle/BUILD.bazel index 2790365702c9..c8a54dd1740a 100644 --- a/src/components-examples/material/slide-toggle/BUILD.bazel +++ b/src/components-examples/material/slide-toggle/BUILD.bazel @@ -24,7 +24,6 @@ ng_project( "//src/material/checkbox", "//src/material/radio", "//src/material/slide-toggle", - "//src/material/slide-toggle/testing", ], ) diff --git a/src/components-examples/material/slider/BUILD.bazel b/src/components-examples/material/slider/BUILD.bazel index 6a66c091603b..a87cfa1b3f46 100644 --- a/src/components-examples/material/slider/BUILD.bazel +++ b/src/components-examples/material/slider/BUILD.bazel @@ -23,7 +23,6 @@ ng_project( "//src/material/checkbox", "//src/material/input", "//src/material/slider", - "//src/material/slider/testing", ], ) diff --git a/src/components-examples/material/snack-bar/BUILD.bazel b/src/components-examples/material/snack-bar/BUILD.bazel index d168a56c0b9f..3c52b3ab3341 100644 --- a/src/components-examples/material/snack-bar/BUILD.bazel +++ b/src/components-examples/material/snack-bar/BUILD.bazel @@ -23,7 +23,6 @@ ng_project( "//src/material/input", "//src/material/select", "//src/material/snack-bar", - "//src/material/snack-bar/testing", ], ) diff --git a/src/components-examples/material/sort/BUILD.bazel b/src/components-examples/material/sort/BUILD.bazel index 7c924d672622..e6b5934743f1 100644 --- a/src/components-examples/material/sort/BUILD.bazel +++ b/src/components-examples/material/sort/BUILD.bazel @@ -20,7 +20,6 @@ ng_project( "//src/cdk/testing/testbed", "//src/material/icon", "//src/material/sort", - "//src/material/sort/testing", ], ) diff --git a/src/components-examples/material/stepper/BUILD.bazel b/src/components-examples/material/stepper/BUILD.bazel index a0cd16a61b49..3e2bf8db931c 100644 --- a/src/components-examples/material/stepper/BUILD.bazel +++ b/src/components-examples/material/stepper/BUILD.bazel @@ -28,7 +28,6 @@ ng_project( "//src/material/input", "//src/material/radio", "//src/material/stepper", - "//src/material/stepper/testing", ], ) diff --git a/src/components-examples/material/table/BUILD.bazel b/src/components-examples/material/table/BUILD.bazel index 5130a1b5e867..ecadb8a752f4 100644 --- a/src/components-examples/material/table/BUILD.bazel +++ b/src/components-examples/material/table/BUILD.bazel @@ -32,7 +32,6 @@ ng_project( "//src/material/progress-spinner", "//src/material/sort", "//src/material/table", - "//src/material/table/testing", ], ) diff --git a/src/components-examples/material/tabs/BUILD.bazel b/src/components-examples/material/tabs/BUILD.bazel index 33bac811d773..6133787776c0 100644 --- a/src/components-examples/material/tabs/BUILD.bazel +++ b/src/components-examples/material/tabs/BUILD.bazel @@ -23,12 +23,10 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/button", - "//src/material/button-toggle", "//src/material/checkbox", "//src/material/icon", "//src/material/input", "//src/material/tabs", - "//src/material/tabs/testing", ], ) diff --git a/src/components-examples/material/timepicker/BUILD.bazel b/src/components-examples/material/timepicker/BUILD.bazel index 5527aa9a0374..e0c6438ff66f 100644 --- a/src/components-examples/material/timepicker/BUILD.bazel +++ b/src/components-examples/material/timepicker/BUILD.bazel @@ -26,7 +26,6 @@ ng_project( "//src/material/icon", "//src/material/input", "//src/material/timepicker", - "//src/material/timepicker/testing", ], ) diff --git a/src/components-examples/material/toolbar/BUILD.bazel b/src/components-examples/material/toolbar/BUILD.bazel index 465b10673c1b..4d8aecadd97b 100644 --- a/src/components-examples/material/toolbar/BUILD.bazel +++ b/src/components-examples/material/toolbar/BUILD.bazel @@ -21,7 +21,6 @@ ng_project( "//src/material/button", "//src/material/icon", "//src/material/toolbar", - "//src/material/toolbar/testing", ], ) diff --git a/src/components-examples/material/tooltip/BUILD.bazel b/src/components-examples/material/tooltip/BUILD.bazel index a558f7da6187..d3d692893f66 100644 --- a/src/components-examples/material/tooltip/BUILD.bazel +++ b/src/components-examples/material/tooltip/BUILD.bazel @@ -25,7 +25,6 @@ ng_project( "//src/material/input", "//src/material/select", "//src/material/tooltip", - "//src/material/tooltip/testing", ], ) diff --git a/src/components-examples/material/tree/BUILD.bazel b/src/components-examples/material/tree/BUILD.bazel index 9bc76f01d29b..d2d96f969b53 100644 --- a/src/components-examples/material/tree/BUILD.bazel +++ b/src/components-examples/material/tree/BUILD.bazel @@ -20,12 +20,9 @@ ng_project( "//src/cdk/testing", "//src/cdk/testing/testbed", "//src/material/button", - "//src/material/checkbox", "//src/material/icon", - "//src/material/input", "//src/material/progress-bar", "//src/material/tree", - "//src/material/tree/testing", ], ) diff --git a/src/dev-app/column-resize/BUILD.bazel b/src/dev-app/column-resize/BUILD.bazel index 6a3d98a1d4b9..33d827760de6 100644 --- a/src/dev-app/column-resize/BUILD.bazel +++ b/src/dev-app/column-resize/BUILD.bazel @@ -9,7 +9,6 @@ ng_project( deps = [ "//:node_modules/@angular/core", "//src/components-examples/material-experimental/column-resize", - "//src/dev-app/example", "//src/material/expansion", ], ) diff --git a/src/dev-app/popover-edit/BUILD.bazel b/src/dev-app/popover-edit/BUILD.bazel index 6c00e3960a35..7d26aa575109 100644 --- a/src/dev-app/popover-edit/BUILD.bazel +++ b/src/dev-app/popover-edit/BUILD.bazel @@ -10,6 +10,5 @@ ng_project( "//:node_modules/@angular/forms", "//src/components-examples/cdk-experimental/popover-edit", "//src/components-examples/material-experimental/popover-edit", - "//src/dev-app/example", ], ) diff --git a/src/dev-app/ripple/BUILD.bazel b/src/dev-app/ripple/BUILD.bazel index 34821a712e82..42d46e1379fe 100644 --- a/src/dev-app/ripple/BUILD.bazel +++ b/src/dev-app/ripple/BUILD.bazel @@ -13,7 +13,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/forms", "//src/components-examples/material/core", - "//src/dev-app/example", "//src/material/button", "//src/material/checkbox", "//src/material/icon", diff --git a/src/dev-app/selection/BUILD.bazel b/src/dev-app/selection/BUILD.bazel index ea25a027cdf3..086472177baf 100644 --- a/src/dev-app/selection/BUILD.bazel +++ b/src/dev-app/selection/BUILD.bazel @@ -10,6 +10,5 @@ ng_project( "//:node_modules/@angular/forms", "//src/components-examples/cdk-experimental/selection", "//src/components-examples/material-experimental/selection", - "//src/dev-app/example", ], ) diff --git a/src/dev-app/table/BUILD.bazel b/src/dev-app/table/BUILD.bazel index 6783fe66ce1f..20c932ff4a97 100644 --- a/src/dev-app/table/BUILD.bazel +++ b/src/dev-app/table/BUILD.bazel @@ -10,6 +10,5 @@ ng_project( "//:node_modules/@angular/core", "//src/components-examples/cdk/table", "//src/components-examples/material/table", - "//src/dev-app/example", ], ) diff --git a/src/dev-app/tabs/BUILD.bazel b/src/dev-app/tabs/BUILD.bazel index 443f803ac799..fa6832411577 100644 --- a/src/dev-app/tabs/BUILD.bazel +++ b/src/dev-app/tabs/BUILD.bazel @@ -9,7 +9,6 @@ ng_project( deps = [ "//:node_modules/@angular/core", "//src/components-examples/material/tabs", - "//src/dev-app/example", "//src/material/tabs", ], ) diff --git a/src/dev-app/timepicker/BUILD.bazel b/src/dev-app/timepicker/BUILD.bazel index 8e91f3decb5e..9b5cec3e00b8 100644 --- a/src/dev-app/timepicker/BUILD.bazel +++ b/src/dev-app/timepicker/BUILD.bazel @@ -19,7 +19,6 @@ ng_project( "//src/material/core", "//src/material/datepicker", "//src/material/form-field", - "//src/material/icon", "//src/material/input", "//src/material/select", "//src/material/timepicker", diff --git a/src/dev-app/tooltip/BUILD.bazel b/src/dev-app/tooltip/BUILD.bazel index b4c84a62ced6..e436cdc64116 100644 --- a/src/dev-app/tooltip/BUILD.bazel +++ b/src/dev-app/tooltip/BUILD.bazel @@ -9,6 +9,5 @@ ng_project( deps = [ "//:node_modules/@angular/core", "//src/components-examples/material/tooltip", - "//src/dev-app/example", ], ) diff --git a/src/e2e-app/BUILD.bazel b/src/e2e-app/BUILD.bazel index 51e091c66d12..3a26377f88d7 100644 --- a/src/e2e-app/BUILD.bazel +++ b/src/e2e-app/BUILD.bazel @@ -42,8 +42,8 @@ ng_project( "//src/cdk/overlay", "//src/cdk/scrolling", "//src/cdk/testing/tests:test_components", - "//src/components-examples/private", "//src/material/core", + "//src/material/list", "//src/material/slider", ], ) diff --git a/src/material-experimental/column-resize/BUILD.bazel b/src/material-experimental/column-resize/BUILD.bazel index 1d3cc91dff55..daa86fa6467a 100644 --- a/src/material-experimental/column-resize/BUILD.bazel +++ b/src/material-experimental/column-resize/BUILD.bazel @@ -14,7 +14,6 @@ ng_project( "//src/cdk-experimental/column-resize", "//src/cdk/overlay", "//src/cdk/table", - "//src/material/table", ], ) diff --git a/src/material-experimental/popover-edit/BUILD.bazel b/src/material-experimental/popover-edit/BUILD.bazel index 41fd051f8b84..82d0ef8a5b19 100644 --- a/src/material-experimental/popover-edit/BUILD.bazel +++ b/src/material-experimental/popover-edit/BUILD.bazel @@ -17,7 +17,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/forms", "//src/cdk-experimental/popover-edit", - "//src/material/core", ], ) diff --git a/src/material/bottom-sheet/testing/BUILD.bazel b/src/material/bottom-sheet/testing/BUILD.bazel index ae03161a699f..6bd2257dddf0 100644 --- a/src/material/bottom-sheet/testing/BUILD.bazel +++ b/src/material/bottom-sheet/testing/BUILD.bazel @@ -10,7 +10,6 @@ ts_project( ), deps = [ "//src/cdk/testing", - "//src/material/bottom-sheet", ], ) diff --git a/src/material/card/BUILD.bazel b/src/material/card/BUILD.bazel index de75a8684e6a..225ece305f02 100644 --- a/src/material/card/BUILD.bazel +++ b/src/material/card/BUILD.bazel @@ -75,7 +75,7 @@ ng_project( ], deps = [ "//:node_modules/@angular/core", - "//src/material/core", + "//src/cdk/bidi", ], ) diff --git a/src/material/chips/BUILD.bazel b/src/material/chips/BUILD.bazel index 0146ffcfaa3e..ebb2e7e66410 100644 --- a/src/material/chips/BUILD.bazel +++ b/src/material/chips/BUILD.bazel @@ -127,7 +127,6 @@ ng_project( "//src/cdk/testing/private", "//src/material/core", "//src/material/form-field", - "//src/material/input", ], ) diff --git a/src/material/core/BUILD.bazel b/src/material/core/BUILD.bazel index 87aaf7d74341..25785ba3d072 100644 --- a/src/material/core/BUILD.bazel +++ b/src/material/core/BUILD.bazel @@ -111,7 +111,6 @@ ng_project( exclude = ["**/*.e2e.spec.ts"], ), deps = [ - ":core", ":ripple", "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", @@ -119,7 +118,6 @@ ng_project( "//src/cdk/platform", "//src/cdk/testing/private", "//src/material/core/animation", - "//src/material/testing", ], ) @@ -224,10 +222,10 @@ ng_project( deps = [ "//:node_modules/@angular/core", "//src/cdk/a11y", + "//src/cdk/bidi", "//src/cdk/coercion", "//src/cdk/platform", "//src/cdk/private", "//src/material/core/animation", - "//src/material/core/common-behaviors", ], ) diff --git a/src/material/core/common-behaviors/BUILD.bazel b/src/material/core/common-behaviors/BUILD.bazel index 100288aa375e..5e264466461a 100644 --- a/src/material/core/common-behaviors/BUILD.bazel +++ b/src/material/core/common-behaviors/BUILD.bazel @@ -13,9 +13,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/forms", "//:node_modules/rxjs", - "//src/cdk/a11y", - "//src/cdk/bidi", - "//src/cdk/platform", "//src/material/core/error", ], ) diff --git a/src/material/core/option/BUILD.bazel b/src/material/core/option/BUILD.bazel index db193878f52d..c43ead409ea3 100644 --- a/src/material/core/option/BUILD.bazel +++ b/src/material/core/option/BUILD.bazel @@ -67,9 +67,7 @@ ng_project( "//src/cdk/keycodes", "//src/cdk/private", "//src/material/core:ripple", - "//src/material/core/common-behaviors", "//src/material/core/focus-indicators:internal", - "//src/material/core/selection", "//src/material/core/selection/pseudo-checkbox", ], ) diff --git a/src/material/core/selection/pseudo-checkbox/BUILD.bazel b/src/material/core/selection/pseudo-checkbox/BUILD.bazel index 744a69374472..4fa3c52e636e 100644 --- a/src/material/core/selection/pseudo-checkbox/BUILD.bazel +++ b/src/material/core/selection/pseudo-checkbox/BUILD.bazel @@ -37,8 +37,8 @@ ng_project( ], deps = [ "//:node_modules/@angular/core", + "//src/cdk/bidi", "//src/material/core/animation", - "//src/material/core/common-behaviors", ], ) diff --git a/src/material/core/testing/BUILD.bazel b/src/material/core/testing/BUILD.bazel index 7ca3e9e22d10..cb53b33b102d 100644 --- a/src/material/core/testing/BUILD.bazel +++ b/src/material/core/testing/BUILD.bazel @@ -27,7 +27,6 @@ ng_project( "//:node_modules/@angular/core", "//src/cdk/testing", "//src/cdk/testing/testbed", - "//src/material/core", "//src/material/core/option", ], ) diff --git a/src/material/core/theming/tests/BUILD.bazel b/src/material/core/theming/tests/BUILD.bazel index 49dd08d74b0b..4aecc2b80988 100644 --- a/src/material/core/theming/tests/BUILD.bazel +++ b/src/material/core/theming/tests/BUILD.bazel @@ -72,7 +72,6 @@ ts_project( "//:node_modules/@bazel/runfiles", "//:node_modules/postcss", "//:node_modules/sass", - "//tools/postcss", "//tools/sass:sass_lib", ], ) diff --git a/src/material/divider/BUILD.bazel b/src/material/divider/BUILD.bazel index 30ef52c68430..d499f9c4332a 100644 --- a/src/material/divider/BUILD.bazel +++ b/src/material/divider/BUILD.bazel @@ -72,7 +72,8 @@ ng_project( assets = [":css"], deps = [ "//:node_modules/@angular/core", - "//src/material/core", + "//src/cdk/bidi", + "//src/cdk/coercion", ], ) diff --git a/src/material/grid-list/testing/BUILD.bazel b/src/material/grid-list/testing/BUILD.bazel index b1c04df624a7..eaa3774c456f 100644 --- a/src/material/grid-list/testing/BUILD.bazel +++ b/src/material/grid-list/testing/BUILD.bazel @@ -28,7 +28,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/grid-list", ], diff --git a/src/material/icon/BUILD.bazel b/src/material/icon/BUILD.bazel index 200496244769..ff1e2f895f1b 100644 --- a/src/material/icon/BUILD.bazel +++ b/src/material/icon/BUILD.bazel @@ -94,8 +94,6 @@ ng_project( "//:node_modules/@angular/common", "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", - "//src/cdk/testing", - "//src/cdk/testing/private", ], ) diff --git a/src/material/input/BUILD.bazel b/src/material/input/BUILD.bazel index c7ababc6e637..026df526308e 100644 --- a/src/material/input/BUILD.bazel +++ b/src/material/input/BUILD.bazel @@ -63,7 +63,6 @@ ng_project( "//src/cdk/testing/private", "//src/material/core", "//src/material/form-field", - "//src/material/icon", ], ) diff --git a/src/material/menu/testing/BUILD.bazel b/src/material/menu/testing/BUILD.bazel index bb8065b43cb3..1fa8ed7323e2 100644 --- a/src/material/menu/testing/BUILD.bazel +++ b/src/material/menu/testing/BUILD.bazel @@ -30,7 +30,6 @@ ng_project( "//:node_modules/@angular/platform-browser", "//src/cdk/overlay", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/icon", "//src/material/menu", diff --git a/src/material/paginator/BUILD.bazel b/src/material/paginator/BUILD.bazel index a685da54f71e..e3dd07e06e19 100644 --- a/src/material/paginator/BUILD.bazel +++ b/src/material/paginator/BUILD.bazel @@ -97,7 +97,6 @@ ng_project( ":paginator", "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", - "//src/cdk/testing/private", "//src/material/core", "//src/material/select", ], diff --git a/src/material/paginator/testing/BUILD.bazel b/src/material/paginator/testing/BUILD.bazel index 11f415cdb868..7e0f607cbb15 100644 --- a/src/material/paginator/testing/BUILD.bazel +++ b/src/material/paginator/testing/BUILD.bazel @@ -24,7 +24,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/paginator", ], diff --git a/src/material/radio/testing/BUILD.bazel b/src/material/radio/testing/BUILD.bazel index a392dca94dc7..467b25f3b87b 100644 --- a/src/material/radio/testing/BUILD.bazel +++ b/src/material/radio/testing/BUILD.bazel @@ -24,7 +24,6 @@ ng_project( "//:node_modules/@angular/forms", "//:node_modules/@angular/platform-browser", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/radio", ], diff --git a/src/material/schematics/ng-update/BUILD.bazel b/src/material/schematics/ng-update/BUILD.bazel index 9e2e41d1cfd9..91018719216b 100644 --- a/src/material/schematics/ng-update/BUILD.bazel +++ b/src/material/schematics/ng-update/BUILD.bazel @@ -46,11 +46,11 @@ ts_project( srcs = glob(["**/*.spec.ts"]), tsconfig = "//src/material/schematics:tsconfig-test", deps = [ - ":ng_update_lib", "//:node_modules/@angular-devkit/core", "//:node_modules/@angular-devkit/schematics", "//:node_modules/@bazel/runfiles", "//:node_modules/parse5", + "//:node_modules/typescript", "//src/cdk/schematics/testing", "//src/material/schematics:node_modules/@angular/cdk/schematics", "//src/material/schematics:paths", diff --git a/src/material/sidenav/testing/BUILD.bazel b/src/material/sidenav/testing/BUILD.bazel index 3ef6ee854a8d..8e8bed47faa6 100644 --- a/src/material/sidenav/testing/BUILD.bazel +++ b/src/material/sidenav/testing/BUILD.bazel @@ -9,7 +9,6 @@ ts_project( exclude = ["**/*.spec.ts"], ), deps = [ - "//src/cdk/coercion", "//src/cdk/testing", ], ) diff --git a/src/material/slider/testing/BUILD.bazel b/src/material/slider/testing/BUILD.bazel index 22e581d4e169..d57eca66d89c 100644 --- a/src/material/slider/testing/BUILD.bazel +++ b/src/material/slider/testing/BUILD.bazel @@ -11,7 +11,6 @@ ts_project( deps = [ "//src/cdk/coercion", "//src/cdk/testing", - "//src/material/slider", ], ) diff --git a/src/material/snack-bar/testing/BUILD.bazel b/src/material/snack-bar/testing/BUILD.bazel index 98f8c6c7c6f4..f003c87f2e88 100644 --- a/src/material/snack-bar/testing/BUILD.bazel +++ b/src/material/snack-bar/testing/BUILD.bazel @@ -29,7 +29,6 @@ ng_project( "//:node_modules/@angular/platform-browser", "//src/cdk/overlay", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/core", "//src/material/snack-bar", diff --git a/src/material/stepper/testing/BUILD.bazel b/src/material/stepper/testing/BUILD.bazel index 6cb377847f8f..47907d222dea 100644 --- a/src/material/stepper/testing/BUILD.bazel +++ b/src/material/stepper/testing/BUILD.bazel @@ -29,7 +29,6 @@ ng_project( "//:node_modules/@angular/platform-browser", "//src/cdk/stepper", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/stepper", ], diff --git a/src/material/tabs/testing/BUILD.bazel b/src/material/tabs/testing/BUILD.bazel index 8e7cda7392dc..46290aedf9b8 100644 --- a/src/material/tabs/testing/BUILD.bazel +++ b/src/material/tabs/testing/BUILD.bazel @@ -28,7 +28,6 @@ ng_project( "//:node_modules/@angular/forms", "//:node_modules/@angular/platform-browser", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/tabs", ], diff --git a/src/material/testing/BUILD.bazel b/src/material/testing/BUILD.bazel index f977ff3cdfc4..16368dfe9b9c 100644 --- a/src/material/testing/BUILD.bazel +++ b/src/material/testing/BUILD.bazel @@ -8,6 +8,5 @@ ng_project( srcs = glob(["**/*.ts"]), deps = [ "//:node_modules/@angular/core", - "//src/material/core", ], ) diff --git a/src/material/timepicker/testing/BUILD.bazel b/src/material/timepicker/testing/BUILD.bazel index 8927412942c0..68146ecf55e4 100644 --- a/src/material/timepicker/testing/BUILD.bazel +++ b/src/material/timepicker/testing/BUILD.bazel @@ -12,7 +12,6 @@ ts_project( "//src/cdk/coercion", "//src/cdk/testing", "//src/material/core/testing", - "//src/material/timepicker", ], ) @@ -30,7 +29,6 @@ ng_project( "//:node_modules/@angular/core", "//:node_modules/@angular/platform-browser", "//src/cdk/testing", - "//src/cdk/testing/private", "//src/cdk/testing/testbed", "//src/material/core", "//src/material/timepicker", diff --git a/src/material/toolbar/BUILD.bazel b/src/material/toolbar/BUILD.bazel index d52db6a50a6b..7476be0ae118 100644 --- a/src/material/toolbar/BUILD.bazel +++ b/src/material/toolbar/BUILD.bazel @@ -77,8 +77,8 @@ ng_project( "//:node_modules/@angular/common", "//:node_modules/@angular/core", "//src:dev_mode_types", + "//src/cdk/bidi", "//src/cdk/platform", - "//src/material/core", ], ) diff --git a/src/material/tree/BUILD.bazel b/src/material/tree/BUILD.bazel index d727de28c820..e5213bd28b5a 100644 --- a/src/material/tree/BUILD.bazel +++ b/src/material/tree/BUILD.bazel @@ -81,7 +81,6 @@ ng_project( "//:node_modules/rxjs", "//src/cdk/collections", "//src/cdk/tree", - "//src/material/core", ], )