Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Side by Side Diff: webrtc/base/BUILD.gn

Issue 1692243003: Move RTCFileLogger to webrtc/base/objc. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix path Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « talk/app/webrtc/objc/RTCFileLogger.mm ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « talk/app/webrtc/objc/RTCFileLogger.mm ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698