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

Unified Diff: remoting/remoting.gyp

Issue 10829467: [Chromoting] Introducing refcount-based life time management of the message loops in the service (d… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 years, 3 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/host/win/host_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 75c7ad21cb3bdacb9f09f96e9507ab8fc14d8aa5..4b7feb06ebd3b736df062840582bd8fd6dc0fb0c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1124,6 +1124,8 @@
# depend on chromotocol_proto_lib for headers.
'hard_dependency': 1,
'sources': [
+ 'base/auto_thread_task_runner.cc',
+ 'base/auto_thread_task_runner.h',
'base/auth_token_util.cc',
'base/auth_token_util.h',
'base/capture_data.cc',
@@ -1731,6 +1733,7 @@
],
'sources': [
'base/auth_token_util_unittest.cc',
+ 'base/auto_thread_task_runner_unittest.cc',
'base/breakpad_win_unittest.cc',
'base/compound_buffer_unittest.cc',
'base/compressor_zlib_unittest.cc',
« no previous file with comments | « remoting/host/win/host_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698