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

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

Issue 653203005: Roll WebRTC 7546:7549. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Decreased the number of gyp changes in this patch since thats the only major change (the reset is j… Created 6 years, 1 month 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/libjingle_common.gypi ('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 }, 11 },
11 'includes': [ 12 'includes': [
12 '../../native_client/build/untrusted.gypi', 13 '../../native_client/build/untrusted.gypi',
13 ], 14 ],
14 'targets': [ 15 'targets': [
15 { 16 {
16 'target_name': 'libjingle_nacl', 17 'target_name': 'libjingle_nacl',
17 'type': 'none', 18 'type': 'none',
18 'variables': { 19 'variables': {
19 'nlib_target': 'libjingle_nacl.a', 20 'nlib_target': 'libjingle_nacl.a',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 '<(webrtc_xmllite)/xmlelement.h', 242 '<(webrtc_xmllite)/xmlelement.h',
242 '<(webrtc_xmllite)/xmlnsstack.cc', 243 '<(webrtc_xmllite)/xmlnsstack.cc',
243 '<(webrtc_xmllite)/xmlnsstack.h', 244 '<(webrtc_xmllite)/xmlnsstack.h',
244 '<(webrtc_xmllite)/xmlparser.cc', 245 '<(webrtc_xmllite)/xmlparser.cc',
245 '<(webrtc_xmllite)/xmlparser.h', 246 '<(webrtc_xmllite)/xmlparser.h',
246 '<(webrtc_xmllite)/xmlprinter.cc', 247 '<(webrtc_xmllite)/xmlprinter.cc',
247 '<(webrtc_xmllite)/xmlprinter.h', 248 '<(webrtc_xmllite)/xmlprinter.h',
248 ], 249 ],
249 'sources!': [ 250 'sources!': [
250 # Compiled as part of libjingle_p2p_constants_nacl. 251 # Compiled as part of libjingle_p2p_constants_nacl.
251 '<(libjingle_source)/talk/p2p/base/constants.cc', 252 '<(webrtc_p2p)/base/constants.cc',
252 '<(libjingle_source)/talk/p2p/base/constants.h', 253 '<(webrtc_p2p)/base/constants.h',
253 ], 254 ],
254 'sources/': [ 255 'sources/': [
255 ['exclude', '/mac[a-z]+\\.(h|cc)$'], 256 ['exclude', '/mac[a-z]+\\.(h|cc)$'],
256 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'], 257 ['exclude', '/scoped_autorelease_pool\\.(h|mm)$'],
257 ], 258 ],
258 'conditions': [ 259 'conditions': [
259 ['OS!="win"', { 260 ['OS!="win"', {
260 'sources/': [ 261 'sources/': [
261 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], 262 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'],
262 ['exclude', '/schanneladapter\\.(h|cc)$'], 263 ['exclude', '/schanneladapter\\.(h|cc)$'],
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 # _DEBUG and remove this define. See below as well. 306 # _DEBUG and remove this define. See below as well.
306 '_DEBUG', 307 '_DEBUG',
307 ], 308 ],
308 } 309 }
309 }, 310 },
310 'include_dirs': [ 311 'include_dirs': [
311 './<(libjingle_source)', 312 './<(libjingle_source)',
312 '../' 313 '../'
313 ], 314 ],
314 'sources': [ 315 'sources': [
315 '<(libjingle_source)/talk/p2p/base/constants.cc', 316 '<(webrtc_p2p)/base/constants.cc',
316 '<(libjingle_source)/talk/p2p/base/constants.h', 317 '<(webrtc_p2p)/base/constants.h',
317 ], 318 ],
318 }, # end of target 'libjingle_p2p_constants_nacl' 319 }, # end of target 'libjingle_p2p_constants_nacl'
319 ], 320 ],
320 } 321 }
OLDNEW
« no previous file with comments | « third_party/libjingle/libjingle_common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698