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

Side by Side Diff: remoting/remoting.gyp

Issue 7262015: Conenct Chromoting plugin debug log to JS UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing host logging files Created 9 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
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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 'remoting_base', 133 'remoting_base',
134 'remoting_host', 134 'remoting_host',
135 'remoting_jingle_glue', 135 'remoting_jingle_glue',
136 '../third_party/libvpx/libvpx.gyp:libvpx_lib', 136 '../third_party/libvpx/libvpx.gyp:libvpx_lib',
137 '../third_party/npapi/npapi.gyp:npapi', 137 '../third_party/npapi/npapi.gyp:npapi',
138 ], 138 ],
139 'sources': [ 139 'sources': [
140 'host/plugin/host_plugin.cc', 140 'host/plugin/host_plugin.cc',
141 'host/plugin/host_plugin.def', 141 'host/plugin/host_plugin.def',
142 'host/plugin/host_plugin.rc', 142 'host/plugin/host_plugin.rc',
143 'host/plugin/host_plugin_logger.cc',
144 'host/plugin/host_plugin_logger.h',
143 'host/plugin/host_plugin_resource.h', 145 'host/plugin/host_plugin_resource.h',
144 'host/plugin/host_plugin_utils.cc', 146 'host/plugin/host_plugin_utils.cc',
145 'host/plugin/host_plugin_utils.h', 147 'host/plugin/host_plugin_utils.h',
146 'host/plugin/host_script_object.cc', 148 'host/plugin/host_script_object.cc',
147 'host/plugin/host_script_object.h', 149 'host/plugin/host_script_object.h',
148 ], 150 ],
149 'conditions': [ 151 'conditions': [
150 ['OS=="mac"', { 152 ['OS=="mac"', {
151 'mac_bundle': 1, 153 'mac_bundle': 1,
152 'xcode_settings': { 154 'xcode_settings': {
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'base/decompressor.h', 285 'base/decompressor.h',
284 'base/decompressor_verbatim.cc', 286 'base/decompressor_verbatim.cc',
285 'base/decompressor_verbatim.h', 287 'base/decompressor_verbatim.h',
286 'base/decompressor_zlib.cc', 288 'base/decompressor_zlib.cc',
287 'base/decompressor_zlib.h', 289 'base/decompressor_zlib.h',
288 'base/encoder.h', 290 'base/encoder.h',
289 'base/encoder_vp8.cc', 291 'base/encoder_vp8.cc',
290 'base/encoder_vp8.h', 292 'base/encoder_vp8.h',
291 'base/encoder_row_based.cc', 293 'base/encoder_row_based.cc',
292 'base/encoder_row_based.h', 294 'base/encoder_row_based.h',
295 'base/logger.cc',
296 'base/logger.h',
293 'base/rate_counter.cc', 297 'base/rate_counter.cc',
294 'base/rate_counter.h', 298 'base/rate_counter.h',
295 'base/running_average.cc', 299 'base/running_average.cc',
296 'base/running_average.h', 300 'base/running_average.h',
297 'base/tracer.cc', 301 'base/tracer.cc',
298 'base/tracer.h', 302 'base/tracer.h',
299 'base/types.h', 303 'base/types.h',
300 'base/util.cc', 304 'base/util.cc',
301 'base/util.h', 305 'base/util.h',
302 ], 306 ],
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
428 'client/chromoting_client.cc', 432 'client/chromoting_client.cc',
429 'client/chromoting_client.h', 433 'client/chromoting_client.h',
430 'client/chromoting_stats.cc', 434 'client/chromoting_stats.cc',
431 'client/chromoting_stats.h', 435 'client/chromoting_stats.h',
432 'client/chromoting_view.cc', 436 'client/chromoting_view.cc',
433 'client/chromoting_view.h', 437 'client/chromoting_view.h',
434 'client/client_config.cc', 438 'client/client_config.cc',
435 'client/client_config.h', 439 'client/client_config.h',
436 'client/client_context.cc', 440 'client/client_context.cc',
437 'client/client_context.h', 441 'client/client_context.h',
438 'client/client_logger.cc',
439 'client/client_logger.h',
440 'client/frame_consumer.h', 442 'client/frame_consumer.h',
441 'client/input_handler.cc', 443 'client/input_handler.cc',
442 'client/input_handler.h', 444 'client/input_handler.h',
443 'client/rectangle_update_decoder.cc', 445 'client/rectangle_update_decoder.cc',
444 'client/rectangle_update_decoder.h', 446 'client/rectangle_update_decoder.h',
445 ], 447 ],
446 }, # end of target 'remoting_client' 448 }, # end of target 'remoting_client'
447 449
448 { 450 {
449 'target_name': 'remoting_simple_host', 451 'target_name': 'remoting_simple_host',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
765 ], # end of 'conditions' 767 ], # end of 'conditions'
766 }, # end of target 'remoting_unittests' 768 }, # end of target 'remoting_unittests'
767 ], # end of targets 769 ], # end of targets
768 } 770 }
769 771
770 # Local Variables: 772 # Local Variables:
771 # tab-width:2 773 # tab-width:2
772 # indent-tabs-mode:nil 774 # indent-tabs-mode:nil
773 # End: 775 # End:
774 # vim: set expandtab tabstop=2 shiftwidth=2: 776 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698