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

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

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/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 'task_queue.h', 86 'task_queue.h',
88 'task_queue_libevent.cc', 87 'task_queue_libevent.cc',
(...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 }, 624 },
626 { 625 {
627 'target_name': 'gtest_prod', 626 'target_name': 'gtest_prod',
628 'type': 'static_library', 627 'type': 'static_library',
629 'sources': [ 628 'sources': [
630 'gtest_prod_util.h', 629 'gtest_prod_util.h',
631 ], 630 ],
632 }, 631 },
633 ], 632 ],
634 } 633 }
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