Commit 9f3da8d4 authored by benchan's avatar benchan Committed by Commit bot

Fix GN ui_unittests dependency for Chrome OS.

This CL replaces the mistyped //chromeos/resources and
//chromeos/strings dependency (introduced by r302142) with
//ui/chromeos/resources and //ui/chromeos/strings.

BUG=None
TEST=Run `gn gen --args='os="chromeos" ...`

Review URL: https://codereview.chromium.org/698033002

Cr-Commit-Position: refs/heads/master@{#302450}
parent cf18ab2e
...@@ -896,11 +896,11 @@ test("ui_unittests") { ...@@ -896,11 +896,11 @@ test("ui_unittests") {
] ]
deps += [ deps += [
"//chromeos", "//chromeos",
"//chromeos/resources",
"//chromeos/strings",
"//ui/aura:test_support", "//ui/aura:test_support",
"//ui/events:gesture_detection", "//ui/chromeos/resources",
"//ui/chromeos/strings",
"//ui/chromeos:ui_chromeos", "//ui/chromeos:ui_chromeos",
"//ui/events:gesture_detection",
"//ui/message_center:message_center", "//ui/message_center:message_center",
] ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment