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

Unified Diff: ash/BUILD.gn

Issue 1412093006: components: Add Exosphere component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add ShellSurface::SetTitle 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 | ash/ash.gyp » ('j') | components/exo/surface.cc » ('J')
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 867acb2590e3c57a0d645d79306b71ca17c2fe7b..419a172750405a8c4268c504813b617878a80907 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -180,6 +180,7 @@ source_set("test_support") {
deps = [
":test_support_with_content", # TODO(beng): reverse this direction.
"//ash/resources",
+ "//components/signin/core/account_id",
"//skia",
"//testing/gtest",
"//ui/accessibility",
@@ -195,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 | ash/ash.gyp » ('j') | components/exo/surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698