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

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

Issue 907343002: libjingle: Update renamed video capture+render targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 '-Wno-deprecated-declarations', 544 '-Wno-deprecated-declarations',
545 ], 545 ],
546 }, 546 },
547 }], 547 }],
548 ], 548 ],
549 }], 549 }],
550 ], 550 ],
551 'dependencies': [ 551 'dependencies': [
552 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp', 552 '<(DEPTH)/third_party/libsrtp/libsrtp.gyp:libsrtp',
553 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file', 553 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:media_file',
554 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture_modul e_impl', 554 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_capture',
555 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render_module _impl', 555 '<(DEPTH)/third_party/webrtc/modules/modules.gyp:video_render',
556 'libjingle', 556 'libjingle',
557 ], 557 ],
558 }, # target libjingle_webrtc_common 558 }, # target libjingle_webrtc_common
559 { 559 {
560 # GN version: //third_party/libjingle:libjingle_webrtc 560 # GN version: //third_party/libjingle:libjingle_webrtc
561 'target_name': 'libjingle_webrtc', 561 'target_name': 'libjingle_webrtc',
562 'type': 'static_library', 562 'type': 'static_library',
563 'sources': [ 563 'sources': [
564 'overrides/init_webrtc.cc', 564 'overrides/init_webrtc.cc',
565 'overrides/init_webrtc.h', 565 'overrides/init_webrtc.h',
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 }, 673 },
674 'dependencies': [ 674 'dependencies': [
675 'libjingle_peerconnection_so', 675 'libjingle_peerconnection_so',
676 ], 676 ],
677 'includes': [ '../../build/java.gypi' ], 677 'includes': [ '../../build/java.gypi' ],
678 }, 678 },
679 ], 679 ],
680 }], 680 }],
681 ], 681 ],
682 } 682 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698