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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'host/clipboard.h', | 354 'host/clipboard.h', |
355 'host/clipboard_linux.cc', | 355 'host/clipboard_linux.cc', |
356 'host/clipboard_mac.mm', | 356 'host/clipboard_mac.mm', |
357 'host/clipboard_win.cc', | 357 'host/clipboard_win.cc', |
358 'host/constants_mac.cc', | 358 'host/constants_mac.cc', |
359 'host/constants_mac.h', | 359 'host/constants_mac.h', |
360 'host/continue_window.h', | 360 'host/continue_window.h', |
361 'host/continue_window_gtk.cc', | 361 'host/continue_window_gtk.cc', |
362 'host/continue_window_mac.mm', | 362 'host/continue_window_mac.mm', |
363 'host/continue_window_win.cc', | 363 'host/continue_window_win.cc', |
364 'host/desktop_environment.cc', | |
365 'host/desktop_environment.h', | 364 'host/desktop_environment.h', |
366 'host/desktop_environment_factory.cc', | 365 'host/desktop_environment_factory.cc', |
367 'host/desktop_environment_factory.h', | 366 'host/desktop_environment_factory.h', |
368 'host/desktop_resizer.h', | 367 'host/desktop_resizer.h', |
369 'host/desktop_resizer_linux.cc', | 368 'host/desktop_resizer_linux.cc', |
370 'host/desktop_resizer_win.cc', | 369 'host/desktop_resizer_win.cc', |
371 'host/desktop_resizer_mac.cc', | 370 'host/desktop_resizer_mac.cc', |
372 'host/desktop_session_connector.h', | 371 'host/desktop_session_connector.h', |
373 'host/desktop_session_proxy.cc', | 372 'host/desktop_session_proxy.cc', |
374 'host/desktop_session_proxy.h', | 373 'host/desktop_session_proxy.h', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 'host/it2me_host_user_interface.cc', | 415 'host/it2me_host_user_interface.cc', |
417 'host/it2me_host_user_interface.h', | 416 'host/it2me_host_user_interface.h', |
418 'host/json_host_config.cc', | 417 'host/json_host_config.cc', |
419 'host/json_host_config.h', | 418 'host/json_host_config.h', |
420 'host/linux/audio_pipe_reader.cc', | 419 'host/linux/audio_pipe_reader.cc', |
421 'host/linux/audio_pipe_reader.h', | 420 'host/linux/audio_pipe_reader.h', |
422 'host/linux/x11_util.cc', | 421 'host/linux/x11_util.cc', |
423 'host/linux/x11_util.h', | 422 'host/linux/x11_util.h', |
424 'host/linux/x_server_clipboard.cc', | 423 'host/linux/x_server_clipboard.cc', |
425 'host/linux/x_server_clipboard.h', | 424 'host/linux/x_server_clipboard.h', |
| 425 'host/local_desktop_environment.cc', |
| 426 'host/local_desktop_environment.h', |
426 'host/local_input_monitor.h', | 427 'host/local_input_monitor.h', |
427 'host/local_input_monitor_linux.cc', | 428 'host/local_input_monitor_linux.cc', |
428 'host/local_input_monitor_mac.mm', | 429 'host/local_input_monitor_mac.mm', |
429 'host/local_input_monitor_thread_linux.cc', | 430 'host/local_input_monitor_thread_linux.cc', |
430 'host/local_input_monitor_thread_linux.h', | 431 'host/local_input_monitor_thread_linux.h', |
431 'host/local_input_monitor_win.cc', | 432 'host/local_input_monitor_win.cc', |
432 'host/log_to_server.cc', | 433 'host/log_to_server.cc', |
433 'host/log_to_server.h', | 434 'host/log_to_server.h', |
434 'host/mouse_clamping_filter.cc', | 435 'host/mouse_clamping_filter.cc', |
435 'host/mouse_clamping_filter.h', | 436 'host/mouse_clamping_filter.h', |
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2372 '../base/allocator/allocator.gyp:allocator', | 2373 '../base/allocator/allocator.gyp:allocator', |
2373 ], | 2374 ], |
2374 }, | 2375 }, |
2375 ], | 2376 ], |
2376 ], | 2377 ], |
2377 }], # end of 'toolkit_uses_gtk == 1' | 2378 }], # end of 'toolkit_uses_gtk == 1' |
2378 ], # end of 'conditions' | 2379 ], # end of 'conditions' |
2379 }, # end of target 'remoting_unittests' | 2380 }, # end of target 'remoting_unittests' |
2380 ], # end of targets | 2381 ], # end of targets |
2381 } | 2382 } |
OLD | NEW |