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

Unified Diff: components/mus/common/BUILD.gn

Issue 2058023004: Clean up Mojo C API dependent targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 4 years, 6 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/BUILD.gn ('k') | components/mus/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/common/BUILD.gn
diff --git a/components/mus/common/BUILD.gn b/components/mus/common/BUILD.gn
index d1e7f30795caef8e889e96554092827fc24bbe40..c169f69771de20674694487d88d30b3a5e3f6ce2 100644
--- a/components/mus/common/BUILD.gn
+++ b/components/mus/common/BUILD.gn
@@ -33,19 +33,20 @@ component("mus_common") {
defines = [ "MUS_COMMON_IMPLEMENTATION" ]
deps = [
- "//components/mus/public/interfaces",
"//gpu/command_buffer/client",
"//gpu/config",
"//gpu/ipc/client",
"//gpu/ipc/common:command_buffer_traits",
"//ipc:ipc",
- "//mojo/public/c/system:for_component",
"//services/shell/public/cpp",
"//ui/events:events",
"//ui/gfx/ipc/geometry",
]
public_deps = [
+ "//components/mus/public/interfaces",
+ "//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//ui/base",
]
}
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | components/mus/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698