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

Side by Side Diff: remoting/remoting_srcs.gypi

Issue 1410923004: Replace PluginThreadTaskRunner with a simpler MainPluginThreadTaskRunner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fix_mac_test
Patch Set: Created 5 years, 2 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
« no previous file with comments | « remoting/client/plugin/pepper_plugin_thread_delegate.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef', 7 'daemon_controller_guid': '655bd819-c08c-4b04-80c2-f160739ff6ef',
8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470', 8 'rdp_desktop_session_guid': '6a7699f0-ee43-43e7-aa30-a6738f9bd470',
9 'remoting_base_sources': [ 9 'remoting_base_sources': [
10 'base/auto_thread.cc', 10 'base/auto_thread.cc',
11 'base/auto_thread.h', 11 'base/auto_thread.h',
12 'base/auto_thread_task_runner.cc', 12 'base/auto_thread_task_runner.cc',
13 'base/auto_thread_task_runner.h', 13 'base/auto_thread_task_runner.h',
14 'base/buffered_socket_writer.cc', 14 'base/buffered_socket_writer.cc',
15 'base/buffered_socket_writer.h', 15 'base/buffered_socket_writer.h',
16 'base/capabilities.cc', 16 'base/capabilities.cc',
17 'base/capabilities.h', 17 'base/capabilities.h',
18 'base/compound_buffer.cc', 18 'base/compound_buffer.cc',
19 'base/compound_buffer.h', 19 'base/compound_buffer.h',
20 'base/constants.cc', 20 'base/constants.cc',
21 'base/constants.h', 21 'base/constants.h',
22 'base/plugin_thread_task_runner.cc',
23 'base/plugin_thread_task_runner.h',
24 'base/rate_counter.cc', 22 'base/rate_counter.cc',
25 'base/rate_counter.h', 23 'base/rate_counter.h',
26 'base/rsa_key_pair.cc', 24 'base/rsa_key_pair.cc',
27 'base/rsa_key_pair.h', 25 'base/rsa_key_pair.h',
28 'base/running_average.cc', 26 'base/running_average.cc',
29 'base/running_average.h', 27 'base/running_average.h',
30 'base/scoped_sc_handle_win.h', 28 'base/scoped_sc_handle_win.h',
31 'base/service_urls.cc', 29 'base/service_urls.cc',
32 'base/service_urls.h', 30 'base/service_urls.h',
33 'base/socket_reader.cc', 31 'base/socket_reader.cc',
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'client/plugin/pepper_cursor_setter.h', 270 'client/plugin/pepper_cursor_setter.h',
273 'client/plugin/pepper_input_handler.cc', 271 'client/plugin/pepper_input_handler.cc',
274 'client/plugin/pepper_input_handler.h', 272 'client/plugin/pepper_input_handler.h',
275 'client/plugin/pepper_module.cc', 273 'client/plugin/pepper_module.cc',
276 'client/plugin/pepper_mouse_locker.cc', 274 'client/plugin/pepper_mouse_locker.cc',
277 'client/plugin/pepper_mouse_locker.h', 275 'client/plugin/pepper_mouse_locker.h',
278 'client/plugin/pepper_network_manager.cc', 276 'client/plugin/pepper_network_manager.cc',
279 'client/plugin/pepper_network_manager.h', 277 'client/plugin/pepper_network_manager.h',
280 'client/plugin/pepper_packet_socket_factory.cc', 278 'client/plugin/pepper_packet_socket_factory.cc',
281 'client/plugin/pepper_packet_socket_factory.h', 279 'client/plugin/pepper_packet_socket_factory.h',
282 'client/plugin/pepper_plugin_thread_delegate.cc', 280 'client/plugin/pepper_main_thread_task_runner.cc',
283 'client/plugin/pepper_plugin_thread_delegate.h', 281 'client/plugin/pepper_main_thread_task_runner.h',
284 'client/plugin/pepper_port_allocator.cc', 282 'client/plugin/pepper_port_allocator.cc',
285 'client/plugin/pepper_port_allocator.h', 283 'client/plugin/pepper_port_allocator.h',
286 'client/plugin/pepper_util.cc', 284 'client/plugin/pepper_util.cc',
287 'client/plugin/pepper_util.h', 285 'client/plugin/pepper_util.h',
288 'client/plugin/pepper_video_renderer.h', 286 'client/plugin/pepper_video_renderer.h',
289 'client/plugin/pepper_video_renderer_2d.cc', 287 'client/plugin/pepper_video_renderer_2d.cc',
290 'client/plugin/pepper_video_renderer_2d.h', 288 'client/plugin/pepper_video_renderer_2d.h',
291 'client/plugin/pepper_video_renderer_3d.cc', 289 'client/plugin/pepper_video_renderer_3d.cc',
292 'client/plugin/pepper_video_renderer_3d.h', 290 'client/plugin/pepper_video_renderer_3d.h',
293 ], 291 ],
294 } 292 }
295 } 293 }
OLDNEW
« no previous file with comments | « remoting/client/plugin/pepper_plugin_thread_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698