| 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 '<(webrtc_base)/ssladapter.cc', | 187 '<(webrtc_base)/ssladapter.cc', |
| 188 '<(webrtc_base)/ssladapter.h', | 188 '<(webrtc_base)/ssladapter.h', |
| 189 '<(webrtc_base)/sslfingerprint.cc', | 189 '<(webrtc_base)/sslfingerprint.cc', |
| 190 '<(webrtc_base)/sslfingerprint.h', | 190 '<(webrtc_base)/sslfingerprint.h', |
| 191 '<(webrtc_base)/sslidentity.cc', | 191 '<(webrtc_base)/sslidentity.cc', |
| 192 '<(webrtc_base)/sslidentity.h', | 192 '<(webrtc_base)/sslidentity.h', |
| 193 '<(webrtc_base)/sslsocketfactory.cc', | 193 '<(webrtc_base)/sslsocketfactory.cc', |
| 194 '<(webrtc_base)/sslsocketfactory.h', | 194 '<(webrtc_base)/sslsocketfactory.h', |
| 195 '<(webrtc_base)/sslstreamadapter.cc', | 195 '<(webrtc_base)/sslstreamadapter.cc', |
| 196 '<(webrtc_base)/sslstreamadapter.h', | 196 '<(webrtc_base)/sslstreamadapter.h', |
| 197 '<(webrtc_base)/sslstreamadapterhelper.cc', | |
| 198 '<(webrtc_base)/sslstreamadapterhelper.h', | |
| 199 '<(webrtc_base)/stream.cc', | 197 '<(webrtc_base)/stream.cc', |
| 200 '<(webrtc_base)/stream.h', | 198 '<(webrtc_base)/stream.h', |
| 201 '<(webrtc_base)/stringencode.cc', | 199 '<(webrtc_base)/stringencode.cc', |
| 202 '<(webrtc_base)/stringencode.h', | 200 '<(webrtc_base)/stringencode.h', |
| 203 '<(webrtc_base)/stringutils.cc', | 201 '<(webrtc_base)/stringutils.cc', |
| 204 '<(webrtc_base)/stringutils.h', | 202 '<(webrtc_base)/stringutils.h', |
| 205 '<(webrtc_base)/task.cc', | 203 '<(webrtc_base)/task.cc', |
| 206 '<(webrtc_base)/task.h', | 204 '<(webrtc_base)/task.h', |
| 207 '<(webrtc_base)/taskparent.cc', | 205 '<(webrtc_base)/taskparent.cc', |
| 208 '<(webrtc_base)/taskparent.h', | 206 '<(webrtc_base)/taskparent.h', |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 'SSL_USE_OPENSSL', | 286 'SSL_USE_OPENSSL', |
| 289 'USE_WEBRTC_DEV_BRANCH', | 287 'USE_WEBRTC_DEV_BRANCH', |
| 290 ], | 288 ], |
| 291 }, | 289 }, |
| 292 'export_dependent_settings': [ | 290 'export_dependent_settings': [ |
| 293 '<(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', |
| 294 ], | 292 ], |
| 295 }, # end of target 'libjingle_nacl' | 293 }, # end of target 'libjingle_nacl' |
| 296 ], | 294 ], |
| 297 } | 295 } |
| OLD | NEW |