| OLD | NEW |
| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'base/decompressor_zlib.cc', | 254 'base/decompressor_zlib.cc', |
| 255 'base/decompressor_zlib.h', | 255 'base/decompressor_zlib.h', |
| 256 'base/encoder.h', | 256 'base/encoder.h', |
| 257 'base/encoder_vp8.cc', | 257 'base/encoder_vp8.cc', |
| 258 'base/encoder_vp8.h', | 258 'base/encoder_vp8.h', |
| 259 'base/encoder_row_based.cc', | 259 'base/encoder_row_based.cc', |
| 260 'base/encoder_row_based.h', | 260 'base/encoder_row_based.h', |
| 261 'base/rate_counter.cc', | 261 'base/rate_counter.cc', |
| 262 'base/rate_counter.h', | 262 'base/rate_counter.h', |
| 263 'base/running_average.cc', | 263 'base/running_average.cc', |
| 264 'base/running_avarage.h', | 264 'base/running_average.h', |
| 265 'base/tracer.cc', | 265 'base/tracer.cc', |
| 266 'base/tracer.h', | 266 'base/tracer.h', |
| 267 'base/types.h', | 267 'base/types.h', |
| 268 'base/util.cc', | 268 'base/util.cc', |
| 269 'base/util.h', | 269 'base/util.h', |
| 270 ], | 270 ], |
| 271 'conditions': [ | 271 'conditions': [ |
| 272 ['target_arch=="arm"', { | 272 ['target_arch=="arm"', { |
| 273 'sources!': [ | 273 'sources!': [ |
| 274 'base/decoder_vp8.cc', | 274 'base/decoder_vp8.cc', |
| (...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 ], | 477 ], |
| 478 'export_dependent_settings': [ | 478 'export_dependent_settings': [ |
| 479 'remoting_jingle_glue', | 479 'remoting_jingle_glue', |
| 480 ], | 480 ], |
| 481 'sources': [ | 481 'sources': [ |
| 482 'protocol/auth_token_utils.cc', | 482 'protocol/auth_token_utils.cc', |
| 483 'protocol/auth_token_utils.h', | 483 'protocol/auth_token_utils.h', |
| 484 'protocol/buffered_socket_writer.cc', | 484 'protocol/buffered_socket_writer.cc', |
| 485 'protocol/buffered_socket_writer.h', | 485 'protocol/buffered_socket_writer.h', |
| 486 'protocol/client_control_sender.cc', | 486 'protocol/client_control_sender.cc', |
| 487 'protocol/client_control_Sender.h', | 487 'protocol/client_control_sender.h', |
| 488 'protocol/client_message_dispatcher.cc', | 488 'protocol/client_message_dispatcher.cc', |
| 489 'protocol/client_message_dispatcher.h', | 489 'protocol/client_message_dispatcher.h', |
| 490 'protocol/client_stub.h', | 490 'protocol/client_stub.h', |
| 491 'protocol/connection_to_client.cc', | 491 'protocol/connection_to_client.cc', |
| 492 'protocol/connection_to_client.h', | 492 'protocol/connection_to_client.h', |
| 493 'protocol/connection_to_host.cc', | 493 'protocol/connection_to_host.cc', |
| 494 'protocol/connection_to_host.h', | 494 'protocol/connection_to_host.h', |
| 495 'protocol/host_control_sender.cc', | 495 'protocol/host_control_sender.cc', |
| 496 'protocol/host_control_sender.h', | 496 'protocol/host_control_sender.h', |
| 497 'protocol/host_message_dispatcher.cc', | 497 'protocol/host_message_dispatcher.cc', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 693 ], # end of 'conditions' | 693 ], # end of 'conditions' |
| 694 }, # end of target 'remoting_unittests' | 694 }, # end of target 'remoting_unittests' |
| 695 ], # end of targets | 695 ], # end of targets |
| 696 } | 696 } |
| 697 | 697 |
| 698 # Local Variables: | 698 # Local Variables: |
| 699 # tab-width:2 | 699 # tab-width:2 |
| 700 # indent-tabs-mode:nil | 700 # indent-tabs-mode:nil |
| 701 # End: | 701 # End: |
| 702 # vim: set expandtab tabstop=2 shiftwidth=2: | 702 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |