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

Side by Side Diff: webrtc/BUILD.gn

Issue 2529063002: Templatize percentile_filter.h and move it to base/analytics. (Closed)
Patch Set: Move last patch set to a separate CL. Created 4 years 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/base/BUILD.gn » ('j') | webrtc/base/analytics/percentile_filter.h » ('J')
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 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330. 9 # TODO(kjellander): Rebase this to webrtc/build/common.gypi changes after r6330.
10 10
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 "-Wno-unused-const-variable", 357 "-Wno-unused-const-variable",
358 ] 358 ]
359 } 359 }
360 } 360 }
361 361
362 rtc_test("rtc_unittests") { 362 rtc_test("rtc_unittests") {
363 testonly = true 363 testonly = true
364 sources = [ 364 sources = [
365 "api/fakemetricsobserver.cc", 365 "api/fakemetricsobserver.cc",
366 "base/analytics/exp_filter_unittest.cc", 366 "base/analytics/exp_filter_unittest.cc",
367 "base/analytics/percentile_filter_unittest.cc",
367 "base/array_view_unittest.cc", 368 "base/array_view_unittest.cc",
368 "base/atomicops_unittest.cc", 369 "base/atomicops_unittest.cc",
369 "base/autodetectproxy_unittest.cc", 370 "base/autodetectproxy_unittest.cc",
370 "base/base64_unittest.cc", 371 "base/base64_unittest.cc",
371 "base/basictypes_unittest.cc", 372 "base/basictypes_unittest.cc",
372 "base/bind_unittest.cc", 373 "base/bind_unittest.cc",
373 "base/bitbuffer_unittest.cc", 374 "base/bitbuffer_unittest.cc",
374 "base/buffer_unittest.cc", 375 "base/buffer_unittest.cc",
375 "base/bufferqueue_unittest.cc", 376 "base/bufferqueue_unittest.cc",
376 "base/bytebuffer_unittest.cc", 377 "base/bytebuffer_unittest.cc",
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 ] 710 ]
710 711
711 deps = [ 712 deps = [
712 "//base:base_java_test_support", 713 "//base:base_java_test_support",
713 "//webrtc/api:libjingle_peerconnection_java", 714 "//webrtc/api:libjingle_peerconnection_java",
714 "//webrtc/examples:AppRTCMobile_javalib", 715 "//webrtc/examples:AppRTCMobile_javalib",
715 ] 716 ]
716 } 717 }
717 } 718 }
718 } 719 }
OLDNEW
« no previous file with comments | « no previous file | webrtc/base/BUILD.gn » ('j') | webrtc/base/analytics/percentile_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698