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 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
377 "asynctcpsocket.cc", | 377 "asynctcpsocket.cc", |
378 "asynctcpsocket.h", | 378 "asynctcpsocket.h", |
379 "asyncudpsocket.cc", | 379 "asyncudpsocket.cc", |
380 "asyncudpsocket.h", | 380 "asyncudpsocket.h", |
381 "common.cc", | 381 "common.cc", |
382 "common.h", | 382 "common.h", |
383 "crc32.cc", | 383 "crc32.cc", |
384 "crc32.h", | 384 "crc32.h", |
385 "cryptstring.cc", | 385 "cryptstring.cc", |
386 "cryptstring.h", | 386 "cryptstring.h", |
387 "diskcache.cc", | |
388 "diskcache.h", | |
389 "filerotatingstream.cc", | 387 "filerotatingstream.cc", |
390 "filerotatingstream.h", | 388 "filerotatingstream.h", |
391 "fileutils.cc", | 389 "fileutils.cc", |
392 "fileutils.h", | 390 "fileutils.h", |
393 "gunit_prod.h", | 391 "gunit_prod.h", |
394 "helpers.cc", | 392 "helpers.cc", |
395 "helpers.h", | 393 "helpers.h", |
396 "httpbase.cc", | 394 "httpbase.cc", |
397 "httpbase.h", | 395 "httpbase.h", |
398 "httpclient.cc", | |
399 "httpclient.h", | |
400 "httpcommon-inl.h", | 396 "httpcommon-inl.h", |
401 "httpcommon.cc", | 397 "httpcommon.cc", |
402 "httpcommon.h", | 398 "httpcommon.h", |
403 "ipaddress.cc", | 399 "ipaddress.cc", |
404 "ipaddress.h", | 400 "ipaddress.h", |
405 "messagedigest.cc", | 401 "messagedigest.cc", |
406 "messagedigest.h", | 402 "messagedigest.h", |
407 "messagehandler.cc", | 403 "messagehandler.cc", |
408 "messagehandler.h", | 404 "messagehandler.h", |
409 "messagequeue.cc", | 405 "messagequeue.cc", |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 "sigslot.h", | 443 "sigslot.h", |
448 "sigslotrepeater.h", | 444 "sigslotrepeater.h", |
449 "socket.h", | 445 "socket.h", |
450 "socketadapters.cc", | 446 "socketadapters.cc", |
451 "socketadapters.h", | 447 "socketadapters.h", |
452 "socketaddress.cc", | 448 "socketaddress.cc", |
453 "socketaddress.h", | 449 "socketaddress.h", |
454 "socketaddresspair.cc", | 450 "socketaddresspair.cc", |
455 "socketaddresspair.h", | 451 "socketaddresspair.h", |
456 "socketfactory.h", | 452 "socketfactory.h", |
457 "socketpool.cc", | |
458 "socketpool.h", | |
459 "socketserver.h", | 453 "socketserver.h", |
460 "socketstream.cc", | 454 "socketstream.cc", |
461 "socketstream.h", | 455 "socketstream.h", |
462 "ssladapter.cc", | 456 "ssladapter.cc", |
463 "ssladapter.h", | 457 "ssladapter.h", |
464 "sslfingerprint.cc", | 458 "sslfingerprint.cc", |
465 "sslfingerprint.h", | 459 "sslfingerprint.h", |
466 "sslidentity.cc", | 460 "sslidentity.cc", |
467 "sslidentity.h", | 461 "sslidentity.h", |
468 "sslstreamadapter.cc", | 462 "sslstreamadapter.cc", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
513 "testclient.h", | 507 "testclient.h", |
514 "transformadapter.cc", | 508 "transformadapter.cc", |
515 "transformadapter.h", | 509 "transformadapter.h", |
516 "virtualsocketserver.cc", | 510 "virtualsocketserver.cc", |
517 "virtualsocketserver.h", | 511 "virtualsocketserver.h", |
518 "window.h", | 512 "window.h", |
519 ] | 513 ] |
520 | 514 |
521 if (is_win) { | 515 if (is_win) { |
522 sources += [ | 516 sources += [ |
523 "diskcache_win32.cc", | |
524 "diskcache_win32.h", | |
525 "win32socketinit.cc", | 517 "win32socketinit.cc", |
526 "win32socketinit.h", | 518 "win32socketinit.h", |
527 "win32socketserver.cc", | 519 "win32socketserver.cc", |
528 "win32socketserver.h", | 520 "win32socketserver.h", |
529 ] | 521 ] |
530 } | 522 } |
531 | 523 |
532 if (rtc_build_json) { | 524 if (rtc_build_json) { |
533 deps += [ "//third_party/jsoncpp" ] | 525 deps += [ "//third_party/jsoncpp" ] |
534 } else { | 526 } else { |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 | 901 |
910 if (is_android) { | 902 if (is_android) { |
911 android_library("base_java") { | 903 android_library("base_java") { |
912 java_files = [ | 904 java_files = [ |
913 "java/src/org/webrtc/Logging.java", | 905 "java/src/org/webrtc/Logging.java", |
914 "java/src/org/webrtc/Size.java", | 906 "java/src/org/webrtc/Size.java", |
915 "java/src/org/webrtc/ThreadUtils.java", | 907 "java/src/org/webrtc/ThreadUtils.java", |
916 ] | 908 ] |
917 } | 909 } |
918 } | 910 } |
OLD | NEW |