Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1200)

Side by Side Diff: remoting/remoting_host.gypi

Issue 398813003: Cast Port Allocator Factory for PeerConnection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updates after Review Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « remoting/protocol/chromium_socket_factory.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
66 'host/capture_scheduler.cc', 67 'host/capture_scheduler.cc',
67 'host/capture_scheduler.h', 68 'host/capture_scheduler.h',
69 'host/chromium_port_allocator_factory.cc',
70 'host/chromium_port_allocator_factory.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',
76 'host/client_session.cc', 79 'host/client_session.cc',
77 'host/client_session.h', 80 'host/client_session.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 }
OLDNEW
« no previous file with comments | « remoting/protocol/chromium_socket_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698