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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 | 422 |
422 ['enable_it2me_host==1', { | 423 ['enable_it2me_host==1', { |
423 'targets': [ | 424 'targets': [ |
424 { | 425 { |
425 # GN version: //remoting/host/it2me:common | 426 # GN version: //remoting/host/it2me:common |
426 'target_name': 'remoting_it2me_host_static', | 427 'target_name': 'remoting_it2me_host_static', |
427 'type': 'static_library', | 428 'type': 'static_library', |
428 'variables': { 'enable_wexit_time_destructors': 1, }, | 429 'variables': { 'enable_wexit_time_destructors': 1, }, |
429 'dependencies': [ | 430 'dependencies': [ |
430 '../base/base.gyp:base_i18n', | 431 '../base/base.gyp:base_i18n', |
| 432 '../components/components.gyp:policy', |
431 '../net/net.gyp:net', | 433 '../net/net.gyp:net', |
432 'remoting_base', | 434 'remoting_base', |
433 'remoting_host', | 435 'remoting_host', |
434 'remoting_infoplist_strings', | 436 'remoting_infoplist_strings', |
435 'remoting_protocol', | 437 'remoting_protocol', |
436 'remoting_resources', | 438 'remoting_resources', |
437 ], | 439 ], |
438 'defines': [ | 440 'defines': [ |
439 'VERSION=<(version_full)', | 441 'VERSION=<(version_full)', |
440 ], | 442 ], |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 }], # mac_breakpad==1 | 722 }], # mac_breakpad==1 |
721 ], # conditions | 723 ], # conditions |
722 }], # OS=mac | 724 }], # OS=mac |
723 ], | 725 ], |
724 }, # end of target 'remoting_it2me_native_messaging_host' | 726 }, # end of target 'remoting_it2me_native_messaging_host' |
725 ], # end of 'targets' | 727 ], # end of 'targets' |
726 }], # # end of OS!="win" and enable_it2me_host==1 | 728 }], # # end of OS!="win" and enable_it2me_host==1 |
727 | 729 |
728 ], # end of 'conditions' | 730 ], # end of 'conditions' |
729 } | 731 } |
OLD | NEW |