Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(135)

Side by Side Diff: third_party/libjingle/libjingle_nacl.gyp

Issue 2037873003: Roll WebRTC 13098:13104 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll WebRTC Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « jingle/glue/thread_wrapper_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « jingle/glue/thread_wrapper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698