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 453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
464 "optionsfile.h", | 464 "optionsfile.h", |
465 "proxyserver.cc", | 465 "proxyserver.cc", |
466 "proxyserver.h", | 466 "proxyserver.h", |
467 "rollingaccumulator.h", | 467 "rollingaccumulator.h", |
468 "scopedptrcollection.h", | 468 "scopedptrcollection.h", |
469 "sslconfig.h", | 469 "sslconfig.h", |
470 "sslroots.h", | 470 "sslroots.h", |
471 "testbase64.h", | 471 "testbase64.h", |
472 "testclient.cc", | 472 "testclient.cc", |
473 "testclient.h", | 473 "testclient.h", |
474 "transformadapter.cc", | |
475 "transformadapter.h", | |
476 "virtualsocketserver.cc", | 474 "virtualsocketserver.cc", |
477 "virtualsocketserver.h", | 475 "virtualsocketserver.h", |
478 "window.h", | 476 "window.h", |
479 "windowpicker.h", | 477 "windowpicker.h", |
480 "windowpickerfactory.h", | 478 "windowpickerfactory.h", |
481 ] | 479 ] |
482 | 480 |
483 if (is_linux) { | 481 if (is_linux) { |
484 sources += [ | 482 sources += [ |
485 "dbus.cc", | 483 "dbus.cc", |
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
726 "java/src/org/webrtc/Logging.java", | 724 "java/src/org/webrtc/Logging.java", |
727 "java/src/org/webrtc/Size.java", | 725 "java/src/org/webrtc/Size.java", |
728 "java/src/org/webrtc/ThreadUtils.java", | 726 "java/src/org/webrtc/ThreadUtils.java", |
729 ] | 727 ] |
730 | 728 |
731 deps = [ | 729 deps = [ |
732 "//base:base_java", | 730 "//base:base_java", |
733 ] | 731 ] |
734 } | 732 } |
735 } | 733 } |
OLD | NEW |