OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'libjingle_source': "source", | 7 'libjingle_source': "source", |
8 'webrtc_base': "../webrtc/base", | 8 'webrtc_base': "../webrtc/base", |
9 'webrtc_xmllite': "../webrtc/libjingle/xmllite", | 9 'webrtc_xmllite': "../webrtc/libjingle/xmllite", |
| 10 'webrtc_p2p': "../webrtc/p2p", |
10 }, | 11 }, |
11 'includes': [ | 12 'includes': [ |
12 '../../native_client/build/untrusted.gypi', | 13 '../../native_client/build/untrusted.gypi', |
13 ], | 14 ], |
14 'targets': [ | 15 'targets': [ |
15 { | 16 { |
16 'target_name': 'libjingle_nacl', | 17 'target_name': 'libjingle_nacl', |
17 'type': 'none', | 18 'type': 'none', |
18 'variables': { | 19 'variables': { |
19 'nlib_target': 'libjingle_nacl.a', | 20 'nlib_target': 'libjingle_nacl.a', |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
241 '<(webrtc_xmllite)/xmlelement.h', | 242 '<(webrtc_xmllite)/xmlelement.h', |
242 '<(webrtc_xmllite)/xmlnsstack.cc', | 243 '<(webrtc_xmllite)/xmlnsstack.cc', |
243 '<(webrtc_xmllite)/xmlnsstack.h', | 244 '<(webrtc_xmllite)/xmlnsstack.h', |
244 '<(webrtc_xmllite)/xmlparser.cc', | 245 '<(webrtc_xmllite)/xmlparser.cc', |
245 '<(webrtc_xmllite)/xmlparser.h', | 246 '<(webrtc_xmllite)/xmlparser.h', |
246 '<(webrtc_xmllite)/xmlprinter.cc', | 247 '<(webrtc_xmllite)/xmlprinter.cc', |
247 '<(webrtc_xmllite)/xmlprinter.h', | 248 '<(webrtc_xmllite)/xmlprinter.h', |
248 ], | 249 ], |
249 'sources!': [ | 250 'sources!': [ |
250 # Compiled as part of libjingle_p2p_constants_nacl. | 251 # Compiled as part of libjingle_p2p_constants_nacl. |
251 '<(libjingle_source)/talk/p2p/base/constants.cc', | 252 '<(webrtc_p2p)/base/constants.cc', |
252 '<(libjingle_source)/talk/p2p/base/constants.h', | 253 '<(webrtc_p2p)/base/constants.h', |
253 ], | 254 ], |
254 'sources/': [ | 255 'sources/': [ |
255 ['exclude', '/mac[a-z]+\\.(h|cc)$'], | 256 ['exclude', '/mac[a-z]+\\.(h|cc)$'], |
256 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], | 257 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], |
257 ], | 258 ], |
258 'conditions': [ | 259 'conditions': [ |
259 ['OS!="win"', { | 260 ['OS!="win"', { |
260 'sources/': [ | 261 'sources/': [ |
261 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], | 262 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], |
262 ['exclude', '/schanneladapter\\.(h|cc)$'], | 263 ['exclude', '/schanneladapter\\.(h|cc)$'], |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 # _DEBUG and remove this define. See below as well. | 306 # _DEBUG and remove this define. See below as well. |
306 '_DEBUG', | 307 '_DEBUG', |
307 ], | 308 ], |
308 } | 309 } |
309 }, | 310 }, |
310 'include_dirs': [ | 311 'include_dirs': [ |
311 './<(libjingle_source)', | 312 './<(libjingle_source)', |
312 '../' | 313 '../' |
313 ], | 314 ], |
314 'sources': [ | 315 'sources': [ |
315 '<(libjingle_source)/talk/p2p/base/constants.cc', | 316 '<(webrtc_p2p)/base/constants.cc', |
316 '<(libjingle_source)/talk/p2p/base/constants.h', | 317 '<(webrtc_p2p)/base/constants.h', |
317 ], | 318 ], |
318 }, # end of target 'libjingle_p2p_constants_nacl' | 319 }, # end of target 'libjingle_p2p_constants_nacl' |
319 ], | 320 ], |
320 } | 321 } |
OLD | NEW |