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

Unified Diff: components/mus/public/cpp/surfaces/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 | « components/mus/public/cpp/BUILD.gn ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/surfaces/BUILD.gn
diff --git a/components/mus/public/cpp/surfaces/BUILD.gn b/components/mus/public/cpp/surfaces/BUILD.gn
index 27af567a2c6917b4fb7bf25b796883d0d47a301a..d438b0d61257559320bb218e486c5cb9b33fa9d0 100644
--- a/components/mus/public/cpp/surfaces/BUILD.gn
+++ b/components/mus/public/cpp/surfaces/BUILD.gn
@@ -17,20 +17,18 @@ component("surfaces") {
defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
public_deps = [
- "//ui/gfx",
- "//ui/gfx/geometry/mojo",
+ "//cc/ipc:interfaces",
+ "//components/mus/public/interfaces",
+ "//gpu",
+ "//skia",
]
deps = [
"//base",
"//cc",
- "//cc/ipc:interfaces",
"//cc/surfaces",
"//cc/surfaces:surface_id",
- "//components/mus/public/interfaces",
- "//gpu",
- "//mojo/public/c/system:for_component",
- "//skia",
+ "//ui/gfx",
"//ui/gfx/geometry",
]
}
« no previous file with comments | « components/mus/public/cpp/BUILD.gn ('k') | mash/example/window_type_launcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698