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

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

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix UT Created 4 years, 10 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) 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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'md5digest.cc', 99 'md5digest.cc',
100 'md5digest.h', 100 'md5digest.h',
101 'optional.h', 101 'optional.h',
102 'platform_file.cc', 102 'platform_file.cc',
103 'platform_file.h', 103 'platform_file.h',
104 'platform_thread.cc', 104 'platform_thread.cc',
105 'platform_thread.h', 105 'platform_thread.h',
106 'platform_thread_types.h', 106 'platform_thread_types.h',
107 'random.cc', 107 'random.cc',
108 'random.h', 108 'random.h',
109 'rate_statistics.cc',
110 'rate_statistics.h',
109 'ratetracker.cc', 111 'ratetracker.cc',
110 'ratetracker.h', 112 'ratetracker.h',
111 'refcount.h', 113 'refcount.h',
112 'safe_conversions.h', 114 'safe_conversions.h',
113 'safe_conversions_impl.h', 115 'safe_conversions_impl.h',
114 'scoped_ptr.h', 116 'scoped_ptr.h',
115 'scoped_ref_ptr.h', 117 'scoped_ref_ptr.h',
116 'stringencode.cc', 118 'stringencode.cc',
117 'stringencode.h', 119 'stringencode.h',
118 'stringutils.cc', 120 'stringutils.cc',
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 }, 742 },
741 { 743 {
742 'target_name': 'gtest_prod', 744 'target_name': 'gtest_prod',
743 'type': 'static_library', 745 'type': 'static_library',
744 'sources': [ 746 'sources': [
745 'gtest_prod_util.h', 747 'gtest_prod_util.h',
746 ], 748 ],
747 }, 749 },
748 ], 750 ],
749 } 751 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698