| 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 22 matching lines...) Expand all Loading... |
| 33 }, | 33 }, |
| 34 'dependencies': [ | 34 'dependencies': [ |
| 35 'remoting_base', | 35 'remoting_base', |
| 36 'remoting_protocol', | 36 'remoting_protocol', |
| 37 'remoting_resources', | 37 'remoting_resources', |
| 38 '../base/base.gyp:base_i18n', | 38 '../base/base.gyp:base_i18n', |
| 39 '../crypto/crypto.gyp:crypto', | 39 '../crypto/crypto.gyp:crypto', |
| 40 '../google_apis/google_apis.gyp:google_apis', | 40 '../google_apis/google_apis.gyp:google_apis', |
| 41 '../ipc/ipc.gyp:ipc', | 41 '../ipc/ipc.gyp:ipc', |
| 42 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 42 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 43 '../third_party/libjingle/libjingle.gyp:libpeerconnection', |
| 43 '../ui/events/events.gyp:dom4_keycode_converter', | 44 '../ui/events/events.gyp:dom4_keycode_converter', |
| 44 ], | 45 ], |
| 45 'defines': [ | 46 'defines': [ |
| 46 'HOST_BUNDLE_NAME="<(host_bundle_name)"', | 47 'HOST_BUNDLE_NAME="<(host_bundle_name)"', |
| 47 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', | 48 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', |
| 48 'VERSION=<(version_full)', | 49 'VERSION=<(version_full)', |
| 49 ], | 50 ], |
| 50 'sources': [ | 51 'sources': [ |
| 51 'host/audio_capturer.cc', | 52 'host/audio_capturer.cc', |
| 52 'host/audio_capturer.h', | 53 'host/audio_capturer.h', |
| 53 'host/audio_capturer_linux.cc', | 54 'host/audio_capturer_linux.cc', |
| 54 'host/audio_capturer_linux.h', | 55 'host/audio_capturer_linux.h', |
| 55 'host/audio_capturer_mac.cc', | 56 'host/audio_capturer_mac.cc', |
| 56 'host/audio_capturer_win.cc', | 57 'host/audio_capturer_win.cc', |
| 57 'host/audio_capturer_win.h', | 58 'host/audio_capturer_win.h', |
| 58 'host/audio_scheduler.cc', | 59 'host/audio_scheduler.cc', |
| 59 'host/audio_scheduler.h', | 60 'host/audio_scheduler.h', |
| 60 'host/audio_silence_detector.cc', | 61 'host/audio_silence_detector.cc', |
| 61 'host/audio_silence_detector.h', | 62 'host/audio_silence_detector.h', |
| 62 'host/basic_desktop_environment.cc', | 63 'host/basic_desktop_environment.cc', |
| 63 'host/basic_desktop_environment.h', | 64 'host/basic_desktop_environment.h', |
| 64 'host/branding.cc', | 65 'host/branding.cc', |
| 65 'host/branding.h', | 66 'host/branding.h', |
| 67 'host/cast_port_allocator_factory.cc', |
| 68 'host/cast_port_allocator_factory.h', |
| 66 'host/capture_scheduler.cc', | 69 'host/capture_scheduler.cc', |
| 67 'host/capture_scheduler.h', | 70 'host/capture_scheduler.h', |
| 68 'host/chromoting_host.cc', | 71 'host/chromoting_host.cc', |
| 69 'host/chromoting_host.h', | 72 'host/chromoting_host.h', |
| 70 'host/chromoting_host_context.cc', | 73 'host/chromoting_host_context.cc', |
| 71 'host/chromoting_host_context.h', | 74 'host/chromoting_host_context.h', |
| 72 'host/chromoting_messages.cc', | 75 'host/chromoting_messages.cc', |
| 73 'host/chromoting_messages.h', | 76 'host/chromoting_messages.h', |
| 74 'host/chromoting_param_traits.cc', | 77 'host/chromoting_param_traits.cc', |
| 75 'host/chromoting_param_traits.h', | 78 'host/chromoting_param_traits.h', |
| (...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 840 }], # mac_breakpad==1 | 843 }], # mac_breakpad==1 |
| 841 ], # conditions | 844 ], # conditions |
| 842 }], # OS=mac | 845 }], # OS=mac |
| 843 ], | 846 ], |
| 844 }, # end of target 'remoting_it2me_native_messaging_host' | 847 }, # end of target 'remoting_it2me_native_messaging_host' |
| 845 ], # end of 'targets' | 848 ], # end of 'targets' |
| 846 }], # OS!="win" | 849 }], # OS!="win" |
| 847 | 850 |
| 848 ], # end of 'conditions' | 851 ], # end of 'conditions' |
| 849 } | 852 } |
| OLD | NEW |