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

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

Issue 1413163002: Roll WebRTC 10322:10325, Libjingle 10323:10325 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the chromium build file Created 5 years, 2 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 | « third_party/libjingle/README.chromium ('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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 '<(webrtc_base)/messagedigest.cc', 134 '<(webrtc_base)/messagedigest.cc',
135 '<(webrtc_base)/messagedigest.h', 135 '<(webrtc_base)/messagedigest.h',
136 '<(webrtc_base)/messagehandler.cc', 136 '<(webrtc_base)/messagehandler.cc',
137 '<(webrtc_base)/messagehandler.h', 137 '<(webrtc_base)/messagehandler.h',
138 '<(webrtc_base)/messagequeue.cc', 138 '<(webrtc_base)/messagequeue.cc',
139 '<(webrtc_base)/messagequeue.h', 139 '<(webrtc_base)/messagequeue.h',
140 '<(webrtc_base)/nethelpers.cc', 140 '<(webrtc_base)/nethelpers.cc',
141 '<(webrtc_base)/nethelpers.h', 141 '<(webrtc_base)/nethelpers.h',
142 '<(webrtc_base)/network.cc', 142 '<(webrtc_base)/network.cc',
143 '<(webrtc_base)/network.h', 143 '<(webrtc_base)/network.h',
144 '<(webrtc_base)/networkmonitor.cc',
145 '<(webrtc_base)/networkmonitor.h',
144 '<(webrtc_base)/nullsocketserver.h', 146 '<(webrtc_base)/nullsocketserver.h',
145 '<(webrtc_base)/openssladapter.cc', 147 '<(webrtc_base)/openssladapter.cc',
146 '<(webrtc_base)/openssldigest.cc', 148 '<(webrtc_base)/openssldigest.cc',
147 '<(webrtc_base)/opensslidentity.cc', 149 '<(webrtc_base)/opensslidentity.cc',
148 '<(webrtc_base)/opensslstreamadapter.cc', 150 '<(webrtc_base)/opensslstreamadapter.cc',
149 '<(webrtc_base)/pathutils.cc', 151 '<(webrtc_base)/pathutils.cc',
150 '<(webrtc_base)/pathutils.h', 152 '<(webrtc_base)/pathutils.h',
151 '<(webrtc_base)/physicalsocketserver.cc', 153 '<(webrtc_base)/physicalsocketserver.cc',
152 '<(webrtc_base)/physicalsocketserver.h', 154 '<(webrtc_base)/physicalsocketserver.h',
153 '<(webrtc_base)/platform_thread.cc', 155 '<(webrtc_base)/platform_thread.cc',
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 './<(libjingle_source)', 314 './<(libjingle_source)',
313 '../' 315 '../'
314 ], 316 ],
315 'sources': [ 317 'sources': [
316 '<(webrtc_p2p)/base/constants.cc', 318 '<(webrtc_p2p)/base/constants.cc',
317 '<(webrtc_p2p)/base/constants.h', 319 '<(webrtc_p2p)/base/constants.h',
318 ], 320 ],
319 }, # end of target 'libjingle_p2p_constants_nacl' 321 }, # end of target 'libjingle_p2p_constants_nacl'
320 ], 322 ],
321 } 323 }
OLDNEW
« no previous file with comments | « third_party/libjingle/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698