| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'host/host_change_notification_listener.h', | 347 'host/host_change_notification_listener.h', |
| 348 'host/host_config.cc', | 348 'host/host_config.cc', |
| 349 'host/host_config.h', | 349 'host/host_config.h', |
| 350 'host/host_exit_codes.h', | 350 'host/host_exit_codes.h', |
| 351 'host/host_key_pair.cc', | 351 'host/host_key_pair.cc', |
| 352 'host/host_key_pair.h', | 352 'host/host_key_pair.h', |
| 353 'host/host_port_allocator.cc', | 353 'host/host_port_allocator.cc', |
| 354 'host/host_port_allocator.h', | 354 'host/host_port_allocator.h', |
| 355 'host/host_secret.cc', | 355 'host/host_secret.cc', |
| 356 'host/host_secret.h', | 356 'host/host_secret.h', |
| 357 'host/host_status_monitor.h', |
| 357 'host/host_status_observer.h', | 358 'host/host_status_observer.h', |
| 358 'host/host_user_interface.cc', | 359 'host/host_user_interface.cc', |
| 359 'host/host_user_interface.h', | 360 'host/host_user_interface.h', |
| 360 'host/in_memory_host_config.cc', | 361 'host/in_memory_host_config.cc', |
| 361 'host/in_memory_host_config.h', | 362 'host/in_memory_host_config.h', |
| 362 'host/ipc_audio_capturer.cc', | 363 'host/ipc_audio_capturer.cc', |
| 363 'host/ipc_audio_capturer.h', | 364 'host/ipc_audio_capturer.h', |
| 364 'host/ipc_constants.cc', | 365 'host/ipc_constants.cc', |
| 365 'host/ipc_constants.h', | 366 'host/ipc_constants.h', |
| 366 'host/ipc_desktop_environment.cc', | 367 'host/ipc_desktop_environment.cc', |
| (...skipping 2202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2569 '../base/allocator/allocator.gyp:allocator', | 2570 '../base/allocator/allocator.gyp:allocator', |
| 2570 ], | 2571 ], |
| 2571 }, | 2572 }, |
| 2572 ], | 2573 ], |
| 2573 ], | 2574 ], |
| 2574 }], # end of 'toolkit_uses_gtk == 1' | 2575 }], # end of 'toolkit_uses_gtk == 1' |
| 2575 ], # end of 'conditions' | 2576 ], # end of 'conditions' |
| 2576 }, # end of target 'remoting_unittests' | 2577 }, # end of target 'remoting_unittests' |
| 2577 ], # end of targets | 2578 ], # end of targets |
| 2578 } | 2579 } |
| OLD | NEW |