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

Side by Side Diff: base/base.gypi

Issue 1486333002: Kill ScopedPtrMap and friends (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
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 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 'callback_list.h', 131 'callback_list.h',
132 'cancelable_callback.h', 132 'cancelable_callback.h',
133 'command_line.cc', 133 'command_line.cc',
134 'command_line.h', 134 'command_line.h',
135 'compiler_specific.h', 135 'compiler_specific.h',
136 'containers/adapters.h', 136 'containers/adapters.h',
137 'containers/hash_tables.h', 137 'containers/hash_tables.h',
138 'containers/linked_list.h', 138 'containers/linked_list.h',
139 'containers/mru_cache.h', 139 'containers/mru_cache.h',
140 'containers/scoped_ptr_hash_map.h', 140 'containers/scoped_ptr_hash_map.h',
141 'containers/scoped_ptr_map.h',
142 'containers/small_map.h', 141 'containers/small_map.h',
143 'containers/stack_container.h', 142 'containers/stack_container.h',
144 'cpu.cc', 143 'cpu.cc',
145 'cpu.h', 144 'cpu.h',
146 'critical_closure.h', 145 'critical_closure.h',
147 'critical_closure_internal_ios.mm', 146 'critical_closure_internal_ios.mm',
148 'debug/alias.cc', 147 'debug/alias.cc',
149 'debug/alias.h', 148 'debug/alias.h',
150 'debug/asan_invalid_access.cc', 149 'debug/asan_invalid_access.cc',
151 'debug/asan_invalid_access.h', 150 'debug/asan_invalid_access.h',
(...skipping 901 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 'i18n/time_formatting.h', 1052 'i18n/time_formatting.h',
1054 'i18n/timezone.cc', 1053 'i18n/timezone.cc',
1055 'i18n/timezone.h', 1054 'i18n/timezone.h',
1056 'i18n/utf8_validator_tables.cc', 1055 'i18n/utf8_validator_tables.cc',
1057 'i18n/utf8_validator_tables.h', 1056 'i18n/utf8_validator_tables.h',
1058 ], 1057 ],
1059 }] 1058 }]
1060 ], 1059 ],
1061 }, 1060 },
1062 } 1061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698