Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(335)

Unified Diff: ui/base/BUILD.gn

Issue 698033002: Fix GN ui_unittests dependency for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index c2d9ca34c79864f83c16fbdd705e5fe5bf55a483..24830dabdb33105d3424c4b65b4e72ed090088da 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -896,11 +896,11 @@ test("ui_unittests") {
]
deps += [
"//chromeos",
- "//chromeos/resources",
- "//chromeos/strings",
"//ui/aura:test_support",
- "//ui/events:gesture_detection",
+ "//ui/chromeos/resources",
+ "//ui/chromeos/strings",
"//ui/chromeos:ui_chromeos",
+ "//ui/events:gesture_detection",
"//ui/message_center:message_center",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698