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

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

Issue 1966423002: Remove webrtc/base/scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: remove new scoped_ptr uses Created 4 years, 7 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 | « webrtc/audio_send_stream.h ('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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 "platform_thread_types.h", 132 "platform_thread_types.h",
133 "random.cc", 133 "random.cc",
134 "random.h", 134 "random.h",
135 "rate_statistics.cc", 135 "rate_statistics.cc",
136 "rate_statistics.h", 136 "rate_statistics.h",
137 "ratetracker.cc", 137 "ratetracker.cc",
138 "ratetracker.h", 138 "ratetracker.h",
139 "refcount.h", 139 "refcount.h",
140 "safe_conversions.h", 140 "safe_conversions.h",
141 "safe_conversions_impl.h", 141 "safe_conversions_impl.h",
142 "scoped_ptr.h",
143 "scoped_ref_ptr.h", 142 "scoped_ref_ptr.h",
144 "stringencode.cc", 143 "stringencode.cc",
145 "stringencode.h", 144 "stringencode.h",
146 "stringutils.cc", 145 "stringutils.cc",
147 "stringutils.h", 146 "stringutils.h",
148 "swap_queue.h", 147 "swap_queue.h",
149 "systeminfo.cc", 148 "systeminfo.cc",
150 "systeminfo.h", 149 "systeminfo.h",
151 "task_queue.h", 150 "task_queue.h",
152 "task_queue_gcd.cc", 151 "task_queue_gcd.cc",
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
612 defines += [ "timezone=_timezone" ] 611 defines += [ "timezone=_timezone" ]
613 sources -= [ "ifaddrs_converter.cc" ] 612 sources -= [ "ifaddrs_converter.cc" ]
614 } 613 }
615 } 614 }
616 615
617 source_set("gtest_prod") { 616 source_set("gtest_prod") {
618 sources = [ 617 sources = [
619 "gtest_prod_util.h", 618 "gtest_prod_util.h",
620 ] 619 ]
621 } 620 }
OLDNEW
« no previous file with comments | « webrtc/audio_send_stream.h ('k') | webrtc/base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698