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