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 13 matching lines...) Expand all Loading... |
24 ['enable_remoting_host==1', { | 24 ['enable_remoting_host==1', { |
25 'targets': [ | 25 'targets': [ |
26 { | 26 { |
27 'target_name': 'remoting_host', | 27 'target_name': 'remoting_host', |
28 'type': 'static_library', | 28 'type': 'static_library', |
29 'variables': { 'enable_wexit_time_destructors': 1, }, | 29 'variables': { 'enable_wexit_time_destructors': 1, }, |
30 'dependencies': [ | 30 'dependencies': [ |
31 'remoting_base', | 31 'remoting_base', |
32 'remoting_protocol', | 32 'remoting_protocol', |
33 'remoting_resources', | 33 'remoting_resources', |
| 34 '../base/base.gyp:base_i18n', |
34 '../crypto/crypto.gyp:crypto', | 35 '../crypto/crypto.gyp:crypto', |
35 '../google_apis/google_apis.gyp:google_apis', | 36 '../google_apis/google_apis.gyp:google_apis', |
36 '../ipc/ipc.gyp:ipc', | 37 '../ipc/ipc.gyp:ipc', |
37 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 38 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
38 '../ui/events/events.gyp:dom4_keycode_converter', | 39 '../ui/events/events.gyp:dom4_keycode_converter', |
39 ], | 40 ], |
40 'defines': [ | 41 'defines': [ |
41 'VERSION=<(version_full)', | 42 'VERSION=<(version_full)', |
42 ], | 43 ], |
43 'sources': [ | 44 'sources': [ |
(...skipping 889 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
933 }], # mac_breakpad==1 | 934 }], # mac_breakpad==1 |
934 ], # conditions | 935 ], # conditions |
935 }], # OS=mac | 936 }], # OS=mac |
936 ], | 937 ], |
937 }, # end of target 'remoting_it2me_native_messaging_host' | 938 }, # end of target 'remoting_it2me_native_messaging_host' |
938 ], # end of 'targets' | 939 ], # end of 'targets' |
939 }], # OS!="win" | 940 }], # OS!="win" |
940 | 941 |
941 ], # end of 'conditions' | 942 ], # end of 'conditions' |
942 } | 943 } |
OLD | NEW |