| 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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 496 "libdbusglibsymboltable.h", | 496 "libdbusglibsymboltable.h", |
| 497 "linuxfdwalk.c", | 497 "linuxfdwalk.c", |
| 498 "linuxfdwalk.h", | 498 "linuxfdwalk.h", |
| 499 ] | 499 ] |
| 500 } | 500 } |
| 501 | 501 |
| 502 if (is_posix) { | 502 if (is_posix) { |
| 503 sources += [ | 503 sources += [ |
| 504 "latebindingsymboltable.cc", | 504 "latebindingsymboltable.cc", |
| 505 "latebindingsymboltable.h", | 505 "latebindingsymboltable.h", |
| 506 "posix.cc", | |
| 507 "posix.h", | |
| 508 ] | 506 ] |
| 509 } | 507 } |
| 510 | 508 |
| 511 if (is_mac) { | 509 if (is_mac) { |
| 512 sources += [ | 510 sources += [ |
| 513 "macasyncsocket.cc", | 511 "macasyncsocket.cc", |
| 514 "macasyncsocket.h", | 512 "macasyncsocket.h", |
| 515 "maccocoasocketserver.h", | 513 "maccocoasocketserver.h", |
| 516 "maccocoasocketserver.mm", | 514 "maccocoasocketserver.mm", |
| 517 "macsocketserver.cc", | 515 "macsocketserver.cc", |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 "java/src/org/webrtc/Logging.java", | 736 "java/src/org/webrtc/Logging.java", |
| 739 "java/src/org/webrtc/Size.java", | 737 "java/src/org/webrtc/Size.java", |
| 740 "java/src/org/webrtc/ThreadUtils.java", | 738 "java/src/org/webrtc/ThreadUtils.java", |
| 741 ] | 739 ] |
| 742 | 740 |
| 743 deps = [ | 741 deps = [ |
| 744 "//base:base_java", | 742 "//base:base_java", |
| 745 ] | 743 ] |
| 746 } | 744 } |
| 747 } | 745 } |
| OLD | NEW |