| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 | 8 |
| 9 'variables': { | 9 'variables': { |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 322 'host/continue_window_mac.mm', | 322 'host/continue_window_mac.mm', |
| 323 'host/continue_window_win.cc', | 323 'host/continue_window_win.cc', |
| 324 'host/desktop_environment.h', | 324 'host/desktop_environment.h', |
| 325 'host/desktop_resizer.h', | 325 'host/desktop_resizer.h', |
| 326 'host/desktop_resizer_linux.cc', | 326 'host/desktop_resizer_linux.cc', |
| 327 'host/desktop_resizer_mac.cc', | 327 'host/desktop_resizer_mac.cc', |
| 328 'host/desktop_resizer_win.cc', | 328 'host/desktop_resizer_win.cc', |
| 329 'host/desktop_session_connector.h', | 329 'host/desktop_session_connector.h', |
| 330 'host/desktop_session_proxy.cc', | 330 'host/desktop_session_proxy.cc', |
| 331 'host/desktop_session_proxy.h', | 331 'host/desktop_session_proxy.h', |
| 332 'host/desktop_shape_tracker.h', |
| 333 'host/desktop_shape_tracker_mac.cc', |
| 334 'host/desktop_shape_tracker_win.cc', |
| 335 'host/desktop_shape_tracker_x11.cc', |
| 332 'host/disconnect_window_aura.cc', | 336 'host/disconnect_window_aura.cc', |
| 333 'host/disconnect_window_gtk.cc', | 337 'host/disconnect_window_gtk.cc', |
| 334 'host/disconnect_window_mac.h', | 338 'host/disconnect_window_mac.h', |
| 335 'host/disconnect_window_mac.mm', | 339 'host/disconnect_window_mac.mm', |
| 336 'host/disconnect_window_win.cc', | 340 'host/disconnect_window_win.cc', |
| 337 'host/dns_blackhole_checker.cc', | 341 'host/dns_blackhole_checker.cc', |
| 338 'host/dns_blackhole_checker.h', | 342 'host/dns_blackhole_checker.h', |
| 339 'host/heartbeat_sender.cc', | 343 'host/heartbeat_sender.cc', |
| 340 'host/heartbeat_sender.h', | 344 'host/heartbeat_sender.h', |
| 341 'host/host_status_sender.cc', | 345 'host/host_status_sender.cc', |
| (...skipping 2501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2843 'host/client_session_unittest.cc', | 2847 'host/client_session_unittest.cc', |
| 2844 'host/config_file_watcher_unittest.cc', | 2848 'host/config_file_watcher_unittest.cc', |
| 2845 'host/daemon_process.cc', | 2849 'host/daemon_process.cc', |
| 2846 'host/daemon_process.h', | 2850 'host/daemon_process.h', |
| 2847 'host/daemon_process_unittest.cc', | 2851 'host/daemon_process_unittest.cc', |
| 2848 'host/desktop_process.cc', | 2852 'host/desktop_process.cc', |
| 2849 'host/desktop_process.h', | 2853 'host/desktop_process.h', |
| 2850 'host/desktop_process_unittest.cc', | 2854 'host/desktop_process_unittest.cc', |
| 2851 'host/desktop_session.cc', | 2855 'host/desktop_session.cc', |
| 2852 'host/desktop_session.h', | 2856 'host/desktop_session.h', |
| 2857 'host/desktop_shape_tracker_unittest.cc', |
| 2853 'host/desktop_session_agent.cc', | 2858 'host/desktop_session_agent.cc', |
| 2854 'host/desktop_session_agent.h', | 2859 'host/desktop_session_agent.h', |
| 2855 'host/heartbeat_sender_unittest.cc', | 2860 'host/heartbeat_sender_unittest.cc', |
| 2856 'host/host_status_sender_unittest.cc', | 2861 'host/host_status_sender_unittest.cc', |
| 2857 'host/host_change_notification_listener_unittest.cc', | 2862 'host/host_change_notification_listener_unittest.cc', |
| 2858 'host/host_mock_objects.cc', | 2863 'host/host_mock_objects.cc', |
| 2859 'host/host_mock_objects.h', | 2864 'host/host_mock_objects.h', |
| 2860 'host/host_status_monitor_fake.h', | 2865 'host/host_status_monitor_fake.h', |
| 2861 'host/ipc_desktop_environment_unittest.cc', | 2866 'host/ipc_desktop_environment_unittest.cc', |
| 2862 'host/json_host_config_unittest.cc', | 2867 'host/json_host_config_unittest.cc', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3005 '../base/allocator/allocator.gyp:allocator', | 3010 '../base/allocator/allocator.gyp:allocator', |
| 3006 ], | 3011 ], |
| 3007 }, | 3012 }, |
| 3008 ], | 3013 ], |
| 3009 ], | 3014 ], |
| 3010 }], # end of 'toolkit_uses_gtk == 1' | 3015 }], # end of 'toolkit_uses_gtk == 1' |
| 3011 ], # end of 'conditions' | 3016 ], # end of 'conditions' |
| 3012 }, # end of target 'remoting_unittests' | 3017 }, # end of target 'remoting_unittests' |
| 3013 ], # end of targets | 3018 ], # end of targets |
| 3014 } | 3019 } |
| OLD | NEW |