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

Side by Side Diff: webrtc/base/base_tests.gyp

Issue 1279433006: Add a rate tracker that tracks rate over a given interval split up into buckets that accumulate uni… (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix type issues on win64. Created 5 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) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'includes': [ '../build/common.gypi', ], 9 'includes': [ '../build/common.gypi', ],
10 'targets': [ 10 'targets': [
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'direct_dependent_settings': { 46 'direct_dependent_settings': {
47 'sources': [ 47 'sources': [
48 'asynchttprequest_unittest.cc', 48 'asynchttprequest_unittest.cc',
49 'atomicops_unittest.cc', 49 'atomicops_unittest.cc',
50 'autodetectproxy_unittest.cc', 50 'autodetectproxy_unittest.cc',
51 'bandwidthsmoother_unittest.cc', 51 'bandwidthsmoother_unittest.cc',
52 'base64_unittest.cc', 52 'base64_unittest.cc',
53 'basictypes_unittest.cc', 53 'basictypes_unittest.cc',
54 'bind_unittest.cc', 54 'bind_unittest.cc',
55 'bitbuffer_unittest.cc', 55 'bitbuffer_unittest.cc',
56 'bucketratetracker_unittest.cc',
56 'buffer_unittest.cc', 57 'buffer_unittest.cc',
57 'bufferqueue_unittest.cc', 58 'bufferqueue_unittest.cc',
58 'bytebuffer_unittest.cc', 59 'bytebuffer_unittest.cc',
59 'byteorder_unittest.cc', 60 'byteorder_unittest.cc',
60 'callback_unittest.cc', 61 'callback_unittest.cc',
61 'cpumonitor_unittest.cc', 62 'cpumonitor_unittest.cc',
62 'crc32_unittest.cc', 63 'crc32_unittest.cc',
63 'criticalsection_unittest.cc', 64 'criticalsection_unittest.cc',
64 'event_tracer_unittest.cc', 65 'event_tracer_unittest.cc',
65 'event_unittest.cc', 66 'event_unittest.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { 159 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', {
159 'defines': [ 160 'defines': [
160 'CARBON_DEPRECATED=YES', 161 'CARBON_DEPRECATED=YES',
161 ], 162 ],
162 }], 163 }],
163 ], # conditions 164 ], # conditions
164 }, 165 },
165 }, 166 },
166 ], 167 ],
167 } 168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698