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 'webrtc_p2p': "../webrtc/p2p", |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 '<(webrtc_base)/macutils.h', | 131 '<(webrtc_base)/macutils.h', |
132 '<(webrtc_base)/md5.cc', | 132 '<(webrtc_base)/md5.cc', |
133 '<(webrtc_base)/md5.h', | 133 '<(webrtc_base)/md5.h', |
134 '<(webrtc_base)/md5digest.h', | 134 '<(webrtc_base)/md5digest.h', |
135 '<(webrtc_base)/messagedigest.cc', | 135 '<(webrtc_base)/messagedigest.cc', |
136 '<(webrtc_base)/messagedigest.h', | 136 '<(webrtc_base)/messagedigest.h', |
137 '<(webrtc_base)/messagehandler.cc', | 137 '<(webrtc_base)/messagehandler.cc', |
138 '<(webrtc_base)/messagehandler.h', | 138 '<(webrtc_base)/messagehandler.h', |
139 '<(webrtc_base)/messagequeue.cc', | 139 '<(webrtc_base)/messagequeue.cc', |
140 '<(webrtc_base)/messagequeue.h', | 140 '<(webrtc_base)/messagequeue.h', |
141 '<(webrtc_base)/move.h', | |
142 '<(webrtc_base)/nethelpers.cc', | 141 '<(webrtc_base)/nethelpers.cc', |
143 '<(webrtc_base)/nethelpers.h', | 142 '<(webrtc_base)/nethelpers.h', |
144 '<(webrtc_base)/network.cc', | 143 '<(webrtc_base)/network.cc', |
145 '<(webrtc_base)/network.h', | 144 '<(webrtc_base)/network.h', |
146 '<(webrtc_base)/nssidentity.cc', | 145 '<(webrtc_base)/nssidentity.cc', |
147 '<(webrtc_base)/nssidentity.h', | 146 '<(webrtc_base)/nssidentity.h', |
148 '<(webrtc_base)/nssstreamadapter.cc', | 147 '<(webrtc_base)/nssstreamadapter.cc', |
149 '<(webrtc_base)/nssstreamadapter.h', | 148 '<(webrtc_base)/nssstreamadapter.h', |
150 '<(webrtc_base)/nullsocketserver.h', | 149 '<(webrtc_base)/nullsocketserver.h', |
151 '<(webrtc_base)/openssladapter.cc', | 150 '<(webrtc_base)/openssladapter.cc', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 './<(libjingle_source)', | 317 './<(libjingle_source)', |
319 '../' | 318 '../' |
320 ], | 319 ], |
321 'sources': [ | 320 'sources': [ |
322 '<(webrtc_p2p)/base/constants.cc', | 321 '<(webrtc_p2p)/base/constants.cc', |
323 '<(webrtc_p2p)/base/constants.h', | 322 '<(webrtc_p2p)/base/constants.h', |
324 ], | 323 ], |
325 }, # end of target 'libjingle_p2p_constants_nacl' | 324 }, # end of target 'libjingle_p2p_constants_nacl' |
326 ], | 325 ], |
327 } | 326 } |
OLD | NEW |