| 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 'variables': { | 6 'variables': { |
| 7 | 7 |
| 8 'branding_path': '../remoting/branding_<(branding)', | 8 'branding_path': '../remoting/branding_<(branding)', |
| 9 | 9 |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 | 227 |
| 228 { | 228 { |
| 229 # GN version: //remoting/protocol | 229 # GN version: //remoting/protocol |
| 230 'target_name': 'remoting_protocol', | 230 'target_name': 'remoting_protocol', |
| 231 'type': 'static_library', | 231 'type': 'static_library', |
| 232 'variables': { 'enable_wexit_time_destructors': 1, }, | 232 'variables': { 'enable_wexit_time_destructors': 1, }, |
| 233 'dependencies': [ | 233 'dependencies': [ |
| 234 '../base/base.gyp:base', | 234 '../base/base.gyp:base', |
| 235 '../crypto/crypto.gyp:crypto', | 235 '../crypto/crypto.gyp:crypto', |
| 236 '../jingle/jingle.gyp:jingle_glue', | 236 '../jingle/jingle.gyp:jingle_glue', |
| 237 '../jingle/jingle.gyp:notifier', | |
| 238 '../net/net.gyp:net', | 237 '../net/net.gyp:net', |
| 239 '../third_party/expat/expat.gyp:expat', | 238 '../third_party/expat/expat.gyp:expat', |
| 240 '../third_party/libjingle/libjingle.gyp:libjingle', | 239 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 241 'remoting_base', | 240 'remoting_base', |
| 242 ], | 241 ], |
| 243 'export_dependent_settings': [ | 242 'export_dependent_settings': [ |
| 244 '../third_party/libjingle/libjingle.gyp:libjingle', | 243 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 245 ], | 244 ], |
| 246 'sources': [ | 245 'sources': [ |
| 247 '<@(remoting_protocol_sources)', | 246 '<@(remoting_protocol_sources)', |
| 247 '<@(remoting_signaling_sources)', |
| 248 ], | 248 ], |
| 249 }, # end of target 'remoting_protocol' | 249 }, # end of target 'remoting_protocol' |
| 250 ], # end of targets | 250 ], # end of targets |
| 251 } | 251 } |
| OLD | NEW |