| 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)/messagehandler.cc', | 131 '<(webrtc_base)/messagehandler.cc', |
| 132 '<(webrtc_base)/messagehandler.h', | 132 '<(webrtc_base)/messagehandler.h', |
| 133 '<(webrtc_base)/messagequeue.cc', | 133 '<(webrtc_base)/messagequeue.cc', |
| 134 '<(webrtc_base)/messagequeue.h', | 134 '<(webrtc_base)/messagequeue.h', |
| 135 '<(webrtc_base)/nethelpers.cc', | 135 '<(webrtc_base)/nethelpers.cc', |
| 136 '<(webrtc_base)/nethelpers.h', | 136 '<(webrtc_base)/nethelpers.h', |
| 137 '<(webrtc_base)/network.cc', | 137 '<(webrtc_base)/network.cc', |
| 138 '<(webrtc_base)/network.h', | 138 '<(webrtc_base)/network.h', |
| 139 '<(webrtc_base)/networkmonitor.cc', | 139 '<(webrtc_base)/networkmonitor.cc', |
| 140 '<(webrtc_base)/networkmonitor.h', | 140 '<(webrtc_base)/networkmonitor.h', |
| 141 '<(webrtc_base)/nullsocketserver.cc', |
| 141 '<(webrtc_base)/nullsocketserver.h', | 142 '<(webrtc_base)/nullsocketserver.h', |
| 142 '<(webrtc_base)/openssladapter.cc', | 143 '<(webrtc_base)/openssladapter.cc', |
| 143 '<(webrtc_base)/openssldigest.cc', | 144 '<(webrtc_base)/openssldigest.cc', |
| 144 '<(webrtc_base)/opensslidentity.cc', | 145 '<(webrtc_base)/opensslidentity.cc', |
| 145 '<(webrtc_base)/opensslstreamadapter.cc', | 146 '<(webrtc_base)/opensslstreamadapter.cc', |
| 146 '<(webrtc_base)/pathutils.cc', | 147 '<(webrtc_base)/pathutils.cc', |
| 147 '<(webrtc_base)/pathutils.h', | 148 '<(webrtc_base)/pathutils.h', |
| 148 '<(webrtc_base)/physicalsocketserver.cc', | 149 '<(webrtc_base)/physicalsocketserver.cc', |
| 149 '<(webrtc_base)/physicalsocketserver.h', | 150 '<(webrtc_base)/physicalsocketserver.h', |
| 150 '<(webrtc_base)/platform_thread.cc', | 151 '<(webrtc_base)/platform_thread.cc', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 286 'SSL_USE_OPENSSL', | 287 'SSL_USE_OPENSSL', |
| 287 'USE_WEBRTC_DEV_BRANCH', | 288 'USE_WEBRTC_DEV_BRANCH', |
| 288 ], | 289 ], |
| 289 }, | 290 }, |
| 290 'export_dependent_settings': [ | 291 'export_dependent_settings': [ |
| 291 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', | 292 '<(DEPTH)/native_client_sdk/native_client_sdk_untrusted.gyp:nacl_io_untr
usted', |
| 292 ], | 293 ], |
| 293 }, # end of target 'libjingle_nacl' | 294 }, # end of target 'libjingle_nacl' |
| 294 ], | 295 ], |
| 295 } | 296 } |
| OLD | NEW |