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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 configs += [ "..:common_config" ] | 628 configs += [ "..:common_config" ] |
629 public_configs = [ "..:common_inherited_config" ] | 629 public_configs = [ "..:common_inherited_config" ] |
630 | 630 |
631 sources = [ | 631 sources = [ |
632 "objc/NSString+StdString.h", | 632 "objc/NSString+StdString.h", |
633 "objc/NSString+StdString.mm", | 633 "objc/NSString+StdString.mm", |
634 "objc/RTCCameraPreviewView.h", | 634 "objc/RTCCameraPreviewView.h", |
635 "objc/RTCCameraPreviewView.m", | 635 "objc/RTCCameraPreviewView.m", |
636 "objc/RTCDispatcher.h", | 636 "objc/RTCDispatcher.h", |
637 "objc/RTCDispatcher.m", | 637 "objc/RTCDispatcher.m", |
| 638 "objc/RTCFileLogger.h", |
| 639 "objc/RTCFileLogger.mm", |
638 "objc/RTCLogging.h", | 640 "objc/RTCLogging.h", |
639 "objc/RTCLogging.mm", | 641 "objc/RTCLogging.mm", |
640 "objc/RTCMacros.h", | 642 "objc/RTCMacros.h", |
641 "objc/RTCSSLAdapter.h", | 643 "objc/RTCSSLAdapter.h", |
642 "objc/RTCSSLAdapter.mm", | 644 "objc/RTCSSLAdapter.mm", |
643 "objc/RTCTracing.h", | 645 "objc/RTCTracing.h", |
644 "objc/RTCTracing.mm", | 646 "objc/RTCTracing.mm", |
645 ] | 647 ] |
646 } | 648 } |
647 } | 649 } |
648 | 650 |
649 source_set("gtest_prod") { | 651 source_set("gtest_prod") { |
650 sources = [ | 652 sources = [ |
651 "gtest_prod_util.h", | 653 "gtest_prod_util.h", |
652 ] | 654 ] |
653 } | 655 } |
OLD | NEW |