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

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1929223003: Reland of Delete video_render module. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « webrtc/media/media.gyp ('k') | webrtc/modules/modules_java.gyp » ('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) 2011 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 { 9 {
10 'includes': [ 10 'includes': [
11 '../build/common.gypi', 11 '../build/common.gypi',
12 'audio_coding/audio_coding.gypi', 12 'audio_coding/audio_coding.gypi',
13 'audio_conference_mixer/audio_conference_mixer.gypi', 13 'audio_conference_mixer/audio_conference_mixer.gypi',
14 'audio_device/audio_device.gypi', 14 'audio_device/audio_device.gypi',
15 'audio_processing/audio_processing.gypi', 15 'audio_processing/audio_processing.gypi',
16 'bitrate_controller/bitrate_controller.gypi', 16 'bitrate_controller/bitrate_controller.gypi',
17 'congestion_controller/congestion_controller.gypi', 17 'congestion_controller/congestion_controller.gypi',
18 'desktop_capture/desktop_capture.gypi', 18 'desktop_capture/desktop_capture.gypi',
19 'media_file/media_file.gypi', 19 'media_file/media_file.gypi',
20 'pacing/pacing.gypi', 20 'pacing/pacing.gypi',
21 'remote_bitrate_estimator/remote_bitrate_estimator.gypi', 21 'remote_bitrate_estimator/remote_bitrate_estimator.gypi',
22 'rtp_rtcp/rtp_rtcp.gypi', 22 'rtp_rtcp/rtp_rtcp.gypi',
23 'utility/utility.gypi', 23 'utility/utility.gypi',
24 'video_coding/codecs/h264/h264.gypi', 24 'video_coding/codecs/h264/h264.gypi',
25 'video_coding/codecs/i420/i420.gypi', 25 'video_coding/codecs/i420/i420.gypi',
26 'video_coding/video_coding.gypi', 26 'video_coding/video_coding.gypi',
27 'video_capture/video_capture.gypi', 27 'video_capture/video_capture.gypi',
28 'video_processing/video_processing.gypi', 28 'video_processing/video_processing.gypi',
29 'video_render/video_render.gypi',
30 ], 29 ],
31 'conditions': [ 30 'conditions': [
32 ['include_tests==1', { 31 ['include_tests==1', {
33 'includes': [ 32 'includes': [
34 'audio_coding/audio_coding_tests.gypi', 33 'audio_coding/audio_coding_tests.gypi',
35 'audio_processing/audio_processing_tests.gypi', 34 'audio_processing/audio_processing_tests.gypi',
36 'rtp_rtcp/test/testFec/test_fec.gypi', 35 'rtp_rtcp/test/testFec/test_fec.gypi',
37 'video_coding/video_coding_test.gypi', 36 'video_coding/video_coding_test.gypi',
38 'video_coding/codecs/test/video_codecs_test_framework.gypi', 37 'video_coding/codecs/test/video_codecs_test_framework.gypi',
39 'video_coding/codecs/tools/video_codecs_tools.gypi', 38 'video_coding/codecs/tools/video_codecs_tools.gypi',
(...skipping 737 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 'dependencies': [ 776 'dependencies': [
778 'modules_unittests', 777 'modules_unittests',
779 ], 778 ],
780 'includes': [ 779 'includes': [
781 '../build/isolate.gypi', 780 '../build/isolate.gypi',
782 ], 781 ],
783 'sources': [ 782 'sources': [
784 'modules_unittests.isolate', 783 'modules_unittests.isolate',
785 ], 784 ],
786 }, 785 },
787 {
788 'target_name': 'video_render_tests_run',
789 'type': 'none',
790 'dependencies': [
791 'video_render_tests',
792 ],
793 'includes': [
794 '../build/isolate.gypi',
795 ],
796 'sources': [
797 'video_render_tests.isolate',
798 ],
799 },
800 ], 786 ],
801 }], 787 }],
802 ], 788 ],
803 }], # include_tests 789 }], # include_tests
804 ], # conditions 790 ], # conditions
805 } 791 }
OLDNEW
« no previous file with comments | « webrtc/media/media.gyp ('k') | webrtc/modules/modules_java.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698