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

Unified Diff: remoting/client/plugin/BUILD.gn

Issue 1228333004: Move code that doesn't depend on PPAPI out of remoting/client/plugin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
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",
- ]
-}
« no previous file with comments | « remoting/client/normalizing_input_filter_mac_unittest.cc ('k') | remoting/client/plugin/chromoting_instance.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698