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

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: merge Created 9 years, 5 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/simple_host_process.cc ('k') | remoting/webapp/me2mom/remoting.js » ('j') | 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) 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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'dependencies': [ 129 'dependencies': [
130 'remoting_base', 130 'remoting_base',
131 'remoting_host', 131 'remoting_host',
132 'remoting_jingle_glue', 132 'remoting_jingle_glue',
133 '../third_party/npapi/npapi.gyp:npapi', 133 '../third_party/npapi/npapi.gyp:npapi',
134 ], 134 ],
135 'sources': [ 135 'sources': [
136 'host/plugin/host_plugin.cc', 136 'host/plugin/host_plugin.cc',
137 'host/plugin/host_plugin.def', 137 'host/plugin/host_plugin.def',
138 'host/plugin/host_plugin.rc', 138 'host/plugin/host_plugin.rc',
139 'host/plugin/host_plugin_logger.cc',
140 'host/plugin/host_plugin_logger.h',
139 'host/plugin/host_plugin_resource.h', 141 'host/plugin/host_plugin_resource.h',
140 'host/plugin/host_plugin_utils.cc', 142 'host/plugin/host_plugin_utils.cc',
141 'host/plugin/host_plugin_utils.h', 143 'host/plugin/host_plugin_utils.h',
142 'host/plugin/host_script_object.cc', 144 'host/plugin/host_script_object.cc',
143 'host/plugin/host_script_object.h', 145 'host/plugin/host_script_object.h',
144 ], 146 ],
145 'conditions': [ 147 'conditions': [
146 ['OS=="mac"', { 148 ['OS=="mac"', {
147 'mac_bundle': 1, 149 'mac_bundle': 1,
148 'xcode_settings': { 150 'xcode_settings': {
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'base/decompressor.h', 274 'base/decompressor.h',
273 'base/decompressor_verbatim.cc', 275 'base/decompressor_verbatim.cc',
274 'base/decompressor_verbatim.h', 276 'base/decompressor_verbatim.h',
275 'base/decompressor_zlib.cc', 277 'base/decompressor_zlib.cc',
276 'base/decompressor_zlib.h', 278 'base/decompressor_zlib.h',
277 'base/encoder.h', 279 'base/encoder.h',
278 'base/encoder_vp8.cc', 280 'base/encoder_vp8.cc',
279 'base/encoder_vp8.h', 281 'base/encoder_vp8.h',
280 'base/encoder_row_based.cc', 282 'base/encoder_row_based.cc',
281 'base/encoder_row_based.h', 283 'base/encoder_row_based.h',
284 'base/logger.cc',
285 'base/logger.h',
282 'base/rate_counter.cc', 286 'base/rate_counter.cc',
283 'base/rate_counter.h', 287 'base/rate_counter.h',
284 'base/running_average.cc', 288 'base/running_average.cc',
285 'base/running_average.h', 289 'base/running_average.h',
286 'base/tracer.cc', 290 'base/tracer.cc',
287 'base/tracer.h', 291 'base/tracer.h',
288 'base/types.h', 292 'base/types.h',
289 'base/util.cc', 293 'base/util.cc',
290 'base/util.h', 294 'base/util.h',
291 ], 295 ],
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'client/chromoting_client.cc', 423 'client/chromoting_client.cc',
420 'client/chromoting_client.h', 424 'client/chromoting_client.h',
421 'client/chromoting_stats.cc', 425 'client/chromoting_stats.cc',
422 'client/chromoting_stats.h', 426 'client/chromoting_stats.h',
423 'client/chromoting_view.cc', 427 'client/chromoting_view.cc',
424 'client/chromoting_view.h', 428 'client/chromoting_view.h',
425 'client/client_config.cc', 429 'client/client_config.cc',
426 'client/client_config.h', 430 'client/client_config.h',
427 'client/client_context.cc', 431 'client/client_context.cc',
428 'client/client_context.h', 432 'client/client_context.h',
429 'client/client_logger.cc',
430 'client/client_logger.h',
431 'client/frame_consumer.h', 433 'client/frame_consumer.h',
432 'client/input_handler.cc', 434 'client/input_handler.cc',
433 'client/input_handler.h', 435 'client/input_handler.h',
434 'client/rectangle_update_decoder.cc', 436 'client/rectangle_update_decoder.cc',
435 'client/rectangle_update_decoder.h', 437 'client/rectangle_update_decoder.h',
436 ], 438 ],
437 }, # end of target 'remoting_client' 439 }, # end of target 'remoting_client'
438 440
439 { 441 {
440 'target_name': 'remoting_simple_host', 442 'target_name': 'remoting_simple_host',
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 ], # end of 'conditions' 761 ], # end of 'conditions'
760 }, # end of target 'remoting_unittests' 762 }, # end of target 'remoting_unittests'
761 ], # end of targets 763 ], # end of targets
762 } 764 }
763 765
764 # Local Variables: 766 # Local Variables:
765 # tab-width:2 767 # tab-width:2
766 # indent-tabs-mode:nil 768 # indent-tabs-mode:nil
767 # End: 769 # End:
768 # vim: set expandtab tabstop=2 shiftwidth=2: 770 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | remoting/webapp/me2mom/remoting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698