OLD | NEW |
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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 'files/file_util_proxy.cc', | 219 'files/file_util_proxy.cc', |
220 'files/file_util_proxy.h', | 220 'files/file_util_proxy.h', |
221 'files/file_util_win.cc', | 221 'files/file_util_win.cc', |
222 'files/file_win.cc', | 222 'files/file_win.cc', |
223 'files/important_file_writer.h', | 223 'files/important_file_writer.h', |
224 'files/important_file_writer.cc', | 224 'files/important_file_writer.cc', |
225 'files/memory_mapped_file.cc', | 225 'files/memory_mapped_file.cc', |
226 'files/memory_mapped_file.h', | 226 'files/memory_mapped_file.h', |
227 'files/memory_mapped_file_posix.cc', | 227 'files/memory_mapped_file_posix.cc', |
228 'files/memory_mapped_file_win.cc', | 228 'files/memory_mapped_file_win.cc', |
| 229 'files/platform_file.h', |
229 'files/scoped_file.cc', | 230 'files/scoped_file.cc', |
230 'files/scoped_file.h', | 231 'files/scoped_file.h', |
231 'files/scoped_temp_dir.cc', | 232 'files/scoped_temp_dir.cc', |
232 'files/scoped_temp_dir.h', | 233 'files/scoped_temp_dir.h', |
233 'float_util.h', | 234 'float_util.h', |
234 'format_macros.h', | 235 'format_macros.h', |
235 'gtest_prod_util.h', | 236 'gtest_prod_util.h', |
236 'guid.cc', | 237 'guid.cc', |
237 'guid.h', | 238 'guid.h', |
238 'guid_posix.cc', | 239 'guid_posix.cc', |
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |