OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 | 10 |
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'host/host_change_notification_listener.h', | 360 'host/host_change_notification_listener.h', |
361 'host/host_config.cc', | 361 'host/host_config.cc', |
362 'host/host_config.h', | 362 'host/host_config.h', |
363 'host/host_exit_codes.h', | 363 'host/host_exit_codes.h', |
364 'host/host_port_allocator.cc', | 364 'host/host_port_allocator.cc', |
365 'host/host_port_allocator.h', | 365 'host/host_port_allocator.h', |
366 'host/host_secret.cc', | 366 'host/host_secret.cc', |
367 'host/host_secret.h', | 367 'host/host_secret.h', |
368 'host/host_status_monitor.h', | 368 'host/host_status_monitor.h', |
369 'host/host_status_observer.h', | 369 'host/host_status_observer.h', |
| 370 'host/url_fetcher_token_validator_factory.cc', |
| 371 'host/url_fetcher_token_validator_factory.h', |
370 'host/host_user_interface.cc', | 372 'host/host_user_interface.cc', |
371 'host/host_user_interface.h', | 373 'host/host_user_interface.h', |
372 'host/in_memory_host_config.cc', | 374 'host/in_memory_host_config.cc', |
373 'host/in_memory_host_config.h', | 375 'host/in_memory_host_config.h', |
374 'host/ipc_audio_capturer.cc', | 376 'host/ipc_audio_capturer.cc', |
375 'host/ipc_audio_capturer.h', | 377 'host/ipc_audio_capturer.h', |
376 'host/ipc_constants.cc', | 378 'host/ipc_constants.cc', |
377 'host/ipc_constants.h', | 379 'host/ipc_constants.h', |
378 'host/ipc_desktop_environment.cc', | 380 'host/ipc_desktop_environment.cc', |
379 'host/ipc_desktop_environment.h', | 381 'host/ipc_desktop_environment.h', |
(...skipping 2294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2674 '../base/allocator/allocator.gyp:allocator', | 2676 '../base/allocator/allocator.gyp:allocator', |
2675 ], | 2677 ], |
2676 }, | 2678 }, |
2677 ], | 2679 ], |
2678 ], | 2680 ], |
2679 }], # end of 'toolkit_uses_gtk == 1' | 2681 }], # end of 'toolkit_uses_gtk == 1' |
2680 ], # end of 'conditions' | 2682 ], # end of 'conditions' |
2681 }, # end of target 'remoting_unittests' | 2683 }, # end of target 'remoting_unittests' |
2682 ], # end of targets | 2684 ], # end of targets |
2683 } | 2685 } |
OLD | NEW |