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 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 "gunit_prod.h", | 411 "gunit_prod.h", |
412 "helpers.cc", | 412 "helpers.cc", |
413 "helpers.h", | 413 "helpers.h", |
414 "httpbase.cc", | 414 "httpbase.cc", |
415 "httpbase.h", | 415 "httpbase.h", |
416 "httpclient.cc", | 416 "httpclient.cc", |
417 "httpclient.h", | 417 "httpclient.h", |
418 "httpcommon-inl.h", | 418 "httpcommon-inl.h", |
419 "httpcommon.cc", | 419 "httpcommon.cc", |
420 "httpcommon.h", | 420 "httpcommon.h", |
421 "httprequest.cc", | |
422 "httprequest.h", | |
423 "ipaddress.cc", | 421 "ipaddress.cc", |
424 "ipaddress.h", | 422 "ipaddress.h", |
425 "linked_ptr.h", | 423 "linked_ptr.h", |
426 "messagedigest.cc", | 424 "messagedigest.cc", |
427 "messagedigest.h", | 425 "messagedigest.h", |
428 "messagehandler.cc", | 426 "messagehandler.cc", |
429 "messagehandler.h", | 427 "messagehandler.h", |
430 "messagequeue.cc", | 428 "messagequeue.cc", |
431 "messagequeue.h", | 429 "messagequeue.h", |
432 "nethelpers.cc", | 430 "nethelpers.cc", |
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
802 "java/src/org/webrtc/Logging.java", | 800 "java/src/org/webrtc/Logging.java", |
803 "java/src/org/webrtc/Size.java", | 801 "java/src/org/webrtc/Size.java", |
804 "java/src/org/webrtc/ThreadUtils.java", | 802 "java/src/org/webrtc/ThreadUtils.java", |
805 ] | 803 ] |
806 | 804 |
807 deps = [ | 805 deps = [ |
808 "//base:base_java", | 806 "//base:base_java", |
809 ] | 807 ] |
810 } | 808 } |
811 } | 809 } |
OLD | NEW |