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

Unified Diff: components/exo/BUILD.gn

Issue 2430593002: mash: Use ash shell window container ids instead of ash::mojom::Container (Closed)
Patch Set: rebase Created 4 years, 2 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 | « chrome/browser/ui/views/tabs/window_finder_ash.cc ('k') | components/exo/display.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index 885a914add6831263daa1c0f5714c06604faab31..bc63830913e5468e92f26b78095e7afada485c19 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -46,6 +46,7 @@ source_set("exo") {
deps = [
"//ash",
+ "//ash/public/cpp",
"//base",
"//cc",
"//cc/surfaces:surfaces",
@@ -114,6 +115,7 @@ source_set("unit_tests") {
":exo",
":test_support",
"//ash",
+ "//ash/public/cpp",
"//base",
"//base/test:test_support",
"//cc",
« no previous file with comments | « chrome/browser/ui/views/tabs/window_finder_ash.cc ('k') | components/exo/display.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698