| 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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 317 "fileutils.h", | 317 "fileutils.h", |
| 318 "firewallsocketserver.cc", | 318 "firewallsocketserver.cc", |
| 319 "firewallsocketserver.h", | 319 "firewallsocketserver.h", |
| 320 "flags.cc", | 320 "flags.cc", |
| 321 "flags.h", | 321 "flags.h", |
| 322 "gunit_prod.h", | 322 "gunit_prod.h", |
| 323 "helpers.cc", | 323 "helpers.cc", |
| 324 "helpers.h", | 324 "helpers.h", |
| 325 "httpbase.cc", | 325 "httpbase.cc", |
| 326 "httpbase.h", | 326 "httpbase.h", |
| 327 "httpclient.cc", | |
| 328 "httpclient.h", | |
| 329 "httpcommon-inl.h", | 327 "httpcommon-inl.h", |
| 330 "httpcommon.cc", | 328 "httpcommon.cc", |
| 331 "httpcommon.h", | 329 "httpcommon.h", |
| 332 "httprequest.cc", | |
| 333 "httprequest.h", | |
| 334 "ipaddress.cc", | 330 "ipaddress.cc", |
| 335 "ipaddress.h", | 331 "ipaddress.h", |
| 336 "linked_ptr.h", | 332 "linked_ptr.h", |
| 337 "messagedigest.cc", | 333 "messagedigest.cc", |
| 338 "messagedigest.h", | 334 "messagedigest.h", |
| 339 "messagehandler.cc", | 335 "messagehandler.cc", |
| 340 "messagehandler.h", | 336 "messagehandler.h", |
| 341 "messagequeue.cc", | 337 "messagequeue.cc", |
| 342 "messagequeue.h", | 338 "messagequeue.h", |
| 343 "nethelpers.cc", | 339 "nethelpers.cc", |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 "sigslot.h", | 379 "sigslot.h", |
| 384 "sigslotrepeater.h", | 380 "sigslotrepeater.h", |
| 385 "socket.h", | 381 "socket.h", |
| 386 "socketadapters.cc", | 382 "socketadapters.cc", |
| 387 "socketadapters.h", | 383 "socketadapters.h", |
| 388 "socketaddress.cc", | 384 "socketaddress.cc", |
| 389 "socketaddress.h", | 385 "socketaddress.h", |
| 390 "socketaddresspair.cc", | 386 "socketaddresspair.cc", |
| 391 "socketaddresspair.h", | 387 "socketaddresspair.h", |
| 392 "socketfactory.h", | 388 "socketfactory.h", |
| 393 "socketpool.cc", | |
| 394 "socketpool.h", | |
| 395 "socketserver.h", | 389 "socketserver.h", |
| 396 "socketstream.cc", | 390 "socketstream.cc", |
| 397 "socketstream.h", | 391 "socketstream.h", |
| 398 "ssladapter.cc", | 392 "ssladapter.cc", |
| 399 "ssladapter.h", | 393 "ssladapter.h", |
| 400 "sslfingerprint.cc", | 394 "sslfingerprint.cc", |
| 401 "sslfingerprint.h", | 395 "sslfingerprint.h", |
| 402 "sslidentity.cc", | 396 "sslidentity.cc", |
| 403 "sslidentity.h", | 397 "sslidentity.h", |
| 404 "sslsocketfactory.cc", | 398 "sslsocketfactory.cc", |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 "java/src/org/webrtc/Logging.java", | 732 "java/src/org/webrtc/Logging.java", |
| 739 "java/src/org/webrtc/Size.java", | 733 "java/src/org/webrtc/Size.java", |
| 740 "java/src/org/webrtc/ThreadUtils.java", | 734 "java/src/org/webrtc/ThreadUtils.java", |
| 741 ] | 735 ] |
| 742 | 736 |
| 743 deps = [ | 737 deps = [ |
| 744 "//base:base_java", | 738 "//base:base_java", |
| 745 ] | 739 ] |
| 746 } | 740 } |
| 747 } | 741 } |
| OLD | NEW |