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

Unified Diff: components/mus/public/cpp/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/common/BUILD.gn ('k') | components/mus/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/BUILD.gn
diff --git a/components/mus/public/cpp/BUILD.gn b/components/mus/public/cpp/BUILD.gn
index e5f376f7361a85ea5534fac7479897b94b6f762a..0da736f7f098540266d2eb47d69cb43b001a1666 100644
--- a/components/mus/public/cpp/BUILD.gn
+++ b/components/mus/public/cpp/BUILD.gn
@@ -41,33 +41,31 @@ source_set("cpp") {
]
public_deps = [
- "../interfaces",
- ]
-
- deps = [
"//base",
"//cc",
"//cc/surfaces",
"//cc/surfaces:surface_id",
"//components/mus/common:mus_common",
- "//components/mus/gles2:lib",
"//components/mus/public/cpp/surfaces",
"//components/mus/public/interfaces",
"//gpu/command_buffer/client",
- "//gpu/command_buffer/client:gles2_cmd_helper",
"//gpu/command_buffer/client:gles2_implementation",
- "//gpu/command_buffer/client:gles2_interface",
"//gpu/command_buffer/common",
- "//gpu/ipc/client",
- "//mojo/public/c/system:for_component",
- "//mojo/public/cpp/bindings:bindings",
+ "//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
- "//services/shell/public/cpp",
"//services/shell/public/interfaces",
+ ]
+
+ deps = [
+ "//components/mus/gles2:lib",
+ "//components/mus/public/interfaces",
+ "//gpu/command_buffer/client:gles2_cmd_helper",
+ "//gpu/command_buffer/client:gles2_interface",
+ "//gpu/ipc/client",
+ "//services/shell/public/cpp",
"//ui/display",
"//ui/events",
"//ui/gfx/geometry",
- "//ui/gfx/geometry/mojo",
]
data_deps = [
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/mus/public/cpp/surfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698