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

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

Issue 1460933003: Remove mediastreamsignaling from libjingle build files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/OWNERS ('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 (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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '<(libjingle_source)/talk/app/webrtc/mediaconstraintsinterface.h', 275 '<(libjingle_source)/talk/app/webrtc/mediaconstraintsinterface.h',
276 '<(libjingle_source)/talk/app/webrtc/mediacontroller.cc', 276 '<(libjingle_source)/talk/app/webrtc/mediacontroller.cc',
277 '<(libjingle_source)/talk/app/webrtc/mediacontroller.h', 277 '<(libjingle_source)/talk/app/webrtc/mediacontroller.h',
278 '<(libjingle_source)/talk/app/webrtc/mediastream.cc', 278 '<(libjingle_source)/talk/app/webrtc/mediastream.cc',
279 '<(libjingle_source)/talk/app/webrtc/mediastream.h', 279 '<(libjingle_source)/talk/app/webrtc/mediastream.h',
280 '<(libjingle_source)/talk/app/webrtc/mediastreamhandler.cc', 280 '<(libjingle_source)/talk/app/webrtc/mediastreamhandler.cc',
281 '<(libjingle_source)/talk/app/webrtc/mediastreamhandler.h', 281 '<(libjingle_source)/talk/app/webrtc/mediastreamhandler.h',
282 '<(libjingle_source)/talk/app/webrtc/mediastreaminterface.h', 282 '<(libjingle_source)/talk/app/webrtc/mediastreaminterface.h',
283 '<(libjingle_source)/talk/app/webrtc/mediastreamprovider.h', 283 '<(libjingle_source)/talk/app/webrtc/mediastreamprovider.h',
284 '<(libjingle_source)/talk/app/webrtc/mediastreamproxy.h', 284 '<(libjingle_source)/talk/app/webrtc/mediastreamproxy.h',
285 '<(libjingle_source)/talk/app/webrtc/mediastreamsignaling.cc',
286 '<(libjingle_source)/talk/app/webrtc/mediastreamsignaling.h',
287 '<(libjingle_source)/talk/app/webrtc/mediastreamtrack.h', 285 '<(libjingle_source)/talk/app/webrtc/mediastreamtrack.h',
288 '<(libjingle_source)/talk/app/webrtc/mediastreamtrackproxy.h', 286 '<(libjingle_source)/talk/app/webrtc/mediastreamtrackproxy.h',
289 '<(libjingle_source)/talk/app/webrtc/notifier.h', 287 '<(libjingle_source)/talk/app/webrtc/notifier.h',
290 '<(libjingle_source)/talk/app/webrtc/peerconnection.cc', 288 '<(libjingle_source)/talk/app/webrtc/peerconnection.cc',
291 '<(libjingle_source)/talk/app/webrtc/peerconnection.h', 289 '<(libjingle_source)/talk/app/webrtc/peerconnection.h',
292 '<(libjingle_source)/talk/app/webrtc/peerconnectionfactory.cc', 290 '<(libjingle_source)/talk/app/webrtc/peerconnectionfactory.cc',
293 '<(libjingle_source)/talk/app/webrtc/peerconnectionfactory.h', 291 '<(libjingle_source)/talk/app/webrtc/peerconnectionfactory.h',
294 '<(libjingle_source)/talk/app/webrtc/peerconnectioninterface.h', 292 '<(libjingle_source)/talk/app/webrtc/peerconnectioninterface.h',
295 '<(libjingle_source)/talk/app/webrtc/portallocatorfactory.cc', 293 '<(libjingle_source)/talk/app/webrtc/portallocatorfactory.cc',
296 '<(libjingle_source)/talk/app/webrtc/portallocatorfactory.h', 294 '<(libjingle_source)/talk/app/webrtc/portallocatorfactory.h',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 'conditions': [ 494 'conditions': [
497 ['OS=="android"', { 495 ['OS=="android"', {
498 'standalone_static_library': 1, 496 'standalone_static_library': 1,
499 }], 497 }],
500 ], 498 ],
501 }, # target libpeerconnection 499 }, # target libpeerconnection
502 ], 500 ],
503 }], 501 }],
504 ], 502 ],
505 } 503 }
OLDNEW
« no previous file with comments | « third_party/libjingle/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698