| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 'host/host_change_notification_listener.cc', | 337 'host/host_change_notification_listener.cc', |
| 338 'host/host_change_notification_listener.h', | 338 'host/host_change_notification_listener.h', |
| 339 'host/host_config.cc', | 339 'host/host_config.cc', |
| 340 'host/host_config.h', | 340 'host/host_config.h', |
| 341 'host/host_exit_codes.h', | 341 'host/host_exit_codes.h', |
| 342 'host/host_port_allocator.cc', | 342 'host/host_port_allocator.cc', |
| 343 'host/host_port_allocator.h', | 343 'host/host_port_allocator.h', |
| 344 'host/host_secret.cc', | 344 'host/host_secret.cc', |
| 345 'host/host_secret.h', | 345 'host/host_secret.h', |
| 346 'host/host_status_observer.h', | 346 'host/host_status_observer.h', |
| 347 'host/host_token_validator_factory.cc', |
| 348 'host/host_token_validator_factory.h', |
| 347 'host/host_user_interface.cc', | 349 'host/host_user_interface.cc', |
| 348 'host/host_user_interface.h', | 350 'host/host_user_interface.h', |
| 349 'host/in_memory_host_config.cc', | 351 'host/in_memory_host_config.cc', |
| 350 'host/in_memory_host_config.h', | 352 'host/in_memory_host_config.h', |
| 351 'host/ipc_audio_capturer.cc', | 353 'host/ipc_audio_capturer.cc', |
| 352 'host/ipc_audio_capturer.h', | 354 'host/ipc_audio_capturer.h', |
| 353 'host/ipc_constants.cc', | 355 'host/ipc_constants.cc', |
| 354 'host/ipc_constants.h', | 356 'host/ipc_constants.h', |
| 355 'host/ipc_desktop_environment.cc', | 357 'host/ipc_desktop_environment.cc', |
| 356 'host/ipc_desktop_environment.h', | 358 'host/ipc_desktop_environment.h', |
| (...skipping 2186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2543 '../base/allocator/allocator.gyp:allocator', | 2545 '../base/allocator/allocator.gyp:allocator', |
| 2544 ], | 2546 ], |
| 2545 }, | 2547 }, |
| 2546 ], | 2548 ], |
| 2547 ], | 2549 ], |
| 2548 }], # end of 'toolkit_uses_gtk == 1' | 2550 }], # end of 'toolkit_uses_gtk == 1' |
| 2549 ], # end of 'conditions' | 2551 ], # end of 'conditions' |
| 2550 }, # end of target 'remoting_unittests' | 2552 }, # end of target 'remoting_unittests' |
| 2551 ], # end of targets | 2553 ], # end of targets |
| 2552 } | 2554 } |
| OLD | NEW |