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

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

Issue 1357913002: Update to use third_party/webrtc_overrides instead of third_party/webrtc/overrides. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add_webrtc_overrides
Patch Set: Rebase. 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/libjingle.gyp ('k') | third_party/libjingle/overrides/DEPS » ('j') | 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'sources/': [ 264 'sources/': [
265 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'], 265 ['exclude', '/win[a-z0-9]+\\.(h|cc)$'],
266 ['exclude', '/schanneladapter\\.(h|cc)$'], 266 ['exclude', '/schanneladapter\\.(h|cc)$'],
267 ], 267 ],
268 }], 268 }],
269 ], 269 ],
270 'direct_dependent_settings': { 270 'direct_dependent_settings': {
271 'include_dirs': [ 271 'include_dirs': [
272 './overrides', 272 './overrides',
273 './<(libjingle_source)', 273 './<(libjingle_source)',
274 '../../third_party/webrtc/overrides', 274 '../../third_party/webrtc_overrides',
275 '../../third_party', 275 '../../third_party',
276 '../../third_party/webrtc', 276 '../../third_party/webrtc',
277 ], 277 ],
278 'defines': [ 278 'defines': [
279 'EXPAT_RELATIVE_PATH', 279 'EXPAT_RELATIVE_PATH',
280 'FEATURE_ENABLE_SSL', 280 'FEATURE_ENABLE_SSL',
281 'GTEST_RELATIVE_PATH', 281 'GTEST_RELATIVE_PATH',
282 'NO_MAIN_THREAD_WRAPPING', 282 'NO_MAIN_THREAD_WRAPPING',
283 'NO_SOUND_SYSTEM', 283 'NO_SOUND_SYSTEM',
284 'WEBRTC_POSIX', 284 'WEBRTC_POSIX',
(...skipping 30 matching lines...) Expand all
315 './<(libjingle_source)', 315 './<(libjingle_source)',
316 '../' 316 '../'
317 ], 317 ],
318 'sources': [ 318 'sources': [
319 '<(webrtc_p2p)/base/constants.cc', 319 '<(webrtc_p2p)/base/constants.cc',
320 '<(webrtc_p2p)/base/constants.h', 320 '<(webrtc_p2p)/base/constants.h',
321 ], 321 ],
322 }, # end of target 'libjingle_p2p_constants_nacl' 322 }, # end of target 'libjingle_p2p_constants_nacl'
323 ], 323 ],
324 } 324 }
OLDNEW
« no previous file with comments | « third_party/libjingle/libjingle.gyp ('k') | third_party/libjingle/overrides/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698