| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 'host/curtain_mode_linux.cc', | 102 'host/curtain_mode_linux.cc', |
| 103 'host/disconnect_window_linux.cc', | 103 'host/disconnect_window_linux.cc', |
| 104 'host/linux/x_server_clipboard.cc', | 104 'host/linux/x_server_clipboard.cc', |
| 105 'host/linux/x_server_clipboard.h', | 105 'host/linux/x_server_clipboard.h', |
| 106 'host/local_input_monitor_x11.cc', | 106 'host/local_input_monitor_x11.cc', |
| 107 ], | 107 ], |
| 108 'conditions': [ | 108 'conditions': [ |
| 109 ['use_ash==1', { | 109 ['use_ash==1', { |
| 110 'dependencies': [ | 110 'dependencies': [ |
| 111 '../ash/ash.gyp:ash', | 111 '../ash/ash.gyp:ash', |
| 112 '../ash/wm/common/ash_wm_common.gyp:ash_wm_common', | |
| 113 ], | 112 ], |
| 114 }], | 113 }], |
| 115 ['use_ozone==0', { | 114 ['use_ozone==0', { |
| 116 'sources!': [ | 115 'sources!': [ |
| 117 'host/input_injector_chromeos.cc', | 116 'host/input_injector_chromeos.cc', |
| 118 'host/input_injector_chromeos.h', | 117 'host/input_injector_chromeos.h', |
| 119 ], | 118 ], |
| 120 }, { # use_ozone==1 | 119 }, { # use_ozone==1 |
| 121 'dependencies' : [ | 120 'dependencies' : [ |
| 122 '../ui/ozone/ozone.gyp:ozone', | 121 '../ui/ozone/ozone.gyp:ozone', |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 727 # Dummy target for chromeos==1 | 726 # Dummy target for chromeos==1 |
| 728 'target_name': 'remoting_it2me_native_messaging_host', | 727 'target_name': 'remoting_it2me_native_messaging_host', |
| 729 'type': 'executable', | 728 'type': 'executable', |
| 730 }, | 729 }, |
| 731 ], # targets | 730 ], # targets |
| 732 }], # end of chromeos==0 | 731 }], # end of chromeos==0 |
| 733 ], # end of conditions | 732 ], # end of conditions |
| 734 }], # end of OS!="win" and enable_remoting_host==1 | 733 }], # end of OS!="win" and enable_remoting_host==1 |
| 735 ], # end of 'conditions' | 734 ], # end of 'conditions' |
| 736 } | 735 } |
| OLD | NEW |