| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 '<(webrtc_base)/nssstreamadapter.h', | 149 '<(webrtc_base)/nssstreamadapter.h', |
| 150 '<(webrtc_base)/nullsocketserver.h', | 150 '<(webrtc_base)/nullsocketserver.h', |
| 151 '<(webrtc_base)/openssladapter.cc', | 151 '<(webrtc_base)/openssladapter.cc', |
| 152 '<(webrtc_base)/openssldigest.cc', | 152 '<(webrtc_base)/openssldigest.cc', |
| 153 '<(webrtc_base)/opensslidentity.cc', | 153 '<(webrtc_base)/opensslidentity.cc', |
| 154 '<(webrtc_base)/opensslstreamadapter.cc', | 154 '<(webrtc_base)/opensslstreamadapter.cc', |
| 155 '<(webrtc_base)/pathutils.cc', | 155 '<(webrtc_base)/pathutils.cc', |
| 156 '<(webrtc_base)/pathutils.h', | 156 '<(webrtc_base)/pathutils.h', |
| 157 '<(webrtc_base)/physicalsocketserver.cc', | 157 '<(webrtc_base)/physicalsocketserver.cc', |
| 158 '<(webrtc_base)/physicalsocketserver.h', | 158 '<(webrtc_base)/physicalsocketserver.h', |
| 159 '<(webrtc_base)/platform_thread.cc', |
| 160 '<(webrtc_base)/platform_thread.h', |
| 159 '<(webrtc_base)/proxydetect.cc', | 161 '<(webrtc_base)/proxydetect.cc', |
| 160 '<(webrtc_base)/proxydetect.h', | 162 '<(webrtc_base)/proxydetect.h', |
| 161 '<(webrtc_base)/proxyinfo.cc', | 163 '<(webrtc_base)/proxyinfo.cc', |
| 162 '<(webrtc_base)/proxyinfo.h', | 164 '<(webrtc_base)/proxyinfo.h', |
| 163 '<(webrtc_base)/ratelimiter.cc', | 165 '<(webrtc_base)/ratelimiter.cc', |
| 164 '<(webrtc_base)/ratelimiter.h', | 166 '<(webrtc_base)/ratelimiter.h', |
| 165 '<(webrtc_base)/ratetracker.cc', | 167 '<(webrtc_base)/ratetracker.cc', |
| 166 '<(webrtc_base)/ratetracker.h', | 168 '<(webrtc_base)/ratetracker.h', |
| 167 '<(webrtc_base)/schanneladapter.cc', | 169 '<(webrtc_base)/schanneladapter.cc', |
| 168 '<(webrtc_base)/schanneladapter.h', | 170 '<(webrtc_base)/schanneladapter.h', |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 318 './<(libjingle_source)', | 320 './<(libjingle_source)', |
| 319 '../' | 321 '../' |
| 320 ], | 322 ], |
| 321 'sources': [ | 323 'sources': [ |
| 322 '<(webrtc_p2p)/base/constants.cc', | 324 '<(webrtc_p2p)/base/constants.cc', |
| 323 '<(webrtc_p2p)/base/constants.h', | 325 '<(webrtc_p2p)/base/constants.h', |
| 324 ], | 326 ], |
| 325 }, # end of target 'libjingle_p2p_constants_nacl' | 327 }, # end of target 'libjingle_p2p_constants_nacl' |
| 326 ], | 328 ], |
| 327 } | 329 } |
| OLD | NEW |