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

Unified Diff: ui/views_content_client/BUILD.gn

Issue 872243004: Fix 'gn check' errors in //ui/* targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: REBASE Created 5 years, 11 months 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 | « ui/snapshot/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views_content_client/BUILD.gn
diff --git a/ui/views_content_client/BUILD.gn b/ui/views_content_client/BUILD.gn
index dc1605d3658384864c33d50d9c76abea05cbc2a5..101d7933705830bacebd30997c7357f5d12c96a8 100644
--- a/ui/views_content_client/BUILD.gn
+++ b/ui/views_content_client/BUILD.gn
@@ -50,4 +50,11 @@ component("views_content_client") {
deps += [ "//ui/aura" ]
}
+
+ if (is_chromeos) {
+ deps += [
+ "//ui/aura:test_support",
+ "//ui/wm:test_support",
+ ]
+ }
}
« no previous file with comments | « ui/snapshot/BUILD.gn ('k') | ui/web_dialogs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698