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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
373 'host/ipc_audio_capturer.cc', | 373 'host/ipc_audio_capturer.cc', |
374 'host/ipc_audio_capturer.h', | 374 'host/ipc_audio_capturer.h', |
375 'host/ipc_constants.cc', | 375 'host/ipc_constants.cc', |
376 'host/ipc_constants.h', | 376 'host/ipc_constants.h', |
377 'host/ipc_desktop_environment.cc', | 377 'host/ipc_desktop_environment.cc', |
378 'host/ipc_desktop_environment.h', | 378 'host/ipc_desktop_environment.h', |
379 'host/ipc_event_executor.cc', | 379 'host/ipc_event_executor.cc', |
380 'host/ipc_event_executor.h', | 380 'host/ipc_event_executor.h', |
381 'host/ipc_host_event_logger.cc', | 381 'host/ipc_host_event_logger.cc', |
382 'host/ipc_host_event_logger.h', | 382 'host/ipc_host_event_logger.h', |
| 383 'host/ipc_session_controller.cc', |
| 384 'host/ipc_session_controller.h', |
383 'host/ipc_video_frame_capturer.cc', | 385 'host/ipc_video_frame_capturer.cc', |
384 'host/ipc_video_frame_capturer.h', | 386 'host/ipc_video_frame_capturer.h', |
385 'host/it2me_host_user_interface.cc', | 387 'host/it2me_host_user_interface.cc', |
386 'host/it2me_host_user_interface.h', | 388 'host/it2me_host_user_interface.h', |
387 'host/json_host_config.cc', | 389 'host/json_host_config.cc', |
388 'host/json_host_config.h', | 390 'host/json_host_config.h', |
389 'host/linux/audio_pipe_reader.cc', | 391 'host/linux/audio_pipe_reader.cc', |
390 'host/linux/audio_pipe_reader.h', | 392 'host/linux/audio_pipe_reader.h', |
391 'host/linux/x11_util.cc', | 393 'host/linux/x11_util.cc', |
392 'host/linux/x11_util.h', | 394 'host/linux/x11_util.h', |
(...skipping 27 matching lines...) Expand all Loading... |
420 'host/resizing_host_observer.cc', | 422 'host/resizing_host_observer.cc', |
421 'host/resizing_host_observer.h', | 423 'host/resizing_host_observer.h', |
422 'host/sas_injector.h', | 424 'host/sas_injector.h', |
423 'host/sas_injector_win.cc', | 425 'host/sas_injector_win.cc', |
424 'host/server_log_entry.cc', | 426 'host/server_log_entry.cc', |
425 'host/server_log_entry.h', | 427 'host/server_log_entry.h', |
426 'host/service_client.cc', | 428 'host/service_client.cc', |
427 'host/service_client.h', | 429 'host/service_client.h', |
428 'host/service_urls.cc', | 430 'host/service_urls.cc', |
429 'host/service_urls.h', | 431 'host/service_urls.h', |
| 432 'host/session_controller.h', |
430 'host/session_manager_factory.cc', | 433 'host/session_manager_factory.cc', |
431 'host/session_manager_factory.h', | 434 'host/session_manager_factory.h', |
432 'host/signaling_connector.cc', | 435 'host/signaling_connector.cc', |
433 'host/signaling_connector.h', | 436 'host/signaling_connector.h', |
434 'host/ui_strings.cc', | 437 'host/ui_strings.cc', |
435 'host/ui_strings.h', | 438 'host/ui_strings.h', |
436 'host/url_request_context.cc', | 439 'host/url_request_context.cc', |
437 'host/url_request_context.h', | 440 'host/url_request_context.h', |
438 'host/usage_stats_consent.h', | 441 'host/usage_stats_consent.h', |
439 'host/usage_stats_consent_mac.cc', | 442 'host/usage_stats_consent_mac.cc', |
(...skipping 2218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2658 '../base/allocator/allocator.gyp:allocator', | 2661 '../base/allocator/allocator.gyp:allocator', |
2659 ], | 2662 ], |
2660 }, | 2663 }, |
2661 ], | 2664 ], |
2662 ], | 2665 ], |
2663 }], # end of 'toolkit_uses_gtk == 1' | 2666 }], # end of 'toolkit_uses_gtk == 1' |
2664 ], # end of 'conditions' | 2667 ], # end of 'conditions' |
2665 }, # end of target 'remoting_unittests' | 2668 }, # end of target 'remoting_unittests' |
2666 ], # end of targets | 2669 ], # end of targets |
2667 } | 2670 } |
OLD | NEW |