| 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 }, | 8 }, |
| 9 'sources': [ | 9 'sources': [ |
| 10 '<(libjingle_source)/talk/p2p/base/asyncstuntcpsocket.cc', | 10 '<(libjingle_source)/talk/p2p/base/asyncstuntcpsocket.cc', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 '<(libjingle_source)/talk/p2p/base/turnport.cc', | 72 '<(libjingle_source)/talk/p2p/base/turnport.cc', |
| 73 '<(libjingle_source)/talk/p2p/base/turnport.h', | 73 '<(libjingle_source)/talk/p2p/base/turnport.h', |
| 74 '<(libjingle_source)/talk/p2p/client/basicportallocator.cc', | 74 '<(libjingle_source)/talk/p2p/client/basicportallocator.cc', |
| 75 '<(libjingle_source)/talk/p2p/client/basicportallocator.h', | 75 '<(libjingle_source)/talk/p2p/client/basicportallocator.h', |
| 76 '<(libjingle_source)/talk/p2p/client/httpportallocator.cc', | 76 '<(libjingle_source)/talk/p2p/client/httpportallocator.cc', |
| 77 '<(libjingle_source)/talk/p2p/client/httpportallocator.h', | 77 '<(libjingle_source)/talk/p2p/client/httpportallocator.h', |
| 78 '<(libjingle_source)/talk/p2p/client/sessionmanagertask.h', | 78 '<(libjingle_source)/talk/p2p/client/sessionmanagertask.h', |
| 79 '<(libjingle_source)/talk/p2p/client/sessionsendtask.h', | 79 '<(libjingle_source)/talk/p2p/client/sessionsendtask.h', |
| 80 '<(libjingle_source)/talk/p2p/client/socketmonitor.cc', | 80 '<(libjingle_source)/talk/p2p/client/socketmonitor.cc', |
| 81 '<(libjingle_source)/talk/p2p/client/socketmonitor.h', | 81 '<(libjingle_source)/talk/p2p/client/socketmonitor.h', |
| 82 '<(libjingle_source)/talk/xmllite/qname.cc', | |
| 83 '<(libjingle_source)/talk/xmllite/qname.h', | |
| 84 '<(libjingle_source)/talk/xmllite/xmlbuilder.cc', | |
| 85 '<(libjingle_source)/talk/xmllite/xmlbuilder.h', | |
| 86 '<(libjingle_source)/talk/xmllite/xmlconstants.cc', | |
| 87 '<(libjingle_source)/talk/xmllite/xmlconstants.h', | |
| 88 '<(libjingle_source)/talk/xmllite/xmlelement.cc', | |
| 89 '<(libjingle_source)/talk/xmllite/xmlelement.h', | |
| 90 '<(libjingle_source)/talk/xmllite/xmlnsstack.cc', | |
| 91 '<(libjingle_source)/talk/xmllite/xmlnsstack.h', | |
| 92 '<(libjingle_source)/talk/xmllite/xmlparser.cc', | |
| 93 '<(libjingle_source)/talk/xmllite/xmlparser.h', | |
| 94 '<(libjingle_source)/talk/xmllite/xmlprinter.cc', | |
| 95 '<(libjingle_source)/talk/xmllite/xmlprinter.h', | |
| 96 '<(libjingle_source)/talk/xmpp/asyncsocket.h', | 82 '<(libjingle_source)/talk/xmpp/asyncsocket.h', |
| 97 '<(libjingle_source)/talk/xmpp/constants.cc', | 83 '<(libjingle_source)/talk/xmpp/constants.cc', |
| 98 '<(libjingle_source)/talk/xmpp/constants.h', | 84 '<(libjingle_source)/talk/xmpp/constants.h', |
| 99 '<(libjingle_source)/talk/xmpp/jid.cc', | 85 '<(libjingle_source)/talk/xmpp/jid.cc', |
| 100 '<(libjingle_source)/talk/xmpp/jid.h', | 86 '<(libjingle_source)/talk/xmpp/jid.h', |
| 101 '<(libjingle_source)/talk/xmpp/plainsaslhandler.h', | 87 '<(libjingle_source)/talk/xmpp/plainsaslhandler.h', |
| 102 '<(libjingle_source)/talk/xmpp/prexmppauth.h', | 88 '<(libjingle_source)/talk/xmpp/prexmppauth.h', |
| 103 '<(libjingle_source)/talk/xmpp/saslcookiemechanism.h', | 89 '<(libjingle_source)/talk/xmpp/saslcookiemechanism.h', |
| 104 '<(libjingle_source)/talk/xmpp/saslhandler.h', | 90 '<(libjingle_source)/talk/xmpp/saslhandler.h', |
| 105 '<(libjingle_source)/talk/xmpp/saslmechanism.cc', | 91 '<(libjingle_source)/talk/xmpp/saslmechanism.cc', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], | 126 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], |
| 141 ], | 127 ], |
| 142 }], | 128 }], |
| 143 ['use_openssl!=1', { | 129 ['use_openssl!=1', { |
| 144 'sources/': [ | 130 'sources/': [ |
| 145 ['exclude', '/openssl[a-z]+\\.(h|cc)$'], | 131 ['exclude', '/openssl[a-z]+\\.(h|cc)$'], |
| 146 ], | 132 ], |
| 147 }], | 133 }], |
| 148 ], | 134 ], |
| 149 } | 135 } |
| OLD | NEW |