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 'includes': [ | 6 'includes': [ |
7 'remoting_host_linux.gypi', | 7 'remoting_host_linux.gypi', |
8 'remoting_host_mac.gypi', | 8 'remoting_host_mac.gypi', |
9 'remoting_host_win.gypi', | 9 'remoting_host_win.gypi', |
10 ], | 10 ], |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'host/audio_silence_detector.cc', | 67 'host/audio_silence_detector.cc', |
68 'host/audio_silence_detector.h', | 68 'host/audio_silence_detector.h', |
69 'host/basic_desktop_environment.cc', | 69 'host/basic_desktop_environment.cc', |
70 'host/basic_desktop_environment.h', | 70 'host/basic_desktop_environment.h', |
71 'host/branding.cc', | 71 'host/branding.cc', |
72 'host/branding.h', | 72 'host/branding.h', |
73 'host/capture_scheduler.cc', | 73 'host/capture_scheduler.cc', |
74 'host/capture_scheduler.h', | 74 'host/capture_scheduler.h', |
75 'host/chromeos/aura_desktop_capturer.cc', | 75 'host/chromeos/aura_desktop_capturer.cc', |
76 'host/chromeos/aura_desktop_capturer.h', | 76 'host/chromeos/aura_desktop_capturer.h', |
| 77 'host/chromeos/message_box.cc', |
| 78 'host/chromeos/message_box.h', |
77 'host/chromium_port_allocator_factory.cc', | 79 'host/chromium_port_allocator_factory.cc', |
78 'host/chromium_port_allocator_factory.h', | 80 'host/chromium_port_allocator_factory.h', |
79 'host/chromoting_host.cc', | 81 'host/chromoting_host.cc', |
80 'host/chromoting_host.h', | 82 'host/chromoting_host.h', |
81 'host/chromoting_host_context.cc', | 83 'host/chromoting_host_context.cc', |
82 'host/chromoting_host_context.h', | 84 'host/chromoting_host_context.h', |
83 'host/chromoting_messages.cc', | 85 'host/chromoting_messages.cc', |
84 'host/chromoting_messages.h', | 86 'host/chromoting_messages.h', |
85 'host/chromoting_param_traits.cc', | 87 'host/chromoting_param_traits.cc', |
86 'host/chromoting_param_traits.h', | 88 'host/chromoting_param_traits.h', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 'host/policy_hack/policy_watcher_linux.cc', | 338 'host/policy_hack/policy_watcher_linux.cc', |
337 'host/continue_window_linux.cc', | 339 'host/continue_window_linux.cc', |
338 'host/disconnect_window.cc', | 340 'host/disconnect_window.cc', |
339 'host/disconnect_window_linux.cc', | 341 'host/disconnect_window_linux.cc', |
340 'host/remoting_me2me_host.cc', | 342 'host/remoting_me2me_host.cc', |
341 ] | 343 ] |
342 }, { # chromeos==0 | 344 }, { # chromeos==0 |
343 'sources!' : [ | 345 'sources!' : [ |
344 'host/chromeos/aura_desktop_capturer.cc', | 346 'host/chromeos/aura_desktop_capturer.cc', |
345 'host/chromeos/aura_desktop_capturer.h', | 347 'host/chromeos/aura_desktop_capturer.h', |
| 348 'host/chromeos/message_box.cc', |
| 349 'host/chromeos/message_box.h', |
346 'host/continue_window_chromeos.cc', | 350 'host/continue_window_chromeos.cc', |
347 'host/disconnect_window_chromeos.cc', | 351 'host/disconnect_window_chromeos.cc', |
348 'host/policy_hack/policy_watcher_chromeos.cc', | 352 'host/policy_hack/policy_watcher_chromeos.cc', |
349 ], | 353 ], |
350 }], | 354 }], |
351 ['OS=="mac"', { | 355 ['OS=="mac"', { |
352 'dependencies': [ | 356 'dependencies': [ |
353 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy
p:google_toolbox_for_mac', | 357 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy
p:google_toolbox_for_mac', |
354 ], | 358 ], |
355 'link_settings': { | 359 'link_settings': { |
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
953 }], # mac_breakpad==1 | 957 }], # mac_breakpad==1 |
954 ], # conditions | 958 ], # conditions |
955 }], # OS=mac | 959 }], # OS=mac |
956 ], | 960 ], |
957 }, # end of target 'remoting_it2me_native_messaging_host' | 961 }, # end of target 'remoting_it2me_native_messaging_host' |
958 ], # end of 'targets' | 962 ], # end of 'targets' |
959 }], # # end of OS!="win" and enable_it2me_host==1 | 963 }], # # end of OS!="win" and enable_it2me_host==1 |
960 | 964 |
961 ], # end of 'conditions' | 965 ], # end of 'conditions' |
962 } | 966 } |
OLD | NEW |