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

Unified Diff: mash/app_driver/BUILD.gn

Issue 2028573003: Implement gfx::Transform StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing build file Created 4 years, 7 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 | « components/mus/ws/platform_display.cc ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/BUILD.gn
diff --git a/mash/app_driver/BUILD.gn b/mash/app_driver/BUILD.gn
index a18f555e4984f5984a847e98183cb5f7cc908635..b3121c197d6d752c97d7452807b27d7ce9374a9c 100644
--- a/mash/app_driver/BUILD.gn
+++ b/mash/app_driver/BUILD.gn
@@ -15,10 +15,13 @@ source_set("lib") {
]
deps = [
- "//base",
"//components/mus/common:mus_common",
- "//components/mus/public/interfaces",
"//mash/public/interfaces",
+ ]
+
+ public_deps = [
+ "//base",
+ "//components/mus/public/interfaces",
"//services/catalog/public/interfaces",
"//services/shell/public/cpp:sources",
]
« no previous file with comments | « components/mus/ws/platform_display.cc ('k') | mash/wm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698