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 28 matching lines...) Expand all Loading... |
39 'variables': { | 39 'variables': { |
40 'enable_wexit_time_destructors': 1, | 40 'enable_wexit_time_destructors': 1, |
41 'host_bundle_name': '<!(python <(version_py_path) -f <(branding_path
) -t "@MAC_HOST_BUNDLE_NAME@")', | 41 'host_bundle_name': '<!(python <(version_py_path) -f <(branding_path
) -t "@MAC_HOST_BUNDLE_NAME@")', |
42 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_
path) -t "@MAC_PREFPANE_BUNDLE_NAME@")', | 42 'prefpane_bundle_name': '<!(python <(version_py_path) -f <(branding_
path) -t "@MAC_PREFPANE_BUNDLE_NAME@")', |
43 }, | 43 }, |
44 'dependencies': [ | 44 'dependencies': [ |
45 'remoting_base', | 45 'remoting_base', |
46 'remoting_protocol', | 46 'remoting_protocol', |
47 'remoting_resources', | 47 'remoting_resources', |
48 '../base/base.gyp:base_i18n', | 48 '../base/base.gyp:base_i18n', |
| 49 '../components/components.gyp:policy', |
49 '../crypto/crypto.gyp:crypto', | 50 '../crypto/crypto.gyp:crypto', |
50 '../google_apis/google_apis.gyp:google_apis', | 51 '../google_apis/google_apis.gyp:google_apis', |
51 '../ipc/ipc.gyp:ipc', | 52 '../ipc/ipc.gyp:ipc', |
52 '../ui/events/events.gyp:dom4_keycode_converter', | 53 '../ui/events/events.gyp:dom4_keycode_converter', |
53 ], | 54 ], |
54 'defines': [ | 55 'defines': [ |
55 'HOST_BUNDLE_NAME="<(host_bundle_name)"', | 56 'HOST_BUNDLE_NAME="<(host_bundle_name)"', |
56 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', | 57 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', |
57 'VERSION=<(version_full)', | 58 'VERSION=<(version_full)', |
58 ], | 59 ], |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
438 | 439 |
439 ['enable_it2me_host==1', { | 440 ['enable_it2me_host==1', { |
440 'targets': [ | 441 'targets': [ |
441 { | 442 { |
442 # GN version: //remoting/host/it2me:common | 443 # GN version: //remoting/host/it2me:common |
443 'target_name': 'remoting_it2me_host_static', | 444 'target_name': 'remoting_it2me_host_static', |
444 'type': 'static_library', | 445 'type': 'static_library', |
445 'variables': { 'enable_wexit_time_destructors': 1, }, | 446 'variables': { 'enable_wexit_time_destructors': 1, }, |
446 'dependencies': [ | 447 'dependencies': [ |
447 '../base/base.gyp:base_i18n', | 448 '../base/base.gyp:base_i18n', |
| 449 '../components/components.gyp:policy', |
448 '../net/net.gyp:net', | 450 '../net/net.gyp:net', |
449 'remoting_base', | 451 'remoting_base', |
450 'remoting_host', | 452 'remoting_host', |
451 'remoting_infoplist_strings', | 453 'remoting_infoplist_strings', |
452 'remoting_protocol', | 454 'remoting_protocol', |
453 'remoting_resources', | 455 'remoting_resources', |
454 ], | 456 ], |
455 'defines': [ | 457 'defines': [ |
456 'VERSION=<(version_full)', | 458 'VERSION=<(version_full)', |
457 ], | 459 ], |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
737 }], # mac_breakpad==1 | 739 }], # mac_breakpad==1 |
738 ], # conditions | 740 ], # conditions |
739 }], # OS=mac | 741 }], # OS=mac |
740 ], | 742 ], |
741 }, # end of target 'remoting_it2me_native_messaging_host' | 743 }, # end of target 'remoting_it2me_native_messaging_host' |
742 ], # end of 'targets' | 744 ], # end of 'targets' |
743 }], # # end of OS!="win" and enable_it2me_host==1 | 745 }], # # end of OS!="win" and enable_it2me_host==1 |
744 | 746 |
745 ], # end of 'conditions' | 747 ], # end of 'conditions' |
746 } | 748 } |
OLD | NEW |