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

Side by Side Diff: base/base.gypi

Issue 605243003: Add base::Reversed() as an adapter for range-based for loops in reverse (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Respond to brettw feedback Created 6 years, 2 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 | « base/base.gyp ('k') | base/containers/adapters.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) 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'callback.h', 115 'callback.h',
116 'callback_helpers.cc', 116 'callback_helpers.cc',
117 'callback_helpers.h', 117 'callback_helpers.h',
118 'callback_internal.cc', 118 'callback_internal.cc',
119 'callback_internal.h', 119 'callback_internal.h',
120 'callback_list.h', 120 'callback_list.h',
121 'cancelable_callback.h', 121 'cancelable_callback.h',
122 'command_line.cc', 122 'command_line.cc',
123 'command_line.h', 123 'command_line.h',
124 'compiler_specific.h', 124 'compiler_specific.h',
125 'containers/adapters.h',
125 'containers/hash_tables.h', 126 'containers/hash_tables.h',
126 'containers/linked_list.h', 127 'containers/linked_list.h',
127 'containers/mru_cache.h', 128 'containers/mru_cache.h',
128 'containers/scoped_ptr_hash_map.h', 129 'containers/scoped_ptr_hash_map.h',
129 'containers/small_map.h', 130 'containers/small_map.h',
130 'containers/stack_container.h', 131 'containers/stack_container.h',
131 'cpu.cc', 132 'cpu.cc',
132 'cpu.h', 133 'cpu.h',
133 'critical_closure.h', 134 'critical_closure.h',
134 'critical_closure_internal_ios.mm', 135 'critical_closure_internal_ios.mm',
(...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'i18n/time_formatting.h', 998 'i18n/time_formatting.h',
998 'i18n/timezone.cc', 999 'i18n/timezone.cc',
999 'i18n/timezone.h', 1000 'i18n/timezone.h',
1000 'i18n/utf8_validator_tables.cc', 1001 'i18n/utf8_validator_tables.cc',
1001 'i18n/utf8_validator_tables.h', 1002 'i18n/utf8_validator_tables.h',
1002 ], 1003 ],
1003 }] 1004 }]
1004 ], 1005 ],
1005 }, 1006 },
1006 } 1007 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/containers/adapters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698