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

Side by Side Diff: base/base.gypi

Issue 274773003: Allow MakeCriticalClosure to enclose closures with non-void return types. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « base/BUILD.gn ('k') | base/critical_closure.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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 'compiler_specific.h', 118 'compiler_specific.h',
119 'containers/hash_tables.h', 119 'containers/hash_tables.h',
120 'containers/linked_list.h', 120 'containers/linked_list.h',
121 'containers/mru_cache.h', 121 'containers/mru_cache.h',
122 'containers/scoped_ptr_hash_map.h', 122 'containers/scoped_ptr_hash_map.h',
123 'containers/small_map.h', 123 'containers/small_map.h',
124 'containers/stack_container.h', 124 'containers/stack_container.h',
125 'cpu.cc', 125 'cpu.cc',
126 'cpu.h', 126 'cpu.h',
127 'critical_closure.h', 127 'critical_closure.h',
128 'critical_closure_ios.mm', 128 'critical_closure_internal_ios.mm',
129 'debug/alias.cc', 129 'debug/alias.cc',
130 'debug/alias.h', 130 'debug/alias.h',
131 'debug/crash_logging.cc', 131 'debug/crash_logging.cc',
132 'debug/crash_logging.h', 132 'debug/crash_logging.h',
133 'debug/debugger.cc', 133 'debug/debugger.cc',
134 'debug/debugger.h', 134 'debug/debugger.h',
135 'debug/debugger_posix.cc', 135 'debug/debugger_posix.cc',
136 'debug/debugger_win.cc', 136 'debug/debugger_win.cc',
137 'debug/dump_without_crashing.cc', 137 'debug/dump_without_crashing.cc',
138 'debug/dump_without_crashing.h', 138 'debug/dump_without_crashing.h',
139 'debug/gdi_debug_util_win.cc', 139 'debug/gdi_debug_util_win.cc',
140 'debug/gdi_debug_util_win.h', 140 'debug/gdi_debug_util_win.h',
141 # This file depends on files from the 'allocator' target, 141 # This file depends on files from the 'allocator' target,
142 # but this target does not depend on 'allocator' (see 142 # but this target does not depend on 'allocator' (see
143 # allocator.gyp for details). 143 # allocator.gyp for details).
144 'debug/leak_annotations.h', 144 'debug/leak_annotations.h',
145 'debug/leak_tracker.h', 145 'debug/leak_tracker.h',
146 'debug/proc_maps_linux.cc', 146 'debug/proc_maps_linux.cc',
147 'debug/proc_maps_linux.h', 147 'debug/proc_maps_linux.h',
148 'debug/profiler.cc', 148 'debug/profiler.cc',
149 'debug/profiler.h', 149 'debug/profiler.h',
150 'debug/stack_trace.cc', 150 'debug/stack_trace.cc',
(...skipping 809 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'i18n/time_formatting.h', 960 'i18n/time_formatting.h',
961 'i18n/timezone.cc', 961 'i18n/timezone.cc',
962 'i18n/timezone.h', 962 'i18n/timezone.h',
963 'i18n/utf8_validator_tables.cc', 963 'i18n/utf8_validator_tables.cc',
964 'i18n/utf8_validator_tables.h', 964 'i18n/utf8_validator_tables.h',
965 ], 965 ],
966 }] 966 }]
967 ], 967 ],
968 }, 968 },
969 } 969 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/critical_closure.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698