Index: components/mus/public/cpp/input_devices/BUILD.gn |
diff --git a/ui/gl/init/BUILD.gn b/components/mus/public/cpp/input_devices/BUILD.gn |
similarity index 50% |
copy from ui/gl/init/BUILD.gn |
copy to components/mus/public/cpp/input_devices/BUILD.gn |
index 844ee291e5d59c58f1791c1913ba5f7f295d3965..8023a1cb0faece660dc395191f337e79fe01ed09 100644 |
--- a/ui/gl/init/BUILD.gn |
+++ b/components/mus/public/cpp/input_devices/BUILD.gn |
@@ -2,22 +2,20 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-component("init") { |
- output_name = "gl_init" |
- |
+source_set("input_devices") { |
sources = [ |
- "gl_factory.cc", |
- "gl_factory.h", |
- "gl_init_export.h", |
+ "input_device_client.h", |
+ "lib/input_device_client.cc", |
] |
- defines = [ "GL_INIT_IMPLEMENTATION" ] |
deps = [ |
"//base", |
- "//ui/gfx", |
+ "//services/shell/public/cpp:sources", |
+ "//skia", |
+ "//ui/events/devices", |
] |
public_deps = [ |
- "//ui/gl", |
+ "//components/mus/public/interfaces/input_devices", |
] |
} |