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 # Use a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
460 'sources': [ | 460 'sources': [ |
461 'host/access_verifier.h', | 461 'host/access_verifier.h', |
462 'host/capturer.h', | 462 'host/capturer.h', |
463 'host/capturer_helper.cc', | 463 'host/capturer_helper.cc', |
464 'host/capturer_helper.h', | 464 'host/capturer_helper.h', |
465 'host/capturer_fake.cc', | 465 'host/capturer_fake.cc', |
466 'host/capturer_fake.h', | 466 'host/capturer_fake.h', |
467 'host/capturer_linux.cc', | 467 'host/capturer_linux.cc', |
468 'host/capturer_mac.cc', | 468 'host/capturer_mac.cc', |
469 'host/capturer_win.cc', | 469 'host/capturer_win.cc', |
| 470 'host/capture_scheduler.cc', |
| 471 'host/capture_scheduler.h', |
470 'host/chromoting_host.cc', | 472 'host/chromoting_host.cc', |
471 'host/chromoting_host.h', | 473 'host/chromoting_host.h', |
472 'host/chromoting_host_context.cc', | 474 'host/chromoting_host_context.cc', |
473 'host/chromoting_host_context.h', | 475 'host/chromoting_host_context.h', |
474 'host/client_session.cc', | 476 'host/client_session.cc', |
475 'host/client_session.h', | 477 'host/client_session.h', |
476 'host/continue_window.h', | 478 'host/continue_window.h', |
477 'host/continue_window_mac.mm', | 479 'host/continue_window_mac.mm', |
478 'host/continue_window_linux.cc', | 480 'host/continue_window_linux.cc', |
479 'host/continue_window_win.cc', | 481 'host/continue_window_win.cc', |
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
913 '../base/allocator/allocator.gyp:allocator', | 915 '../base/allocator/allocator.gyp:allocator', |
914 ], | 916 ], |
915 }, | 917 }, |
916 ], | 918 ], |
917 ], | 919 ], |
918 }], | 920 }], |
919 ], # end of 'conditions' | 921 ], # end of 'conditions' |
920 }, # end of target 'remoting_unittests' | 922 }, # end of target 'remoting_unittests' |
921 ], # end of targets | 923 ], # end of targets |
922 } | 924 } |
OLD | NEW |