| Index: remoting/client/plugin/BUILD.gn
|
| diff --git a/remoting/client/plugin/BUILD.gn b/remoting/client/plugin/BUILD.gn
|
| index c0a21f91a44c2b0ef4493ab14ea9a5796ae9bca2..0d5e2847574c3834fe55e47f3b4ec65ebb6205d1 100644
|
| --- a/remoting/client/plugin/BUILD.gn
|
| +++ b/remoting/client/plugin/BUILD.gn
|
| @@ -10,13 +10,6 @@ source_set("plugin") {
|
| ".",
|
| "//remoting")
|
|
|
| - if (!is_chromeos) {
|
| - sources -= [
|
| - "normalizing_input_filter_cros.cc",
|
| - "normalizing_input_filter_cros.h",
|
| - ]
|
| - }
|
| -
|
| # TODO(GYP) when a nacl version of this target is made, these files
|
| # won't be part of it.
|
| sources += [
|
| @@ -40,25 +33,3 @@ source_set("plugin") {
|
| "//ui/events:dom_keycode_converter",
|
| ]
|
| }
|
| -
|
| -source_set("unit_tests") {
|
| - testonly = true
|
| -
|
| - sources = [
|
| - "empty_cursor_filter_unittest.cc",
|
| - "normalizing_input_filter_mac_unittest.cc",
|
| - "touch_input_scaler_unittest.cc",
|
| - ]
|
| -
|
| - if (is_chromeos) {
|
| - sources += [ "normalizing_input_filter_cros_unittest.cc" ]
|
| - }
|
| -
|
| - deps = [
|
| - ":plugin",
|
| - "//remoting/proto",
|
| - "//testing/gmock",
|
| - "//testing/gtest",
|
| - "//third_party/webrtc",
|
| - ]
|
| -}
|
|
|