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

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

Issue 1114483002: Roll WebRTC 9084:9094, Libjingle 9081:9093 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing cc file to libjingle_nacl now that the implementation isn't inline anymore Created 5 years, 7 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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 '<(webrtc_base)/bytebuffer.h', 84 '<(webrtc_base)/bytebuffer.h',
85 '<(webrtc_base)/byteorder.h', 85 '<(webrtc_base)/byteorder.h',
86 '<(webrtc_base)/checks.cc', 86 '<(webrtc_base)/checks.cc',
87 '<(webrtc_base)/checks.h', 87 '<(webrtc_base)/checks.h',
88 '<(webrtc_base)/common.cc', 88 '<(webrtc_base)/common.cc',
89 '<(webrtc_base)/common.h', 89 '<(webrtc_base)/common.h',
90 '<(webrtc_base)/cpumonitor.cc', 90 '<(webrtc_base)/cpumonitor.cc',
91 '<(webrtc_base)/cpumonitor.h', 91 '<(webrtc_base)/cpumonitor.h',
92 '<(webrtc_base)/crc32.cc', 92 '<(webrtc_base)/crc32.cc',
93 '<(webrtc_base)/crc32.h', 93 '<(webrtc_base)/crc32.h',
94 '<(webrtc_base)/criticalsection.cc',
94 '<(webrtc_base)/criticalsection.h', 95 '<(webrtc_base)/criticalsection.h',
95 '<(webrtc_base)/cryptstring.cc', 96 '<(webrtc_base)/cryptstring.cc',
96 '<(webrtc_base)/cryptstring.h', 97 '<(webrtc_base)/cryptstring.h',
97 '<(webrtc_base)/diskcache.cc', 98 '<(webrtc_base)/diskcache.cc',
98 '<(webrtc_base)/diskcache.h', 99 '<(webrtc_base)/diskcache.h',
99 '<(webrtc_base)/dscp.h', 100 '<(webrtc_base)/dscp.h',
100 '<(webrtc_base)/event.cc', 101 '<(webrtc_base)/event.cc',
101 '<(webrtc_base)/event.h', 102 '<(webrtc_base)/event.h',
102 '<(webrtc_base)/event_tracer.cc', 103 '<(webrtc_base)/event_tracer.cc',
103 '<(webrtc_base)/event_tracer.h', 104 '<(webrtc_base)/event_tracer.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 './<(libjingle_source)', 319 './<(libjingle_source)',
319 '../' 320 '../'
320 ], 321 ],
321 'sources': [ 322 'sources': [
322 '<(webrtc_p2p)/base/constants.cc', 323 '<(webrtc_p2p)/base/constants.cc',
323 '<(webrtc_p2p)/base/constants.h', 324 '<(webrtc_p2p)/base/constants.h',
324 ], 325 ],
325 }, # end of target 'libjingle_p2p_constants_nacl' 326 }, # end of target 'libjingle_p2p_constants_nacl'
326 ], 327 ],
327 } 328 }
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