OLD | NEW |
1 | 1 |
2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 2 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'variables': { | 7 'variables': { |
8 # TODO(dmaclach): can we pick this up some other way? Right now it's | 8 # TODO(dmaclach): can we pick this up some other way? Right now it's |
9 # duplicated from chrome.gyp | 9 # duplicated from chrome.gyp |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 'SubSystem': '2', | 290 'SubSystem': '2', |
291 }, | 291 }, |
292 }, | 292 }, |
293 }, # end of target 'remoting_host_controller' | 293 }, # end of target 'remoting_host_controller' |
294 { | 294 { |
295 'target_name': 'remoting_service', | 295 'target_name': 'remoting_service', |
296 'type': 'executable', | 296 'type': 'executable', |
297 'variables': { 'enable_wexit_time_destructors': 1, }, | 297 'variables': { 'enable_wexit_time_destructors': 1, }, |
298 'dependencies': [ | 298 'dependencies': [ |
299 '../base/base.gyp:base', | 299 '../base/base.gyp:base', |
| 300 '../base/base.gyp:base_static', |
300 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 301 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
301 '../ipc/ipc.gyp:ipc', | 302 '../ipc/ipc.gyp:ipc', |
302 'remoting_version_resources', | 303 'remoting_version_resources', |
303 ], | 304 ], |
304 'sources': [ | 305 'sources': [ |
305 'base/scoped_sc_handle_win.h', | 306 'base/scoped_sc_handle_win.h', |
306 'host/branding.cc', | 307 'host/branding.cc', |
307 'host/branding.h', | 308 'host/branding.h', |
308 'host/chromoting_messages.cc', | 309 'host/chromoting_messages.cc', |
309 'host/chromoting_messages.h', | 310 'host/chromoting_messages.h', |
(...skipping 576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
886 'host/scoped_thread_desktop_win.h', | 887 'host/scoped_thread_desktop_win.h', |
887 'host/ui_strings.cc', | 888 'host/ui_strings.cc', |
888 'host/ui_strings.h', | 889 'host/ui_strings.h', |
889 'host/url_request_context.cc', | 890 'host/url_request_context.cc', |
890 'host/url_request_context.h', | 891 'host/url_request_context.h', |
891 'host/usb_keycode_map.h', | 892 'host/usb_keycode_map.h', |
892 'host/user_authenticator.h', | 893 'host/user_authenticator.h', |
893 'host/user_authenticator_linux.cc', | 894 'host/user_authenticator_linux.cc', |
894 'host/user_authenticator_mac.cc', | 895 'host/user_authenticator_mac.cc', |
895 'host/user_authenticator_win.cc', | 896 'host/user_authenticator_win.cc', |
| 897 'host/vlog_net_log.cc', |
| 898 'host/vlog_net_log.h', |
896 ], | 899 ], |
897 'conditions': [ | 900 'conditions': [ |
898 ['toolkit_uses_gtk == 1', { | 901 ['toolkit_uses_gtk == 1', { |
899 'dependencies': [ | 902 'dependencies': [ |
900 '../build/linux/system.gyp:gtk', | 903 '../build/linux/system.gyp:gtk', |
901 ], | 904 ], |
902 'sources': [ | 905 'sources': [ |
903 'host/x_server_pixel_buffer.cc', | 906 'host/x_server_pixel_buffer.cc', |
904 'host/x_server_pixel_buffer.h', | 907 'host/x_server_pixel_buffer.h', |
905 ], | 908 ], |
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1491 '../base/allocator/allocator.gyp:allocator', | 1494 '../base/allocator/allocator.gyp:allocator', |
1492 ], | 1495 ], |
1493 }, | 1496 }, |
1494 ], | 1497 ], |
1495 ], | 1498 ], |
1496 }], | 1499 }], |
1497 ], # end of 'conditions' | 1500 ], # end of 'conditions' |
1498 }, # end of target 'remoting_unittests' | 1501 }, # end of target 'remoting_unittests' |
1499 ], # end of targets | 1502 ], # end of targets |
1500 } | 1503 } |
OLD | NEW |