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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "bandwidthsmoother.h", | 447 "bandwidthsmoother.h", |
448 "callback.h", | 448 "callback.h", |
449 "fileutils_mock.h", | 449 "fileutils_mock.h", |
450 "httpserver.cc", | 450 "httpserver.cc", |
451 "httpserver.h", | 451 "httpserver.h", |
452 "json.cc", | 452 "json.cc", |
453 "json.h", | 453 "json.h", |
454 "logsinks.cc", | 454 "logsinks.cc", |
455 "logsinks.h", | 455 "logsinks.h", |
456 "mathutils.h", | 456 "mathutils.h", |
457 "multipart.cc", | |
458 "multipart.h", | |
459 "natserver.cc", | 457 "natserver.cc", |
460 "natserver.h", | 458 "natserver.h", |
461 "natsocketfactory.cc", | 459 "natsocketfactory.cc", |
462 "natsocketfactory.h", | 460 "natsocketfactory.h", |
463 "nattypes.cc", | 461 "nattypes.cc", |
464 "nattypes.h", | 462 "nattypes.h", |
465 "optionsfile.cc", | 463 "optionsfile.cc", |
466 "optionsfile.h", | 464 "optionsfile.h", |
467 "profiler.cc", | 465 "profiler.cc", |
468 "profiler.h", | 466 "profiler.h", |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
738 "java/src/org/webrtc/Logging.java", | 736 "java/src/org/webrtc/Logging.java", |
739 "java/src/org/webrtc/Size.java", | 737 "java/src/org/webrtc/Size.java", |
740 "java/src/org/webrtc/ThreadUtils.java", | 738 "java/src/org/webrtc/ThreadUtils.java", |
741 ] | 739 ] |
742 | 740 |
743 deps = [ | 741 deps = [ |
744 "//base:base_java", | 742 "//base:base_java", |
745 ] | 743 ] |
746 } | 744 } |
747 } | 745 } |
OLD | NEW |