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

Side by Side Diff: third_party/cld/cld.gyp

Issue 1911823002: Convert //third_party from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update crashpad's README.chromium Created 4 years, 8 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 | « third_party/cld/base/scoped_ptr.h ('k') | third_party/crashpad/README.chromium » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../../build/win_precompile.gypi', 7 '../../build/win_precompile.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 'base/basictypes.h', 78 'base/basictypes.h',
79 'base/build_config.h', 79 'base/build_config.h',
80 'base/casts.h', 80 'base/casts.h',
81 'base/commandlineflags.h', 81 'base/commandlineflags.h',
82 'base/global_strip_options.h', 82 'base/global_strip_options.h',
83 'base/logging.h', 83 'base/logging.h',
84 'base/macros.h', 84 'base/macros.h',
85 'base/port.h', 85 'base/port.h',
86 'base/crash.h', 86 'base/crash.h',
87 'base/dynamic_annotations.h', 87 'base/dynamic_annotations.h',
88 'base/scoped_ptr.h',
89 'base/stl_decl_msvc.h', 88 'base/stl_decl_msvc.h',
90 'base/log_severity.h', 89 'base/log_severity.h',
91 'base/strtoint.h', 90 'base/strtoint.h',
92 'base/vlog_is_on.h', 91 'base/vlog_is_on.h',
93 'base/string_util.h', 92 'base/string_util.h',
94 'base/type_traits.h', 93 'base/type_traits.h',
95 'base/template_util.h', 94 'base/template_util.h',
96 ], 95 ],
97 'direct_dependent_settings': { 96 'direct_dependent_settings': {
98 'defines': [ 97 'defines': [
(...skipping 16 matching lines...) Expand all
115 'direct_dependent_settings': { 114 'direct_dependent_settings': {
116 'defines': [ 115 'defines': [
117 'COMPILER_GCC', 116 'COMPILER_GCC',
118 ], 117 ],
119 }, 118 },
120 }], 119 }],
121 ], 120 ],
122 }, 121 },
123 ], 122 ],
124 } 123 }
OLDNEW
« no previous file with comments | « third_party/cld/base/scoped_ptr.h ('k') | third_party/crashpad/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698