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

Side by Side Diff: remoting/remoting.gyp

Issue 10830016: Replace PluginMessageLoopProxy with PluginThreadTaskRunner. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/plugin/host_script_object.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 'remoting_audio': 0, 10 'remoting_audio': 0,
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 'base/decompressor.h', 1084 'base/decompressor.h',
1085 'base/decompressor_verbatim.cc', 1085 'base/decompressor_verbatim.cc',
1086 'base/decompressor_verbatim.h', 1086 'base/decompressor_verbatim.h',
1087 'base/decompressor_zlib.cc', 1087 'base/decompressor_zlib.cc',
1088 'base/decompressor_zlib.h', 1088 'base/decompressor_zlib.h',
1089 'base/encoder.h', 1089 'base/encoder.h',
1090 'base/encoder_vp8.cc', 1090 'base/encoder_vp8.cc',
1091 'base/encoder_vp8.h', 1091 'base/encoder_vp8.h',
1092 'base/encoder_row_based.cc', 1092 'base/encoder_row_based.cc',
1093 'base/encoder_row_based.h', 1093 'base/encoder_row_based.h',
1094 'base/plugin_message_loop_proxy.cc', 1094 'base/plugin_thread_task_runner.cc',
1095 'base/plugin_message_loop_proxy.h', 1095 'base/plugin_thread_task_runner.h',
1096 'base/rate_counter.cc', 1096 'base/rate_counter.cc',
1097 'base/rate_counter.h', 1097 'base/rate_counter.h',
1098 'base/running_average.cc', 1098 'base/running_average.cc',
1099 'base/running_average.h', 1099 'base/running_average.h',
1100 'base/util.cc', 1100 'base/util.cc',
1101 'base/util.h', 1101 'base/util.h',
1102 ], 1102 ],
1103 }, # end of target 'remoting_base' 1103 }, # end of target 'remoting_base'
1104 1104
1105 { 1105 {
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 '../base/allocator/allocator.gyp:allocator', 1790 '../base/allocator/allocator.gyp:allocator',
1791 ], 1791 ],
1792 }, 1792 },
1793 ], 1793 ],
1794 ], 1794 ],
1795 }], 1795 }],
1796 ], # end of 'conditions' 1796 ], # end of 'conditions'
1797 }, # end of target 'remoting_unittests' 1797 }, # end of target 'remoting_unittests'
1798 ], # end of targets 1798 ], # end of targets
1799 } 1799 }
OLDNEW
« no previous file with comments | « remoting/host/plugin/host_script_object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698