OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
364 'protocol/buffered_socket_writer.h', | 364 'protocol/buffered_socket_writer.h', |
365 'protocol/client_control_sender.cc', | 365 'protocol/client_control_sender.cc', |
366 'protocol/client_control_Sender.h', | 366 'protocol/client_control_Sender.h', |
367 'protocol/client_message_dispatcher.cc', | 367 'protocol/client_message_dispatcher.cc', |
368 'protocol/client_message_dispatcher.h', | 368 'protocol/client_message_dispatcher.h', |
369 'protocol/client_stub.h', | 369 'protocol/client_stub.h', |
370 'protocol/connection_to_client.cc', | 370 'protocol/connection_to_client.cc', |
371 'protocol/connection_to_client.h', | 371 'protocol/connection_to_client.h', |
372 'protocol/connection_to_host.cc', | 372 'protocol/connection_to_host.cc', |
373 'protocol/connection_to_host.h', | 373 'protocol/connection_to_host.h', |
374 'protocol/host_control_message_handler.h', | |
375 'protocol/host_control_sender.cc', | 374 'protocol/host_control_sender.cc', |
376 'protocol/host_control_sender.h', | 375 'protocol/host_control_sender.h', |
377 'protocol/host_event_message_handler.h', | |
378 'protocol/host_message_dispatcher.cc', | 376 'protocol/host_message_dispatcher.cc', |
379 'protocol/host_message_dispatcher.h', | 377 'protocol/host_message_dispatcher.h', |
380 'protocol/host_stub.h', | 378 'protocol/host_stub.h', |
381 'protocol/input_sender.cc', | 379 'protocol/input_sender.cc', |
382 'protocol/input_sender.h', | 380 'protocol/input_sender.h', |
383 'protocol/jingle_connection_to_host.cc', | 381 'protocol/jingle_connection_to_host.cc', |
384 'protocol/jingle_connection_to_host.h', | 382 'protocol/jingle_connection_to_host.h', |
385 'protocol/jingle_session.cc', | 383 'protocol/jingle_session.cc', |
386 'protocol/jingle_session.h', | 384 'protocol/jingle_session.h', |
387 'protocol/jingle_session_manager.cc', | 385 'protocol/jingle_session_manager.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
537 ], # end of 'conditions' | 535 ], # end of 'conditions' |
538 }, # end of target 'chromoting_unittests' | 536 }, # end of target 'chromoting_unittests' |
539 ], # end of targets | 537 ], # end of targets |
540 } | 538 } |
541 | 539 |
542 # Local Variables: | 540 # Local Variables: |
543 # tab-width:2 | 541 # tab-width:2 |
544 # indent-tabs-mode:nil | 542 # indent-tabs-mode:nil |
545 # End: | 543 # End: |
546 # vim: set expandtab tabstop=2 shiftwidth=2: | 544 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |