| Index: ash/BUILD.gn
|
| diff --git a/ash/BUILD.gn b/ash/BUILD.gn
|
| index a2a3b3625bc446ff48c492aaab1e63c72ab8d6bb..1fbfb15f001780fd9e91c27a8b5e4d86438bad0e 100644
|
| --- a/ash/BUILD.gn
|
| +++ b/ash/BUILD.gn
|
| @@ -115,7 +115,7 @@ component("ash") {
|
| # TODO(msw): Remove this; only ash_with_content should depend on webkit.
|
| "//third_party/WebKit/public:blink_headers",
|
| "//third_party/qcms",
|
| - "//ui/chromeos:ui_chromeos",
|
| + "//ui/chromeos",
|
| "//ui/chromeos/resources",
|
| "//ui/chromeos/strings",
|
| "//ui/display/util",
|
| @@ -438,7 +438,7 @@ test("ash_unittests") {
|
| "//components/quirks",
|
| "//device/bluetooth",
|
| "//net:net",
|
| - "//ui/chromeos:ui_chromeos",
|
| + "//ui/chromeos",
|
| "//ui/display",
|
| "//ui/display:test_support",
|
| "//ui/display:test_util",
|
|
|