OLD | NEW |
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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "random.cc", | 139 "random.cc", |
140 "random.h", | 140 "random.h", |
141 "rate_limiter.cc", | 141 "rate_limiter.cc", |
142 "rate_limiter.h", | 142 "rate_limiter.h", |
143 "rate_statistics.cc", | 143 "rate_statistics.cc", |
144 "rate_statistics.h", | 144 "rate_statistics.h", |
145 "ratetracker.cc", | 145 "ratetracker.cc", |
146 "ratetracker.h", | 146 "ratetracker.h", |
147 "refcount.h", | 147 "refcount.h", |
148 "refcountedobject.h", | 148 "refcountedobject.h", |
| 149 "safe_compare.h", |
149 "safe_conversions.h", | 150 "safe_conversions.h", |
150 "safe_conversions_impl.h", | 151 "safe_conversions_impl.h", |
151 "sanitizer.h", | 152 "sanitizer.h", |
152 "scoped_ref_ptr.h", | 153 "scoped_ref_ptr.h", |
153 "stringencode.cc", | 154 "stringencode.cc", |
154 "stringencode.h", | 155 "stringencode.h", |
155 "stringutils.cc", | 156 "stringutils.cc", |
156 "stringutils.h", | 157 "stringutils.h", |
157 "swap_queue.h", | 158 "swap_queue.h", |
158 "systeminfo.cc", | 159 "systeminfo.cc", |
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
798 "java/src/org/webrtc/Logging.java", | 799 "java/src/org/webrtc/Logging.java", |
799 "java/src/org/webrtc/Size.java", | 800 "java/src/org/webrtc/Size.java", |
800 "java/src/org/webrtc/ThreadUtils.java", | 801 "java/src/org/webrtc/ThreadUtils.java", |
801 ] | 802 ] |
802 | 803 |
803 deps = [ | 804 deps = [ |
804 "//base:base_java", | 805 "//base:base_java", |
805 ] | 806 ] |
806 } | 807 } |
807 } | 808 } |
OLD | NEW |