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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 "file.h", | 128 "file.h", |
129 "format_macros.h", | 129 "format_macros.h", |
130 "location.cc", | 130 "location.cc", |
131 "location.h", | 131 "location.h", |
132 "md5.cc", | 132 "md5.cc", |
133 "md5.h", | 133 "md5.h", |
134 "md5digest.cc", | 134 "md5digest.cc", |
135 "md5digest.h", | 135 "md5digest.h", |
136 "mod_ops.h", | 136 "mod_ops.h", |
137 "onetimeevent.h", | 137 "onetimeevent.h", |
| 138 "optional.cc", |
138 "optional.h", | 139 "optional.h", |
139 "platform_file.cc", | 140 "platform_file.cc", |
140 "platform_file.h", | 141 "platform_file.h", |
141 "platform_thread.cc", | 142 "platform_thread.cc", |
142 "platform_thread.h", | 143 "platform_thread.h", |
143 "platform_thread_types.h", | 144 "platform_thread_types.h", |
144 "race_checker.cc", | 145 "race_checker.cc", |
145 "race_checker.h", | 146 "race_checker.h", |
146 "random.cc", | 147 "random.cc", |
147 "random.h", | 148 "random.h", |
(...skipping 616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
764 "java/src/org/webrtc/Logging.java", | 765 "java/src/org/webrtc/Logging.java", |
765 "java/src/org/webrtc/Size.java", | 766 "java/src/org/webrtc/Size.java", |
766 "java/src/org/webrtc/ThreadUtils.java", | 767 "java/src/org/webrtc/ThreadUtils.java", |
767 ] | 768 ] |
768 | 769 |
769 deps = [ | 770 deps = [ |
770 "//base:base_java", | 771 "//base:base_java", |
771 ] | 772 ] |
772 } | 773 } |
773 } | 774 } |
OLD | NEW |