| 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_enable.gypi', | 7 'remoting_enable.gypi', |
| 8 ], | 8 ], |
| 9 | 9 |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 }, | 37 }, |
| 38 'dependencies': [ | 38 'dependencies': [ |
| 39 'remoting_base', | 39 'remoting_base', |
| 40 'remoting_host_credits', | 40 'remoting_host_credits', |
| 41 'remoting_protocol', | 41 'remoting_protocol', |
| 42 'remoting_resources', | 42 'remoting_resources', |
| 43 '../base/base.gyp:base_i18n', | 43 '../base/base.gyp:base_i18n', |
| 44 '../components/components.gyp:policy', | 44 '../components/components.gyp:policy', |
| 45 '../components/components.gyp:policy_component_common', | 45 '../components/components.gyp:policy_component_common', |
| 46 '../crypto/crypto.gyp:crypto', | 46 '../crypto/crypto.gyp:crypto', |
| 47 '../device/power_save_blocker/power_save_blocker.gyp:device_power_sa
ve_blocker', |
| 47 '../google_apis/google_apis.gyp:google_apis', | 48 '../google_apis/google_apis.gyp:google_apis', |
| 48 '../ipc/ipc.gyp:ipc', | 49 '../ipc/ipc.gyp:ipc', |
| 49 '../ui/events/events.gyp:dom_keycode_converter', | 50 '../ui/events/events.gyp:dom_keycode_converter', |
| 50 ], | 51 ], |
| 51 'defines': [ | 52 'defines': [ |
| 52 'HOST_BUNDLE_NAME="<(host_bundle_name)"', | 53 'HOST_BUNDLE_NAME="<(host_bundle_name)"', |
| 53 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', | 54 'PREFPANE_BUNDLE_NAME="<(prefpane_bundle_name)"', |
| 54 'VERSION=<(version_full)', | 55 'VERSION=<(version_full)', |
| 55 ], | 56 ], |
| 56 'sources': [ | 57 'sources': [ |
| (...skipping 674 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 731 # Dummy target for chromeos==1 | 732 # Dummy target for chromeos==1 |
| 732 'target_name': 'remoting_it2me_native_messaging_host', | 733 'target_name': 'remoting_it2me_native_messaging_host', |
| 733 'type': 'executable', | 734 'type': 'executable', |
| 734 }, | 735 }, |
| 735 ], # targets | 736 ], # targets |
| 736 }], # end of chromeos==0 | 737 }], # end of chromeos==0 |
| 737 ], # end of conditions | 738 ], # end of conditions |
| 738 }], # end of OS!="win" and enable_remoting_host==1 | 739 }], # end of OS!="win" and enable_remoting_host==1 |
| 739 ], # end of 'conditions' | 740 ], # end of 'conditions' |
| 740 } | 741 } |
| OLD | NEW |