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

Side by Side Diff: base/base.gypi

Issue 257003007: Introduce a new framework for back-and-forth tracked/protected preferences migration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: +cleanup-only tests 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
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',
129 'debug/alias.cc', 128 'debug/alias.cc',
130 'debug/alias.h', 129 'debug/alias.h',
131 'debug/crash_logging.cc', 130 'debug/crash_logging.cc',
132 'debug/crash_logging.h', 131 'debug/crash_logging.h',
133 'debug/debugger.cc', 132 'debug/debugger.cc',
134 'debug/debugger.h', 133 'debug/debugger.h',
135 'debug/debugger_posix.cc', 134 'debug/debugger_posix.cc',
136 'debug/debugger_win.cc', 135 'debug/debugger_win.cc',
137 'debug/dump_without_crashing.cc', 136 'debug/dump_without_crashing.cc',
138 'debug/dump_without_crashing.h', 137 'debug/dump_without_crashing.h',
139 'debug/gdi_debug_util_win.cc', 138 'debug/gdi_debug_util_win.cc',
140 'debug/gdi_debug_util_win.h', 139 'debug/gdi_debug_util_win.h',
141 # This file depends on files from the 'allocator' target, 140 # This file depends on files from the 'allocator' target,
142 # but this target does not depend on 'allocator' (see 141 # but this target does not depend on 'allocator' (see
143 # allocator.gyp for details). 142 # allocator.gyp for details).
144 'debug/leak_annotations.h', 143 'debug/leak_annotations.h',
145 'debug/leak_tracker.h', 144 'debug/leak_tracker.h',
146 'debug/proc_maps_linux.cc', 145 'debug/proc_maps_linux.cc',
147 'debug/proc_maps_linux.h', 146 'debug/proc_maps_linux.h',
148 'debug/profiler.cc', 147 'debug/profiler.cc',
149 'debug/profiler.h', 148 'debug/profiler.h',
150 'debug/stack_trace.cc', 149 'debug/stack_trace.cc',
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 'i18n/time_formatting.h', 953 'i18n/time_formatting.h',
955 'i18n/timezone.cc', 954 'i18n/timezone.cc',
956 'i18n/timezone.h', 955 'i18n/timezone.h',
957 'i18n/utf8_validator_tables.cc', 956 'i18n/utf8_validator_tables.cc',
958 'i18n/utf8_validator_tables.h', 957 'i18n/utf8_validator_tables.h',
959 ], 958 ],
960 }] 959 }]
961 ], 960 ],
962 }, 961 },
963 } 962 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/critical_closure.h » ('j') | base/critical_closure.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698