summaryrefslogtreecommitdiffstats
path: root/remoting/remoting_test.gypi
diff options
context:
space:
mode:
authorlambroslambrou <lambroslambrou@chromium.org>2016-03-22 18:21:20 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-23 01:23:43 +0000
commite0c2d024129428c1e44fb7dfc198de7fdc427eb3 (patch)
treee0f6a023ae2b161173c2aadf4f0b6fb741bdeab3 /remoting/remoting_test.gypi
parent1c4eeac676562ac084da146ffad80e78d56c0b62 (diff)
downloadchromium_src-e0c2d024129428c1e44fb7dfc198de7fdc427eb3.zip
chromium_src-e0c2d024129428c1e44fb7dfc198de7fdc427eb3.tar.gz
chromium_src-e0c2d024129428c1e44fb7dfc198de7fdc427eb3.tar.bz2
Reland: Adding container class for chromoting client runtimes.
Reland http://crrev.com/1764503002 with fixes for the Android app and tests: * Initialize ChromotingClientRuntime::ui_task_runner_ * Add new unittest to GN build. * Don't call MessageLoopForUI::Start() in Android test. TBR=nicholss Review URL: https://codereview.chromium.org/1827573002 Cr-Commit-Position: refs/heads/master@{#382757}
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r--remoting/remoting_test.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi
index 349dd31..5f193e9 100644
--- a/remoting/remoting_test.gypi
+++ b/remoting/remoting_test.gypi
@@ -237,6 +237,7 @@
'base/typed_buffer_unittest.cc',
'base/util_unittest.cc',
'client/audio_player_unittest.cc',
+ 'client/chromoting_client_runtime_unittest.cc',
'client/client_status_logger_unittest.cc',
'client/empty_cursor_filter_unittest.cc',
'client/key_event_mapper_unittest.cc',