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 'nacl_untrusted_build%': 0, | 7 'nacl_untrusted_build%': 0, |
8 'webrtc_p2p': "../webrtc/p2p", | 8 'webrtc_p2p': "../webrtc/p2p", |
9 'webrtc_xmpp': "../webrtc/libjingle/xmpp", | 9 'webrtc_xmpp': "../webrtc/libjingle/xmpp", |
10 }, | 10 }, |
(...skipping 13 matching lines...) Expand all Loading... |
24 '<(webrtc_p2p)/base/p2ptransport.cc', | 24 '<(webrtc_p2p)/base/p2ptransport.cc', |
25 '<(webrtc_p2p)/base/p2ptransport.h', | 25 '<(webrtc_p2p)/base/p2ptransport.h', |
26 '<(webrtc_p2p)/base/p2ptransportchannel.cc', | 26 '<(webrtc_p2p)/base/p2ptransportchannel.cc', |
27 '<(webrtc_p2p)/base/p2ptransportchannel.h', | 27 '<(webrtc_p2p)/base/p2ptransportchannel.h', |
28 '<(webrtc_p2p)/base/port.cc', | 28 '<(webrtc_p2p)/base/port.cc', |
29 '<(webrtc_p2p)/base/port.h', | 29 '<(webrtc_p2p)/base/port.h', |
30 '<(webrtc_p2p)/base/portallocator.cc', | 30 '<(webrtc_p2p)/base/portallocator.cc', |
31 '<(webrtc_p2p)/base/portallocator.h', | 31 '<(webrtc_p2p)/base/portallocator.h', |
32 '<(webrtc_p2p)/base/pseudotcp.cc', | 32 '<(webrtc_p2p)/base/pseudotcp.cc', |
33 '<(webrtc_p2p)/base/pseudotcp.h', | 33 '<(webrtc_p2p)/base/pseudotcp.h', |
34 '<(webrtc_p2p)/base/rawtransport.cc', | |
35 '<(webrtc_p2p)/base/rawtransport.h', | |
36 '<(webrtc_p2p)/base/rawtransportchannel.cc', | |
37 '<(webrtc_p2p)/base/rawtransportchannel.h', | |
38 '<(webrtc_p2p)/base/relayport.cc', | 34 '<(webrtc_p2p)/base/relayport.cc', |
39 '<(webrtc_p2p)/base/relayport.h', | 35 '<(webrtc_p2p)/base/relayport.h', |
40 '<(webrtc_p2p)/base/session.cc', | 36 '<(webrtc_p2p)/base/session.cc', |
41 '<(webrtc_p2p)/base/session.h', | 37 '<(webrtc_p2p)/base/session.h', |
42 '<(webrtc_p2p)/base/sessiondescription.cc', | 38 '<(webrtc_p2p)/base/sessiondescription.cc', |
43 '<(webrtc_p2p)/base/sessiondescription.h', | 39 '<(webrtc_p2p)/base/sessiondescription.h', |
44 '<(webrtc_p2p)/base/sessionid.h', | 40 '<(webrtc_p2p)/base/sessionid.h', |
45 '<(webrtc_p2p)/base/stun.cc', | 41 '<(webrtc_p2p)/base/stun.cc', |
46 '<(webrtc_p2p)/base/stun.h', | 42 '<(webrtc_p2p)/base/stun.h', |
47 '<(webrtc_p2p)/base/stunport.cc', | 43 '<(webrtc_p2p)/base/stunport.cc', |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 ], | 106 ], |
111 }], | 107 }], |
112 ['(OS!="mac" and OS!="ios") or nacl_untrusted_build==1', { | 108 ['(OS!="mac" and OS!="ios") or nacl_untrusted_build==1', { |
113 'sources/': [ | 109 'sources/': [ |
114 ['exclude', '/mac[a-z]+\\.(h|cc)$'], | 110 ['exclude', '/mac[a-z]+\\.(h|cc)$'], |
115 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], | 111 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], |
116 ], | 112 ], |
117 }], | 113 }], |
118 ], | 114 ], |
119 } | 115 } |
OLD | NEW |