| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 '<(webrtc_base)/proxydetect.cc', | 153 '<(webrtc_base)/proxydetect.cc', |
| 154 '<(webrtc_base)/proxydetect.h', | 154 '<(webrtc_base)/proxydetect.h', |
| 155 '<(webrtc_base)/proxyinfo.cc', | 155 '<(webrtc_base)/proxyinfo.cc', |
| 156 '<(webrtc_base)/proxyinfo.h', | 156 '<(webrtc_base)/proxyinfo.h', |
| 157 '<(webrtc_base)/ratelimiter.cc', | 157 '<(webrtc_base)/ratelimiter.cc', |
| 158 '<(webrtc_base)/ratelimiter.h', | 158 '<(webrtc_base)/ratelimiter.h', |
| 159 '<(webrtc_base)/ratetracker.cc', | 159 '<(webrtc_base)/ratetracker.cc', |
| 160 '<(webrtc_base)/ratetracker.h', | 160 '<(webrtc_base)/ratetracker.h', |
| 161 '<(webrtc_base)/scoped_autorelease_pool.h', | 161 '<(webrtc_base)/scoped_autorelease_pool.h', |
| 162 '<(webrtc_base)/scoped_autorelease_pool.mm', | 162 '<(webrtc_base)/scoped_autorelease_pool.mm', |
| 163 '<(webrtc_base)/scoped_ptr.h', | |
| 164 '<(webrtc_base)/sec_buffer.h', | 163 '<(webrtc_base)/sec_buffer.h', |
| 165 '<(webrtc_base)/sha1.cc', | 164 '<(webrtc_base)/sha1.cc', |
| 166 '<(webrtc_base)/sha1.h', | 165 '<(webrtc_base)/sha1.h', |
| 167 '<(webrtc_base)/sha1digest.h', | 166 '<(webrtc_base)/sha1digest.h', |
| 168 '<(webrtc_base)/sharedexclusivelock.cc', | 167 '<(webrtc_base)/sharedexclusivelock.cc', |
| 169 '<(webrtc_base)/sharedexclusivelock.h', | 168 '<(webrtc_base)/sharedexclusivelock.h', |
| 170 '<(webrtc_base)/signalthread.cc', | 169 '<(webrtc_base)/signalthread.cc', |
| 171 '<(webrtc_base)/signalthread.h', | 170 '<(webrtc_base)/signalthread.h', |
| 172 '<(webrtc_base)/sigslot.cc', | 171 '<(webrtc_base)/sigslot.cc', |
| 173 '<(webrtc_base)/sigslot.h', | 172 '<(webrtc_base)/sigslot.h', |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'SSL_USE_OPENSSL', | 286 'SSL_USE_OPENSSL', |
| 288 'USE_WEBRTC_DEV_BRANCH', | 287 'USE_WEBRTC_DEV_BRANCH', |
| 289 ], | 288 ], |
| 290 }, | 289 }, |
| 291 'export_dependent_settings': [ | 290 'export_dependent_settings': [ |
| 292 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', | 291 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', |
| 293 ], | 292 ], |
| 294 }, # end of target 'libjingle_nacl' | 293 }, # end of target 'libjingle_nacl' |
| 295 ], | 294 ], |
| 296 } | 295 } |
| OLD | NEW |