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

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: CR feedback and a unit test for AutoThreadTaskRunner. Created 8 years, 4 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/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 79b4fa05711afbe2391dc7d7b8861b238f8b5443..0fefcd2922083fba8ae23ad6f81bcd2a976afd07 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1122,6 +1122,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',
@@ -1715,6 +1717,7 @@
],
'sources': [
'base/auth_token_util_unittest.cc',
+ 'base/auto_thread_task_runner_unittest.cc',
'base/base_mock_objects.cc',
'base/base_mock_objects.h',
'base/breakpad_win_unittest.cc',
« remoting/base/auto_thread_task_runner_unittest.cc ('K') | « remoting/host/win/host_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698