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

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

Issue 2250433008: Propagate HAVE_WEBRTC_VIDEO and HAVE_WEBRTC_VIDEO gyp settings. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Add direct dependency. Revert earlier change. Created 4 years, 4 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
OLDNEW
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 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': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 'engine/fakewebrtcvoiceengine.h', 247 'engine/fakewebrtcvoiceengine.h',
248 ], 248 ],
249 }, # target rtc_unittest_main 249 }, # target rtc_unittest_main
250 { 250 {
251 'target_name': 'rtc_media_unittests', 251 'target_name': 'rtc_media_unittests',
252 'type': 'executable', 252 'type': 'executable',
253 'dependencies': [ 253 'dependencies': [
254 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 254 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
255 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' , 255 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:metrics_default' ,
256 '<(webrtc_root)/test/test.gyp:test_support', 256 '<(webrtc_root)/test/test.gyp:test_support',
257 'rtc_media',
257 'rtc_unittest_main', 258 'rtc_unittest_main',
258 ], 259 ],
259 'sources': [ 260 'sources': [
260 'base/codec_unittest.cc', 261 'base/codec_unittest.cc',
261 'base/rtpdataengine_unittest.cc', 262 'base/rtpdataengine_unittest.cc',
262 'base/rtpdump_unittest.cc', 263 'base/rtpdump_unittest.cc',
263 'base/rtputils_unittest.cc', 264 'base/rtputils_unittest.cc',
264 'base/streamparams_unittest.cc', 265 'base/streamparams_unittest.cc',
265 'base/turnutils_unittest.cc', 266 'base/turnutils_unittest.cc',
266 'base/videoadapter_unittest.cc', 267 'base/videoadapter_unittest.cc',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'sources': [ 357 'sources': [
357 'rtc_media_unittests.isolate', 358 'rtc_media_unittests.isolate',
358 ], 359 ],
359 }, 360 },
360 ], 361 ],
361 }], 362 }],
362 ], # conditions 363 ], # conditions
363 }], # include_tests==1 364 }], # include_tests==1
364 ], # conditions 365 ], # conditions
365 } 366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698