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

Side by Side Diff: remoting/remoting.gyp

Issue 7635030: Add PluginMessageLoopProxy and use it for Host plugin UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 a consistent MIME-type independent of branding. 10 # Use a consistent MIME-type independent of branding.
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 'base/decompressor.h', 321 'base/decompressor.h',
322 'base/decompressor_verbatim.cc', 322 'base/decompressor_verbatim.cc',
323 'base/decompressor_verbatim.h', 323 'base/decompressor_verbatim.h',
324 'base/decompressor_zlib.cc', 324 'base/decompressor_zlib.cc',
325 'base/decompressor_zlib.h', 325 'base/decompressor_zlib.h',
326 'base/encoder.h', 326 'base/encoder.h',
327 'base/encoder_vp8.cc', 327 'base/encoder_vp8.cc',
328 'base/encoder_vp8.h', 328 'base/encoder_vp8.h',
329 'base/encoder_row_based.cc', 329 'base/encoder_row_based.cc',
330 'base/encoder_row_based.h', 330 'base/encoder_row_based.h',
331 'base/plugin_message_loop_proxy.cc',
332 'base/plugin_message_loop_proxy.h',
331 'base/rate_counter.cc', 333 'base/rate_counter.cc',
332 'base/rate_counter.h', 334 'base/rate_counter.h',
333 'base/running_average.cc', 335 'base/running_average.cc',
334 'base/running_average.h', 336 'base/running_average.h',
335 'base/task_thread_proxy.cc', 337 'base/task_thread_proxy.cc',
336 'base/task_thread_proxy.h', 338 'base/task_thread_proxy.h',
337 'base/tracer.cc', 339 'base/tracer.cc',
338 'base/tracer.h', 340 'base/tracer.h',
339 'base/util.cc', 341 'base/util.cc',
340 'base/util.h', 342 'base/util.h',
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 '../base/allocator/allocator.gyp:allocator', 804 '../base/allocator/allocator.gyp:allocator',
803 ], 805 ],
804 }, 806 },
805 ], 807 ],
806 ], 808 ],
807 }], 809 }],
808 ], # end of 'conditions' 810 ], # end of 'conditions'
809 }, # end of target 'remoting_unittests' 811 }, # end of target 'remoting_unittests'
810 ], # end of targets 812 ], # end of targets
811 } 813 }
OLDNEW
« remoting/host/desktop_environment.cc ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698