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

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

Issue 1146123002: Remove unused libpeerconnection code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert a couple of libjingle.gyp changes 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 | « no previous file | third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'enabled_libjingle_device_manager%': 0, 10 'enabled_libjingle_device_manager%': 0,
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 ['enable_webrtc==1', { 322 ['enable_webrtc==1', {
323 'targets': [ 323 'targets': [
324 { 324 {
325 # GN version: //third_party/libjingle:libjingle_webrtc_common 325 # GN version: //third_party/libjingle:libjingle_webrtc_common
326 'target_name': 'libjingle_webrtc_common', 326 'target_name': 'libjingle_webrtc_common',
327 'type': 'static_library', 327 'type': 'static_library',
328 'all_dependent_settings': { 328 'all_dependent_settings': {
329 'defines': [ 'LIBPEERCONNECTION_LIB=1' ], 329 'defines': [ 'LIBPEERCONNECTION_LIB=1' ],
330 }, 330 },
331 'sources': [ 331 'sources': [
332 'overrides/talk/media/webrtc/webrtcexport.h',
333
334 '<(libjingle_source)/talk/app/webrtc/audiotrack.cc', 332 '<(libjingle_source)/talk/app/webrtc/audiotrack.cc',
335 '<(libjingle_source)/talk/app/webrtc/audiotrack.h', 333 '<(libjingle_source)/talk/app/webrtc/audiotrack.h',
336 '<(libjingle_source)/talk/app/webrtc/audiotrackrenderer.cc', 334 '<(libjingle_source)/talk/app/webrtc/audiotrackrenderer.cc',
337 '<(libjingle_source)/talk/app/webrtc/audiotrackrenderer.h', 335 '<(libjingle_source)/talk/app/webrtc/audiotrackrenderer.h',
338 '<(libjingle_source)/talk/app/webrtc/datachannel.cc', 336 '<(libjingle_source)/talk/app/webrtc/datachannel.cc',
339 '<(libjingle_source)/talk/app/webrtc/datachannel.h', 337 '<(libjingle_source)/talk/app/webrtc/datachannel.h',
340 '<(libjingle_source)/talk/app/webrtc/dtlsidentityservice.cc', 338 '<(libjingle_source)/talk/app/webrtc/dtlsidentityservice.cc',
341 '<(libjingle_source)/talk/app/webrtc/dtlsidentityservice.h', 339 '<(libjingle_source)/talk/app/webrtc/dtlsidentityservice.h',
342 '<(libjingle_source)/talk/app/webrtc/dtlsidentitystore.cc', 340 '<(libjingle_source)/talk/app/webrtc/dtlsidentitystore.cc',
343 '<(libjingle_source)/talk/app/webrtc/dtlsidentitystore.h', 341 '<(libjingle_source)/talk/app/webrtc/dtlsidentitystore.h',
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'conditions': [ 578 'conditions': [
581 ['OS=="android"', { 579 ['OS=="android"', {
582 'standalone_static_library': 1, 580 'standalone_static_library': 1,
583 }], 581 }],
584 ], 582 ],
585 }, # target libpeerconnection 583 }, # target libpeerconnection
586 ], 584 ],
587 }], 585 }],
588 ], 586 ],
589 } 587 }
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/overrides/allocator_shim/allocator_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698