| 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", |
| 474 "virtualsocketserver.cc", | 476 "virtualsocketserver.cc", |
| 475 "virtualsocketserver.h", | 477 "virtualsocketserver.h", |
| 476 "window.h", | 478 "window.h", |
| 477 "windowpicker.h", | 479 "windowpicker.h", |
| 478 "windowpickerfactory.h", | 480 "windowpickerfactory.h", |
| 479 ] | 481 ] |
| 480 | 482 |
| 481 if (is_linux) { | 483 if (is_linux) { |
| 482 sources += [ | 484 sources += [ |
| 483 "dbus.cc", | 485 "dbus.cc", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 "java/src/org/webrtc/Logging.java", | 726 "java/src/org/webrtc/Logging.java", |
| 725 "java/src/org/webrtc/Size.java", | 727 "java/src/org/webrtc/Size.java", |
| 726 "java/src/org/webrtc/ThreadUtils.java", | 728 "java/src/org/webrtc/ThreadUtils.java", |
| 727 ] | 729 ] |
| 728 | 730 |
| 729 deps = [ | 731 deps = [ |
| 730 "//base:base_java", | 732 "//base:base_java", |
| 731 ] | 733 ] |
| 732 } | 734 } |
| 733 } | 735 } |
| OLD | NEW |