| Index: components/mus/public/cpp/input_devices/BUILD.gn
|
| diff --git a/components/mus/public/cpp/input_devices/BUILD.gn b/components/mus/public/cpp/input_devices/BUILD.gn
|
| deleted file mode 100644
|
| index c5c7734831ab84c12b6e7d2653bf534a2c0e51b0..0000000000000000000000000000000000000000
|
| --- a/components/mus/public/cpp/input_devices/BUILD.gn
|
| +++ /dev/null
|
| @@ -1,21 +0,0 @@
|
| -# Copyright 2016 The Chromium Authors. All rights reserved.
|
| -# Use of this source code is governed by a BSD-style license that can be
|
| -# found in the LICENSE file.
|
| -
|
| -source_set("input_devices") {
|
| - sources = [
|
| - "input_device_client.cc",
|
| - "input_device_client.h",
|
| - ]
|
| -
|
| - deps = [
|
| - "//base",
|
| - "//services/shell/public/cpp:sources",
|
| - "//skia",
|
| - "//ui/events/devices",
|
| - ]
|
| -
|
| - public_deps = [
|
| - "//components/mus/public/interfaces/input_devices",
|
| - ]
|
| -}
|
|
|