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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 | 381 |
382 public_configs = [ | 382 public_configs = [ |
383 ":openssl_config", | 383 ":openssl_config", |
384 ":rtc_base_config", | 384 ":rtc_base_config", |
385 ] | 385 ] |
386 | 386 |
387 all_dependent_configs = [ ":rtc_base_all_dependent_config" ] | 387 all_dependent_configs = [ ":rtc_base_all_dependent_config" ] |
388 | 388 |
389 sources = [ | 389 sources = [ |
390 "applefilesystem.mm", | 390 "applefilesystem.mm", |
391 "asyncfile.cc", | |
392 "asyncfile.h", | |
393 "asyncinvoker-inl.h", | 391 "asyncinvoker-inl.h", |
394 "asyncinvoker.cc", | 392 "asyncinvoker.cc", |
395 "asyncinvoker.h", | 393 "asyncinvoker.h", |
396 "asyncpacketsocket.cc", | 394 "asyncpacketsocket.cc", |
397 "asyncpacketsocket.h", | 395 "asyncpacketsocket.h", |
398 "asyncresolverinterface.cc", | 396 "asyncresolverinterface.cc", |
399 "asyncresolverinterface.h", | 397 "asyncresolverinterface.h", |
400 "asyncsocket.cc", | 398 "asyncsocket.cc", |
401 "asyncsocket.h", | 399 "asyncsocket.h", |
402 "asynctcpsocket.cc", | 400 "asynctcpsocket.cc", |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 | 766 |
769 deps = [ | 767 deps = [ |
770 "//base:base_java", | 768 "//base:base_java", |
771 ] | 769 ] |
772 | 770 |
773 data = [ | 771 data = [ |
774 "//webrtc/build/android/test_runner.py", | 772 "//webrtc/build/android/test_runner.py", |
775 ] | 773 ] |
776 } | 774 } |
777 } | 775 } |
OLD | NEW |