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

Side by Side Diff: remoting/remoting.gyp

Issue 10440107: Replace ScopedThreadProxy with MessageLoopProxy & WeakPtrs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use correct TaskRunner reference, and copy instance reference in lock. Created 8 years, 6 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/it2me_host_user_interface.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'base/encoder_vp8.cc', 1033 'base/encoder_vp8.cc',
1034 'base/encoder_vp8.h', 1034 'base/encoder_vp8.h',
1035 'base/encoder_row_based.cc', 1035 'base/encoder_row_based.cc',
1036 'base/encoder_row_based.h', 1036 'base/encoder_row_based.h',
1037 'base/plugin_message_loop_proxy.cc', 1037 'base/plugin_message_loop_proxy.cc',
1038 'base/plugin_message_loop_proxy.h', 1038 'base/plugin_message_loop_proxy.h',
1039 'base/rate_counter.cc', 1039 'base/rate_counter.cc',
1040 'base/rate_counter.h', 1040 'base/rate_counter.h',
1041 'base/running_average.cc', 1041 'base/running_average.cc',
1042 'base/running_average.h', 1042 'base/running_average.h',
1043 'base/scoped_thread_proxy.cc',
1044 'base/scoped_thread_proxy.h',
1045 'base/util.cc', 1043 'base/util.cc',
1046 'base/util.h', 1044 'base/util.h',
1047 ], 1045 ],
1048 }, # end of target 'remoting_base' 1046 }, # end of target 'remoting_base'
1049 1047
1050 { 1048 {
1051 'target_name': 'remoting_host', 1049 'target_name': 'remoting_host',
1052 'type': 'static_library', 1050 'type': 'static_library',
1053 'variables': { 'enable_wexit_time_destructors': 1, }, 1051 'variables': { 'enable_wexit_time_destructors': 1, },
1054 'dependencies': [ 1052 'dependencies': [
(...skipping 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
1707 '../base/allocator/allocator.gyp:allocator', 1705 '../base/allocator/allocator.gyp:allocator',
1708 ], 1706 ],
1709 }, 1707 },
1710 ], 1708 ],
1711 ], 1709 ],
1712 }], 1710 }],
1713 ], # end of 'conditions' 1711 ], # end of 'conditions'
1714 }, # end of target 'remoting_unittests' 1712 }, # end of target 'remoting_unittests'
1715 ], # end of targets 1713 ], # end of targets
1716 } 1714 }
OLDNEW
« no previous file with comments | « remoting/host/it2me_host_user_interface.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698