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: webrtc/modules/audio_coding/BUILD.gn

Issue 2347843002: Add proper lifetime of encoder-specific settings (Closed)
Patch Set: nitpicks Created 4 years, 3 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/engine/webrtcvideoengine2.cc ('k') | webrtc/video/video_quality_test.h » ('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) 2014 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2014 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 import("../../build/webrtc.gni") 9 import("../../build/webrtc.gni")
10 import("audio_coding.gni") 10 import("audio_coding.gni")
(...skipping 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after
1282 deps = [ 1282 deps = [
1283 ":neteq_test_tools", 1283 ":neteq_test_tools",
1284 "//testing/gtest", 1284 "//testing/gtest",
1285 ] 1285 ]
1286 } 1286 }
1287 1287
1288 rtc_executable("RTPjitter") { 1288 rtc_executable("RTPjitter") {
1289 testonly = true 1289 testonly = true
1290 deps = [ 1290 deps = [
1291 "../..:webrtc_common", 1291 "../..:webrtc_common",
1292 "../../base:rtc_base_approved",
1292 "//testing/gtest", 1293 "//testing/gtest",
1293 ] 1294 ]
1294 sources = [ 1295 sources = [
1295 "neteq/test/RTPjitter.cc", 1296 "neteq/test/RTPjitter.cc",
1296 ] 1297 ]
1297 } 1298 }
1298 1299
1299 rtc_executable("rtp_analyze") { 1300 rtc_executable("rtp_analyze") {
1300 testonly = true 1301 testonly = true
1301 1302
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1563 "//testing/gtest", 1564 "//testing/gtest",
1564 ] 1565 ]
1565 1566
1566 if (is_clang) { 1567 if (is_clang) {
1567 # Suppress warnings from Chrome's Clang plugins. 1568 # Suppress warnings from Chrome's Clang plugins.
1568 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details. 1569 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
1569 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ] 1570 suppressed_configs += [ "//build/config/clang:find_bad_constructs" ]
1570 } 1571 }
1571 } 1572 }
1572 } 1573 }
OLDNEW
« no previous file with comments | « webrtc/media/engine/webrtcvideoengine2.cc ('k') | webrtc/video/video_quality_test.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698