| 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 '-u', | 175 '-u', |
| 176 '<(RULE_INPUT_PATH)', | 176 '<(RULE_INPUT_PATH)', |
| 177 ], | 177 ], |
| 178 'process_outputs_as_sources': 1, | 178 'process_outputs_as_sources': 1, |
| 179 'message': 'Running message compiler on <(RULE_INPUT_PATH)', | 179 'message': 'Running message compiler on <(RULE_INPUT_PATH)', |
| 180 }], | 180 }], |
| 181 }], | 181 }], |
| 182 ['enable_webrtc==1', { | 182 ['enable_webrtc==1', { |
| 183 'dependencies': [ | 183 'dependencies': [ |
| 184 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 184 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
| 185 '../third_party/libjingle/libjingle.gyp:libpeerconnection', | |
| 186 ], | 185 ], |
| 187 'sources': [ | 186 'sources': [ |
| 188 '<@(remoting_cast_sources)', | 187 '<@(remoting_cast_sources)', |
| 189 ], | 188 ], |
| 190 }], | 189 }], |
| 191 ['remoting_use_gcd==1', { | 190 ['remoting_use_gcd==1', { |
| 192 'defines': [ | 191 'defines': [ |
| 193 'USE_GCD', | 192 'USE_GCD', |
| 194 ] | 193 ] |
| 195 }], | 194 }], |
| (...skipping 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 748 # Dummy target for chromeos==1 | 747 # Dummy target for chromeos==1 |
| 749 'target_name': 'remoting_it2me_native_messaging_host', | 748 'target_name': 'remoting_it2me_native_messaging_host', |
| 750 'type': 'executable', | 749 'type': 'executable', |
| 751 }, | 750 }, |
| 752 ], # targets | 751 ], # targets |
| 753 }], # end of chromeos==0 | 752 }], # end of chromeos==0 |
| 754 ], # end of conditions | 753 ], # end of conditions |
| 755 }], # end of OS!="win" and enable_remoting_host==1 | 754 }], # end of OS!="win" and enable_remoting_host==1 |
| 756 ], # end of 'conditions' | 755 ], # end of 'conditions' |
| 757 } | 756 } |
| OLD | NEW |