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

Unified Diff: ash/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove some ifdefs Created 5 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index deb32266b4b16cc593d2ec9479cd3c936d1224c1..067e045bcbb3210f503bca3b072b464b8d343dec 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -196,6 +196,10 @@ source_set("test_support") {
if (is_win) {
deps += [ "//ui/platform_window/win" ]
}
+
+ if (is_chromeos) {
+ deps += [ "//ui/display" ]
+ }
}
source_set("test_support_with_content") {
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698