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

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

Issue 2040313004: Fix GYP/GN for webrtc/modules/remote_bitrate_estimator (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased and restored defines in modules.gyp Created 4 years, 6 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 | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('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': [
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 'conditions': [ 392 'conditions': [
393 ['libvpx_build_vp9==1', { 393 ['libvpx_build_vp9==1', {
394 'sources': [ 394 'sources': [
395 'video_coding/codecs/vp9/screenshare_layers_unittest.cc', 395 'video_coding/codecs/vp9/screenshare_layers_unittest.cc',
396 ], 396 ],
397 }], 397 }],
398 ['enable_bwe_test_logging==1', { 398 ['enable_bwe_test_logging==1', {
399 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 399 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
400 }, { 400 }, {
401 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 401 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
402 'sources!': [
403 'remote_bitrate_estimator/test/bwe_test_logging.cc'
404 ],
405 }], 402 }],
406 # Run screen/window capturer tests only on platforms where they are 403 # Run screen/window capturer tests only on platforms where they are
407 # supported. 404 # supported.
408 ['desktop_capture_supported==1 or OS=="android"', { 405 ['desktop_capture_supported==1 or OS=="android"', {
409 'dependencies': [ 406 'dependencies': [
410 'desktop_capture', 407 'desktop_capture',
411 ], 408 ],
412 'sources': [ 409 'sources': [
413 'desktop_capture/desktop_region_unittest.cc', 410 'desktop_capture/desktop_region_unittest.cc',
414 'desktop_capture/differ_block_unittest.cc', 411 'desktop_capture/differ_block_unittest.cc',
(...skipping 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 'sources': [ 771 'sources': [
775 'modules_unittests.isolate', 772 'modules_unittests.isolate',
776 ], 773 ],
777 }, 774 },
778 ], 775 ],
779 }], 776 }],
780 ], 777 ],
781 }], # include_tests 778 }], # include_tests
782 ], # conditions 779 ], # conditions
783 } 780 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698