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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 "base64.cc", | 279 "base64.cc", |
280 "base64.h", | 280 "base64.h", |
281 "common.cc", | 281 "common.cc", |
282 "common.h", | 282 "common.h", |
283 "crc32.cc", | 283 "crc32.cc", |
284 "crc32.h", | 284 "crc32.h", |
285 "cryptstring.cc", | 285 "cryptstring.cc", |
286 "cryptstring.h", | 286 "cryptstring.h", |
287 "diskcache.cc", | 287 "diskcache.cc", |
288 "diskcache.h", | 288 "diskcache.h", |
| 289 "file.cc", |
| 290 "file.h", |
289 "filerotatingstream.cc", | 291 "filerotatingstream.cc", |
290 "filerotatingstream.h", | 292 "filerotatingstream.h", |
291 "fileutils.cc", | 293 "fileutils.cc", |
292 "fileutils.h", | 294 "fileutils.h", |
293 "firewallsocketserver.cc", | 295 "firewallsocketserver.cc", |
294 "firewallsocketserver.h", | 296 "firewallsocketserver.h", |
295 "flags.cc", | 297 "flags.cc", |
296 "flags.h", | 298 "flags.h", |
297 "format_macros.h", | 299 "format_macros.h", |
298 "gunit_prod.h", | 300 "gunit_prod.h", |
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
703 "java/src/org/webrtc/Logging.java", | 705 "java/src/org/webrtc/Logging.java", |
704 "java/src/org/webrtc/Size.java", | 706 "java/src/org/webrtc/Size.java", |
705 "java/src/org/webrtc/ThreadUtils.java", | 707 "java/src/org/webrtc/ThreadUtils.java", |
706 ] | 708 ] |
707 | 709 |
708 deps = [ | 710 deps = [ |
709 "//base:base_java", | 711 "//base:base_java", |
710 ] | 712 ] |
711 } | 713 } |
712 } | 714 } |
OLD | NEW |