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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 1306813009: H.264 video codec support using OpenH264/FFmpeg (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: (Alphabetical sorting in common_video.gyp deps) Created 4 years, 11 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/video/video_quality_test.cc ('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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 '<(webrtc_root)/modules/modules.gyp:video_capture', 187 '<(webrtc_root)/modules/modules.gyp:video_capture',
188 '<(webrtc_root)/modules/modules.gyp:video_render', 188 '<(webrtc_root)/modules/modules.gyp:video_render',
189 '<(webrtc_root)/test/test.gyp:channel_transport', 189 '<(webrtc_root)/test/test.gyp:channel_transport',
190 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', 190 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine',
191 'test/metrics.gyp:metrics', 191 'test/metrics.gyp:metrics',
192 'test/test.gyp:test_main', 192 'test/test.gyp:test_main',
193 'test/webrtc_test_common.gyp:webrtc_test_common', 193 'test/webrtc_test_common.gyp:webrtc_test_common',
194 'webrtc', 194 'webrtc',
195 ], 195 ],
196 'conditions': [ 196 'conditions': [
197 ['rtc_use_h264==1', {
198 'defines': [
199 'WEBRTC_END_TO_END_H264_TESTS',
200 ],
201 }],
197 ['OS=="android"', { 202 ['OS=="android"', {
198 'dependencies': [ 203 'dependencies': [
199 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 204 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
200 ], 205 ],
201 }], 206 }],
202 ['enable_protobuf==1', { 207 ['enable_protobuf==1', {
203 'defines': [ 208 'defines': [
204 'ENABLE_RTC_EVENT_LOG', 209 'ENABLE_RTC_EVENT_LOG',
205 ], 210 ],
206 'dependencies': [ 211 'dependencies': [
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'build/isolate.gypi', 391 'build/isolate.gypi',
387 ], 392 ],
388 'sources': [ 393 'sources': [
389 'webrtc_perf_tests.isolate', 394 'webrtc_perf_tests.isolate',
390 ], 395 ],
391 }, 396 },
392 ], 397 ],
393 }], 398 }],
394 ], 399 ],
395 } 400 }
OLDNEW
« no previous file with comments | « webrtc/video/video_quality_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698