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

Side by Side Diff: base/base.gypi

Issue 191673003: Implement ScopedFD in terms of ScopedGeneric. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'files/file_posix.cc', 212 'files/file_posix.cc',
213 'files/file_util_proxy.cc', 213 'files/file_util_proxy.cc',
214 'files/file_util_proxy.h', 214 'files/file_util_proxy.h',
215 'files/file_win.cc', 215 'files/file_win.cc',
216 'files/important_file_writer.h', 216 'files/important_file_writer.h',
217 'files/important_file_writer.cc', 217 'files/important_file_writer.cc',
218 'files/memory_mapped_file.cc', 218 'files/memory_mapped_file.cc',
219 'files/memory_mapped_file.h', 219 'files/memory_mapped_file.h',
220 'files/memory_mapped_file_posix.cc', 220 'files/memory_mapped_file_posix.cc',
221 'files/memory_mapped_file_win.cc', 221 'files/memory_mapped_file_win.cc',
222 'files/scoped_file.cc',
223 'files/scoped_file.h',
222 'files/scoped_platform_file_closer.cc', 224 'files/scoped_platform_file_closer.cc',
223 'files/scoped_platform_file_closer.h', 225 'files/scoped_platform_file_closer.h',
224 'files/scoped_temp_dir.cc', 226 'files/scoped_temp_dir.cc',
225 'files/scoped_temp_dir.h', 227 'files/scoped_temp_dir.h',
226 'float_util.h', 228 'float_util.h',
227 'format_macros.h', 229 'format_macros.h',
228 'gtest_prod_util.h', 230 'gtest_prod_util.h',
229 'guid.cc', 231 'guid.cc',
230 'guid.h', 232 'guid.h',
231 'guid_posix.cc', 233 'guid_posix.cc',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'i18n/time_formatting.h', 984 'i18n/time_formatting.h',
983 'i18n/timezone.cc', 985 'i18n/timezone.cc',
984 'i18n/timezone.h', 986 'i18n/timezone.h',
985 'i18n/utf8_validator_tables.cc', 987 'i18n/utf8_validator_tables.cc',
986 'i18n/utf8_validator_tables.h', 988 'i18n/utf8_validator_tables.h',
987 ], 989 ],
988 }] 990 }]
989 ], 991 ],
990 }, 992 },
991 } 993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698