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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 "md5digest.cc", | 130 "md5digest.cc", |
131 "md5digest.h", | 131 "md5digest.h", |
132 "mod_ops.h", | 132 "mod_ops.h", |
133 "onetimeevent.h", | 133 "onetimeevent.h", |
134 "optional.h", | 134 "optional.h", |
135 "platform_file.cc", | 135 "platform_file.cc", |
136 "platform_file.h", | 136 "platform_file.h", |
137 "platform_thread.cc", | 137 "platform_thread.cc", |
138 "platform_thread.h", | 138 "platform_thread.h", |
139 "platform_thread_types.h", | 139 "platform_thread_types.h", |
| 140 "race_checker.cc", |
| 141 "race_checker.h", |
140 "random.cc", | 142 "random.cc", |
141 "random.h", | 143 "random.h", |
142 "rate_statistics.cc", | 144 "rate_statistics.cc", |
143 "rate_statistics.h", | 145 "rate_statistics.h", |
144 "ratetracker.cc", | 146 "ratetracker.cc", |
145 "ratetracker.h", | 147 "ratetracker.h", |
146 "refcount.h", | 148 "refcount.h", |
147 "safe_conversions.h", | 149 "safe_conversions.h", |
148 "safe_conversions_impl.h", | 150 "safe_conversions_impl.h", |
149 "scoped_ref_ptr.h", | 151 "scoped_ref_ptr.h", |
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
691 "java/src/org/webrtc/Logging.java", | 693 "java/src/org/webrtc/Logging.java", |
692 "java/src/org/webrtc/Size.java", | 694 "java/src/org/webrtc/Size.java", |
693 "java/src/org/webrtc/ThreadUtils.java", | 695 "java/src/org/webrtc/ThreadUtils.java", |
694 ] | 696 ] |
695 | 697 |
696 deps = [ | 698 deps = [ |
697 "//base:base_java", | 699 "//base:base_java", |
698 ] | 700 ] |
699 } | 701 } |
700 } | 702 } |
OLD | NEW |