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

Side by Side Diff: remoting/remoting_host.gypi

Issue 686373002: Revert of Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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/host/remoting_me2me_host.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 ],
11 11
12 'variables': { 12 'variables': {
13 'conditions': [ 13 'conditions': [
14 # Remoting host is supported only on Windows, OSX and Linux (with X11). 14 # Remoting host is supported only on Windows, OSX and Linux (with X11).
15 ['OS=="win" or OS=="mac" or (OS=="linux" and use_x11==1)', { 15 ['OS=="win" or OS=="mac" or (OS=="linux" and use_x11==1)', {
16 'enable_me2me_host': 1, 16 'enable_me2me_host': 1,
17 'enable_it2me_host': 1, 17 'enable_it2me_host': 1,
18 'enable_remoting_host': 1, 18 'enable_remoting_host': 1,
19 }, { 19 }, {
20 'enable_me2me_host': 0, 20 'enable_me2me_host': 0,
21 'enable_it2me_host': 0, 21 'enable_it2me_host': 0,
22 'enable_remoting_host': 0, 22 'enable_remoting_host': 0,
23 }], 23 }],
24 ['chromeos==1', { 24 ['chromeos==1', {
25 'enable_me2me_host': 0, 25 'enable_me2me_host': 0,
26 'enable_it2me_host': 1, 26 'enable_it2me_host': 0,
27 }], 27 }],
28 ], 28 ],
29 }, 29 },
30 30
31 'conditions': [ 31 'conditions': [
32 ['enable_remoting_host==1', { 32 ['enable_remoting_host==1', {
33 'targets': [ 33 'targets': [
34 { 34 {
35 'target_name': 'remoting_host', 35 'target_name': 'remoting_host',
36 'type': 'static_library', 36 'type': 'static_library',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'host/clipboard_mac.mm', 91 'host/clipboard_mac.mm',
92 'host/clipboard_win.cc', 92 'host/clipboard_win.cc',
93 'host/clipboard_x11.cc', 93 'host/clipboard_x11.cc',
94 'host/config_file_watcher.cc', 94 'host/config_file_watcher.cc',
95 'host/config_file_watcher.h', 95 'host/config_file_watcher.h',
96 'host/config_watcher.h', 96 'host/config_watcher.h',
97 'host/constants_mac.cc', 97 'host/constants_mac.cc',
98 'host/constants_mac.h', 98 'host/constants_mac.h',
99 'host/continue_window.cc', 99 'host/continue_window.cc',
100 'host/continue_window.h', 100 'host/continue_window.h',
101 'host/continue_window_chromeos.cc',
102 'host/continue_window_linux.cc', 101 'host/continue_window_linux.cc',
103 'host/continue_window_mac.mm', 102 'host/continue_window_mac.mm',
104 'host/continue_window_win.cc', 103 'host/continue_window_win.cc',
105 'host/daemon_process.cc', 104 'host/daemon_process.cc',
106 'host/daemon_process.h', 105 'host/daemon_process.h',
107 'host/daemon_process_win.cc', 106 'host/daemon_process_win.cc',
108 'host/desktop_environment.h', 107 'host/desktop_environment.h',
109 'host/desktop_process.cc', 108 'host/desktop_process.cc',
110 'host/desktop_process.h', 109 'host/desktop_process.h',
111 'host/desktop_resizer.h', 110 'host/desktop_resizer.h',
112 'host/desktop_resizer_linux.cc', 111 'host/desktop_resizer_linux.cc',
113 'host/desktop_session.cc', 112 'host/desktop_session.cc',
114 'host/desktop_session.h', 113 'host/desktop_session.h',
115 'host/desktop_session_agent.cc', 114 'host/desktop_session_agent.cc',
116 'host/desktop_session_agent.h', 115 'host/desktop_session_agent.h',
117 'host/desktop_session_win.cc', 116 'host/desktop_session_win.cc',
118 'host/desktop_session_win.h', 117 'host/desktop_session_win.h',
119 'host/desktop_resizer_mac.cc', 118 'host/desktop_resizer_mac.cc',
120 'host/desktop_resizer_win.cc', 119 'host/desktop_resizer_win.cc',
121 'host/desktop_session_connector.h', 120 'host/desktop_session_connector.h',
122 'host/desktop_session_proxy.cc', 121 'host/desktop_session_proxy.cc',
123 'host/desktop_session_proxy.h', 122 'host/desktop_session_proxy.h',
124 'host/desktop_shape_tracker.h', 123 'host/desktop_shape_tracker.h',
125 'host/desktop_shape_tracker_mac.cc', 124 'host/desktop_shape_tracker_mac.cc',
126 'host/desktop_shape_tracker_win.cc', 125 'host/desktop_shape_tracker_win.cc',
127 'host/desktop_shape_tracker_x11.cc', 126 'host/desktop_shape_tracker_x11.cc',
128 'host/disconnect_window_chromeos.cc',
129 'host/disconnect_window_linux.cc', 127 'host/disconnect_window_linux.cc',
130 'host/disconnect_window_mac.h', 128 'host/disconnect_window_mac.h',
131 'host/disconnect_window_mac.mm', 129 'host/disconnect_window_mac.mm',
132 'host/disconnect_window_win.cc', 130 'host/disconnect_window_win.cc',
133 'host/dns_blackhole_checker.cc', 131 'host/dns_blackhole_checker.cc',
134 'host/dns_blackhole_checker.h', 132 'host/dns_blackhole_checker.h',
135 'host/gnubby_auth_handler.h', 133 'host/gnubby_auth_handler.h',
136 'host/gnubby_auth_handler_posix.cc', 134 'host/gnubby_auth_handler_posix.cc',
137 'host/gnubby_auth_handler_posix.h', 135 'host/gnubby_auth_handler_posix.h',
138 'host/gnubby_auth_handler_win.cc', 136 'host/gnubby_auth_handler_win.cc',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'host/pairing_registry_delegate_linux.h', 220 'host/pairing_registry_delegate_linux.h',
223 'host/pairing_registry_delegate_mac.cc', 221 'host/pairing_registry_delegate_mac.cc',
224 'host/pairing_registry_delegate_win.cc', 222 'host/pairing_registry_delegate_win.cc',
225 'host/pairing_registry_delegate_win.h', 223 'host/pairing_registry_delegate_win.h',
226 'host/pam_authorization_factory_posix.cc', 224 'host/pam_authorization_factory_posix.cc',
227 'host/pam_authorization_factory_posix.h', 225 'host/pam_authorization_factory_posix.h',
228 'host/pin_hash.cc', 226 'host/pin_hash.cc',
229 'host/pin_hash.h', 227 'host/pin_hash.h',
230 'host/policy_hack/policy_watcher.cc', 228 'host/policy_hack/policy_watcher.cc',
231 'host/policy_hack/policy_watcher.h', 229 'host/policy_hack/policy_watcher.h',
232 'host/policy_hack/policy_watcher_chromeos.cc',
233 'host/policy_hack/policy_watcher_linux.cc', 230 'host/policy_hack/policy_watcher_linux.cc',
234 'host/policy_hack/policy_watcher_mac.mm', 231 'host/policy_hack/policy_watcher_mac.mm',
235 'host/policy_hack/policy_watcher_win.cc', 232 'host/policy_hack/policy_watcher_win.cc',
236 'host/register_support_host_request.cc', 233 'host/register_support_host_request.cc',
237 'host/register_support_host_request.h', 234 'host/register_support_host_request.h',
238 'host/remote_input_filter.cc', 235 'host/remote_input_filter.cc',
239 'host/remote_input_filter.h', 236 'host/remote_input_filter.h',
240 'host/remoting_me2me_host.cc', 237 'host/remoting_me2me_host.cc',
241 'host/resizing_host_observer.cc', 238 'host/resizing_host_observer.cc',
242 'host/resizing_host_observer.h', 239 'host/resizing_host_observer.h',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 }], 312 }],
316 ['OS=="linux" and chromeos==0 and use_ozone==0', { 313 ['OS=="linux" and chromeos==0 and use_ozone==0', {
317 'dependencies' : [ 314 'dependencies' : [
318 # Always use GTK on Linux, even for Aura builds. 315 # Always use GTK on Linux, even for Aura builds.
319 '../build/linux/system.gyp:gtk', 316 '../build/linux/system.gyp:gtk',
320 ], 317 ],
321 }], 318 }],
322 ['chromeos==1', { 319 ['chromeos==1', {
323 'dependencies' : [ 320 'dependencies' : [
324 '../cc/cc.gyp:cc', 321 '../cc/cc.gyp:cc',
325 '../components/components.gyp:policy_component_common',
326 '../content/content.gyp:content', 322 '../content/content.gyp:content',
327 '../ppapi/ppapi_internal.gyp:ppapi_host', 323 '../ppapi/ppapi_internal.gyp:ppapi_host',
328 '../skia/skia.gyp:skia', 324 '../skia/skia.gyp:skia',
329 '../ui/aura/aura.gyp:aura', 325 '../ui/aura/aura.gyp:aura',
330 '../ui/compositor/compositor.gyp:compositor', 326 '../ui/compositor/compositor.gyp:compositor',
331 ], 327 ],
332 'include_dirs': [ 328 'include_dirs': [
333 '../third_party/skia/include/utils', 329 '../third_party/skia/include/utils',
334 ], 330 ],
335 'sources!' : [ 331 'sources!' : [
336 'host/policy_hack/policy_watcher_linux.cc', 332 'host/continue_window.cc',
333 'host/continue_window.h',
337 'host/continue_window_linux.cc', 334 'host/continue_window_linux.cc',
338 'host/disconnect_window.cc', 335 'host/disconnect_window.cc',
339 'host/disconnect_window_linux.cc', 336 'host/disconnect_window_linux.cc',
340 'host/remoting_me2me_host.cc', 337 'host/remoting_me2me_host.cc',
341 ] 338 ]
342 }, { # chromeos==0 339 }, { # chromeos==0
343 'sources!' : [ 340 'sources!' : [
344 'host/chromeos/aura_desktop_capturer.cc', 341 'host/chromeos/aura_desktop_capturer.cc',
345 'host/chromeos/aura_desktop_capturer.h', 342 'host/chromeos/aura_desktop_capturer.h',
346 'host/continue_window_chromeos.cc',
347 'host/disconnect_window_chromeos.cc',
348 'host/policy_hack/policy_watcher_chromeos.cc',
349 ], 343 ],
350 }], 344 }],
351 ['OS=="mac"', { 345 ['OS=="mac"', {
352 'dependencies': [ 346 'dependencies': [
353 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac', 347 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gy p:google_toolbox_for_mac',
354 ], 348 ],
355 'link_settings': { 349 'link_settings': {
356 'libraries': [ 350 'libraries': [
357 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', 351 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework',
358 'libpam.a', 352 'libpam.a',
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 }, # end of postbuild 'dump_symbols' 846 }, # end of postbuild 'dump_symbols'
853 ], # end of 'postbuilds' 847 ], # end of 'postbuilds'
854 }], # mac_breakpad==1 848 }], # mac_breakpad==1
855 ], # conditions 849 ], # conditions
856 }], # OS=mac 850 }], # OS=mac
857 ], 851 ],
858 }, # end of target 'remoting_me2me_native_messaging_host' 852 }, # end of target 'remoting_me2me_native_messaging_host'
859 ], # targets 853 ], # targets
860 }], # end of OS!="win" and enable_me2me_host==1 854 }], # end of OS!="win" and enable_me2me_host==1
861 855
862 ['OS!="win" and enable_it2me_host==1 and chromeos==0', { 856 ['OS!="win" and enable_it2me_host==1', {
863 'targets': [ 857 'targets': [
864 { 858 {
865 'target_name': 'remoting_it2me_native_messaging_host', 859 'target_name': 'remoting_it2me_native_messaging_host',
866 'type': 'executable', 860 'type': 'executable',
867 'product_name': 'remote_assistance_host', 861 'product_name': 'remote_assistance_host',
868 'variables': { 'enable_wexit_time_destructors': 1, }, 862 'variables': { 'enable_wexit_time_destructors': 1, },
869 'dependencies': [ 863 'dependencies': [
870 '../base/base.gyp:base', 864 '../base/base.gyp:base',
871 'remoting_base', 865 'remoting_base',
872 'remoting_breakpad', 866 'remoting_breakpad',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
953 }], # mac_breakpad==1 947 }], # mac_breakpad==1
954 ], # conditions 948 ], # conditions
955 }], # OS=mac 949 }], # OS=mac
956 ], 950 ],
957 }, # end of target 'remoting_it2me_native_messaging_host' 951 }, # end of target 'remoting_it2me_native_messaging_host'
958 ], # end of 'targets' 952 ], # end of 'targets'
959 }], # # end of OS!="win" and enable_it2me_host==1 953 }], # # end of OS!="win" and enable_it2me_host==1
960 954
961 ], # end of 'conditions' 955 ], # end of 'conditions'
962 } 956 }
OLDNEW
« no previous file with comments | « remoting/host/remoting_me2me_host.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698