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

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

Issue 2001403002: Remove //mojo/platform_handle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@wrapper-apis
Patch Set: 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/BUILD.gn ('k') | components/mus/gles2/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/gles2/BUILD.gn
diff --git a/components/mus/gles2/BUILD.gn b/components/mus/gles2/BUILD.gn
index bfa0d5a8af3f8489edbfb5486203ca8eaa1abf89..c6096c4f10d81b18847f65a79d003885dfc9e071 100644
--- a/components/mus/gles2/BUILD.gn
+++ b/components/mus/gles2/BUILD.gn
@@ -47,6 +47,7 @@ source_set("gles2") {
"//gpu/config:config",
"//mojo/converters/geometry",
"//mojo/public/cpp/bindings",
+ "//mojo/public/cpp/system",
"//ui/gfx",
"//ui/gfx/geometry",
"//ui/gl",
@@ -54,12 +55,6 @@ source_set("gles2") {
"//ui/mojo/geometry:interfaces",
]
- if (is_android) {
- deps += [ "//mojo/platform_handle:platform_handle_impl" ]
- } else {
- deps += [ "//mojo/platform_handle" ]
- }
-
if (use_ozone) {
deps += [ "//ui/ozone:ozone" ]
sources += [
« no previous file with comments | « components/mus/BUILD.gn ('k') | components/mus/gles2/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698