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

Side by Side Diff: webrtc/base/base.gyp

Issue 1942823002: Remove webrtc/base/scoped_ptr.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: fix additional scoped_ptr uses that had been added 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/base/BUILD.gn ('k') | webrtc/base/messagehandler.h » ('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 { 9 {
10 'includes': [ '../build/common.gypi', ], 10 'includes': [ '../build/common.gypi', ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'platform_thread_types.h', 68 'platform_thread_types.h',
69 'random.cc', 69 'random.cc',
70 'random.h', 70 'random.h',
71 'rate_statistics.cc', 71 'rate_statistics.cc',
72 'rate_statistics.h', 72 'rate_statistics.h',
73 'ratetracker.cc', 73 'ratetracker.cc',
74 'ratetracker.h', 74 'ratetracker.h',
75 'refcount.h', 75 'refcount.h',
76 'safe_conversions.h', 76 'safe_conversions.h',
77 'safe_conversions_impl.h', 77 'safe_conversions_impl.h',
78 'scoped_ptr.h',
79 'scoped_ref_ptr.h', 78 'scoped_ref_ptr.h',
80 'stringencode.cc', 79 'stringencode.cc',
81 'stringencode.h', 80 'stringencode.h',
82 'stringutils.cc', 81 'stringutils.cc',
83 'stringutils.h', 82 'stringutils.h',
84 'swap_queue.h', 83 'swap_queue.h',
85 'systeminfo.cc', 84 'systeminfo.cc',
86 'systeminfo.h', 85 'systeminfo.h',
87 'template_util.h', 86 'template_util.h',
88 'thread_annotations.h', 87 'thread_annotations.h',
(...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after
607 }, 606 },
608 { 607 {
609 'target_name': 'gtest_prod', 608 'target_name': 'gtest_prod',
610 'type': 'static_library', 609 'type': 'static_library',
611 'sources': [ 610 'sources': [
612 'gtest_prod_util.h', 611 'gtest_prod_util.h',
613 ], 612 ],
614 }, 613 },
615 ], 614 ],
616 } 615 }
OLDNEW
« no previous file with comments | « webrtc/base/BUILD.gn ('k') | webrtc/base/messagehandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698