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

Side by Side Diff: base/base.gypi

Issue 1502373009: Allow std::unordered_*. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'callback_internal.h', 128 'callback_internal.h',
129 'callback_list.h', 129 'callback_list.h',
130 'cancelable_callback.h', 130 'cancelable_callback.h',
131 'command_line.cc', 131 'command_line.cc',
132 'command_line.h', 132 'command_line.h',
133 'compiler_specific.h', 133 'compiler_specific.h',
134 'containers/adapters.h', 134 'containers/adapters.h',
135 'containers/hash_tables.h', 135 'containers/hash_tables.h',
136 'containers/linked_list.h', 136 'containers/linked_list.h',
137 'containers/mru_cache.h', 137 'containers/mru_cache.h',
138 'containers/pair_hash.h',
138 'containers/scoped_ptr_hash_map.h', 139 'containers/scoped_ptr_hash_map.h',
139 'containers/small_map.h', 140 'containers/small_map.h',
140 'containers/stack_container.h', 141 'containers/stack_container.h',
141 'cpu.cc', 142 'cpu.cc',
142 'cpu.h', 143 'cpu.h',
143 'critical_closure.h', 144 'critical_closure.h',
144 'critical_closure_internal_ios.mm', 145 'critical_closure_internal_ios.mm',
145 'debug/alias.cc', 146 'debug/alias.cc',
146 'debug/alias.h', 147 'debug/alias.h',
147 'debug/asan_invalid_access.cc', 148 'debug/asan_invalid_access.cc',
(...skipping 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
1054 'i18n/time_formatting.h', 1055 'i18n/time_formatting.h',
1055 'i18n/timezone.cc', 1056 'i18n/timezone.cc',
1056 'i18n/timezone.h', 1057 'i18n/timezone.h',
1057 'i18n/utf8_validator_tables.cc', 1058 'i18n/utf8_validator_tables.cc',
1058 'i18n/utf8_validator_tables.h', 1059 'i18n/utf8_validator_tables.h',
1059 ], 1060 ],
1060 }] 1061 }]
1061 ], 1062 ],
1062 }, 1063 },
1063 } 1064 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698