| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | |
| 224 'files/scoped_platform_file_closer.cc', | 222 'files/scoped_platform_file_closer.cc', |
| 225 'files/scoped_platform_file_closer.h', | 223 'files/scoped_platform_file_closer.h', |
| 226 'files/scoped_temp_dir.cc', | 224 'files/scoped_temp_dir.cc', |
| 227 'files/scoped_temp_dir.h', | 225 'files/scoped_temp_dir.h', |
| 228 'float_util.h', | 226 'float_util.h', |
| 229 'format_macros.h', | 227 'format_macros.h', |
| 230 'gtest_prod_util.h', | 228 'gtest_prod_util.h', |
| 231 'guid.cc', | 229 'guid.cc', |
| 232 'guid.h', | 230 'guid.h', |
| 233 'guid_posix.cc', | 231 'guid_posix.cc', |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 982 'i18n/time_formatting.h', | 980 'i18n/time_formatting.h', |
| 983 'i18n/timezone.cc', | 981 'i18n/timezone.cc', |
| 984 'i18n/timezone.h', | 982 'i18n/timezone.h', |
| 985 'i18n/utf8_validator_tables.cc', | 983 'i18n/utf8_validator_tables.cc', |
| 986 'i18n/utf8_validator_tables.h', | 984 'i18n/utf8_validator_tables.h', |
| 987 ], | 985 ], |
| 988 }] | 986 }] |
| 989 ], | 987 ], |
| 990 }, | 988 }, |
| 991 } | 989 } |
| OLD | NEW |