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

Side by Side Diff: base/base.gypi

Issue 1076443002: Removed obsolete float_util.h as VS2013 supports standards well enough. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Fixed mistake in value converter. Created 5 years, 8 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/BUILD.gn ('k') | base/float_util.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 '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 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 'files/important_file_writer.cc', 218 'files/important_file_writer.cc',
219 'files/important_file_writer.h', 219 'files/important_file_writer.h',
220 'files/memory_mapped_file.cc', 220 'files/memory_mapped_file.cc',
221 'files/memory_mapped_file.h', 221 'files/memory_mapped_file.h',
222 'files/memory_mapped_file_posix.cc', 222 'files/memory_mapped_file_posix.cc',
223 'files/memory_mapped_file_win.cc', 223 'files/memory_mapped_file_win.cc',
224 'files/scoped_file.cc', 224 'files/scoped_file.cc',
225 'files/scoped_file.h', 225 'files/scoped_file.h',
226 'files/scoped_temp_dir.cc', 226 'files/scoped_temp_dir.cc',
227 'files/scoped_temp_dir.h', 227 'files/scoped_temp_dir.h',
228 'float_util.h',
229 'format_macros.h', 228 'format_macros.h',
230 'gtest_prod_util.h', 229 'gtest_prod_util.h',
231 'guid.cc', 230 'guid.cc',
232 'guid.h', 231 'guid.h',
233 'guid_posix.cc', 232 'guid_posix.cc',
234 'guid_win.cc', 233 'guid_win.cc',
235 'hash.cc', 234 'hash.cc',
236 'hash.h', 235 'hash.h',
237 'id_map.h', 236 'id_map.h',
238 'ios/block_types.h', 237 'ios/block_types.h',
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 'i18n/time_formatting.h', 1013 'i18n/time_formatting.h',
1015 'i18n/timezone.cc', 1014 'i18n/timezone.cc',
1016 'i18n/timezone.h', 1015 'i18n/timezone.h',
1017 'i18n/utf8_validator_tables.cc', 1016 'i18n/utf8_validator_tables.cc',
1018 'i18n/utf8_validator_tables.h', 1017 'i18n/utf8_validator_tables.h',
1019 ], 1018 ],
1020 }] 1019 }]
1021 ], 1020 ],
1022 }, 1021 },
1023 } 1022 }
OLDNEW
« no previous file with comments | « base/BUILD.gn ('k') | base/float_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698