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 406 matching lines...) Loading... |
417 "helpers.h", | 417 "helpers.h", |
418 "httpbase.cc", | 418 "httpbase.cc", |
419 "httpbase.h", | 419 "httpbase.h", |
420 "httpclient.cc", | 420 "httpclient.cc", |
421 "httpclient.h", | 421 "httpclient.h", |
422 "httpcommon-inl.h", | 422 "httpcommon-inl.h", |
423 "httpcommon.cc", | 423 "httpcommon.cc", |
424 "httpcommon.h", | 424 "httpcommon.h", |
425 "ipaddress.cc", | 425 "ipaddress.cc", |
426 "ipaddress.h", | 426 "ipaddress.h", |
427 "linked_ptr.h", | |
428 "messagedigest.cc", | 427 "messagedigest.cc", |
429 "messagedigest.h", | 428 "messagedigest.h", |
430 "messagehandler.cc", | 429 "messagehandler.cc", |
431 "messagehandler.h", | 430 "messagehandler.h", |
432 "messagequeue.cc", | 431 "messagequeue.cc", |
433 "messagequeue.h", | 432 "messagequeue.h", |
434 "nethelpers.cc", | 433 "nethelpers.cc", |
435 "nethelpers.h", | 434 "nethelpers.h", |
436 "network.cc", | 435 "network.cc", |
437 "network.h", | 436 "network.h", |
(...skipping 507 matching lines...) Loading... |
945 | 944 |
946 if (is_android) { | 945 if (is_android) { |
947 android_library("base_java") { | 946 android_library("base_java") { |
948 java_files = [ | 947 java_files = [ |
949 "java/src/org/webrtc/Logging.java", | 948 "java/src/org/webrtc/Logging.java", |
950 "java/src/org/webrtc/Size.java", | 949 "java/src/org/webrtc/Size.java", |
951 "java/src/org/webrtc/ThreadUtils.java", | 950 "java/src/org/webrtc/ThreadUtils.java", |
952 ] | 951 ] |
953 } | 952 } |
954 } | 953 } |
OLD | NEW |