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

Unified Diff: mash/simple_wm/BUILD.gn

Issue 2710673002: Add Mojo constant for "ash" and replace hardcoded strings (Closed)
Patch Set: Fix dep of simple_wm constants and (for completeness) make mojo interfaces a dep of simple_wm; add … Created 3 years, 10 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
Index: mash/simple_wm/BUILD.gn
diff --git a/mash/simple_wm/BUILD.gn b/mash/simple_wm/BUILD.gn
index bfb156a398149607e325de43e1bd583498463472..40938f974c9322d80201b0950e7e7e5a24bc149f 100644
--- a/mash/simple_wm/BUILD.gn
+++ b/mash/simple_wm/BUILD.gn
@@ -37,6 +37,7 @@ source_set("lib") {
deps = [
"//base",
+ "//mash/simple_wm/public/interfaces",
"//services/service_manager/public/cpp",
"//services/ui/public/cpp",
"//services/ui/public/interfaces",

Powered by Google App Engine
This is Rietveld 408576698