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

Unified Diff: remoting/remoting_test.gypi

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
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting_test.gypi
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 73a9f17448e9a03babdcf19310f88eb8e52c8032..a665b506de7296b47c71461994ad04a1e070423a 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -261,12 +261,12 @@
'base/util_unittest.cc',
'client/audio_player_unittest.cc',
'client/client_status_logger_unittest.cc',
+ 'client/empty_cursor_filter_unittest.cc',
'client/key_event_mapper_unittest.cc',
- 'client/plugin/empty_cursor_filter_unittest.cc',
- 'client/plugin/normalizing_input_filter_cros_unittest.cc',
- 'client/plugin/normalizing_input_filter_mac_unittest.cc',
- 'client/plugin/touch_input_scaler_unittest.cc',
+ 'client/normalizing_input_filter_cros_unittest.cc',
+ 'client/normalizing_input_filter_mac_unittest.cc',
'client/server_log_entry_client_unittest.cc',
+ 'client/touch_input_scaler_unittest.cc',
'codec/audio_encoder_opus_unittest.cc',
'codec/codec_test.cc',
'codec/codec_test.h',
@@ -407,9 +407,6 @@
'dependencies!': [
'remoting_client_plugin',
],
- 'sources/': [
- ['exclude', '^client/plugin/'],
- ]
}],
[ 'OS=="android"', {
'dependencies': [
@@ -418,7 +415,6 @@
}],
[ 'chromeos==0', {
'sources!': [
- 'client/plugin/normalizing_input_filter_cros_unittest.cc',
'host/chromeos/aura_desktop_capturer_unittest.cc',
'host/clipboard_aura_unittest.cc',
],
« no previous file with comments | « remoting/remoting_srcs.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698