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