| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 '<(webrtc_base)/httpclient.cc', | 106 '<(webrtc_base)/httpclient.cc', |
| 107 '<(webrtc_base)/httpclient.h', | 107 '<(webrtc_base)/httpclient.h', |
| 108 '<(webrtc_base)/httpcommon-inl.h', | 108 '<(webrtc_base)/httpcommon-inl.h', |
| 109 '<(webrtc_base)/httpcommon.cc', | 109 '<(webrtc_base)/httpcommon.cc', |
| 110 '<(webrtc_base)/httpcommon.h', | 110 '<(webrtc_base)/httpcommon.h', |
| 111 '<(webrtc_base)/httprequest.cc', | 111 '<(webrtc_base)/httprequest.cc', |
| 112 '<(webrtc_base)/httprequest.h', | 112 '<(webrtc_base)/httprequest.h', |
| 113 '<(webrtc_base)/ipaddress.cc', | 113 '<(webrtc_base)/ipaddress.cc', |
| 114 '<(webrtc_base)/ipaddress.h', | 114 '<(webrtc_base)/ipaddress.h', |
| 115 '<(webrtc_base)/linked_ptr.h', | 115 '<(webrtc_base)/linked_ptr.h', |
| 116 '<(webrtc_base)/location.cc', |
| 117 '<(webrtc_base)/location.h', |
| 116 '<(webrtc_base)/logging.cc', | 118 '<(webrtc_base)/logging.cc', |
| 117 '<(webrtc_base)/logging.h', | 119 '<(webrtc_base)/logging.h', |
| 118 '<(webrtc_base)/maccocoathreadhelper.h', | 120 '<(webrtc_base)/maccocoathreadhelper.h', |
| 119 '<(webrtc_base)/maccocoathreadhelper.mm', | 121 '<(webrtc_base)/maccocoathreadhelper.mm', |
| 120 '<(webrtc_base)/macconversion.cc', | 122 '<(webrtc_base)/macconversion.cc', |
| 121 '<(webrtc_base)/macconversion.h', | 123 '<(webrtc_base)/macconversion.h', |
| 122 '<(webrtc_base)/macutils.cc', | 124 '<(webrtc_base)/macutils.cc', |
| 123 '<(webrtc_base)/macutils.h', | 125 '<(webrtc_base)/macutils.h', |
| 124 '<(webrtc_base)/md5.cc', | 126 '<(webrtc_base)/md5.cc', |
| 125 '<(webrtc_base)/md5.h', | 127 '<(webrtc_base)/md5.h', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 'SSL_USE_OPENSSL', | 286 'SSL_USE_OPENSSL', |
| 285 'USE_WEBRTC_DEV_BRANCH', | 287 'USE_WEBRTC_DEV_BRANCH', |
| 286 ], | 288 ], |
| 287 }, | 289 }, |
| 288 'export_dependent_settings': [ | 290 'export_dependent_settings': [ |
| 289 '<(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', |
| 290 ], | 292 ], |
| 291 }, # end of target 'libjingle_nacl' | 293 }, # end of target 'libjingle_nacl' |
| 292 ], | 294 ], |
| 293 } | 295 } |
| OLD | NEW |