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

Side by Side Diff: webrtc/base/BUILD.gn

Issue 2484153002: Move smoothing filter to common audio. (Closed)
Patch Set: Created 4 years, 1 month 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) 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/config/crypto.gni") 9 import("//build/config/crypto.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "rate_statistics.h", 156 "rate_statistics.h",
157 "ratetracker.cc", 157 "ratetracker.cc",
158 "ratetracker.h", 158 "ratetracker.h",
159 "refcount.h", 159 "refcount.h",
160 "refcountedobject.h", 160 "refcountedobject.h",
161 "safe_compare.h", 161 "safe_compare.h",
162 "safe_conversions.h", 162 "safe_conversions.h",
163 "safe_conversions_impl.h", 163 "safe_conversions_impl.h",
164 "sanitizer.h", 164 "sanitizer.h",
165 "scoped_ref_ptr.h", 165 "scoped_ref_ptr.h",
166 "smoothing_filter.cc",
167 "smoothing_filter.h",
166 "stringencode.cc", 168 "stringencode.cc",
167 "stringencode.h", 169 "stringencode.h",
168 "stringutils.cc", 170 "stringutils.cc",
169 "stringutils.h", 171 "stringutils.h",
170 "swap_queue.h", 172 "swap_queue.h",
171 "systeminfo.cc", 173 "systeminfo.cc",
172 "systeminfo.h", 174 "systeminfo.h",
173 "template_util.h", 175 "template_util.h",
174 "thread_annotations.h", 176 "thread_annotations.h",
175 "thread_checker.h", 177 "thread_checker.h",
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 "java/src/org/webrtc/Logging.java", 804 "java/src/org/webrtc/Logging.java",
803 "java/src/org/webrtc/Size.java", 805 "java/src/org/webrtc/Size.java",
804 "java/src/org/webrtc/ThreadUtils.java", 806 "java/src/org/webrtc/ThreadUtils.java",
805 ] 807 ]
806 808
807 deps = [ 809 deps = [
808 "//base:base_java", 810 "//base:base_java",
809 ] 811 ]
810 } 812 }
811 } 813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698