| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'files/file_proxy.h', | 214 'files/file_proxy.h', |
| 215 'files/file_util_proxy.cc', | 215 'files/file_util_proxy.cc', |
| 216 'files/file_util_proxy.h', | 216 'files/file_util_proxy.h', |
| 217 'files/file_win.cc', | 217 'files/file_win.cc', |
| 218 'files/important_file_writer.h', | 218 'files/important_file_writer.h', |
| 219 'files/important_file_writer.cc', | 219 'files/important_file_writer.cc', |
| 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', |
| 225 'files/scoped_file.h', |
| 224 'files/scoped_platform_file_closer.cc', | 226 'files/scoped_platform_file_closer.cc', |
| 225 'files/scoped_platform_file_closer.h', | 227 'files/scoped_platform_file_closer.h', |
| 226 'files/scoped_temp_dir.cc', | 228 'files/scoped_temp_dir.cc', |
| 227 'files/scoped_temp_dir.h', | 229 'files/scoped_temp_dir.h', |
| 228 'float_util.h', | 230 'float_util.h', |
| 229 'format_macros.h', | 231 'format_macros.h', |
| 230 'gtest_prod_util.h', | 232 'gtest_prod_util.h', |
| 231 'guid.cc', | 233 'guid.cc', |
| 232 'guid.h', | 234 'guid.h', |
| 233 'guid_posix.cc', | 235 'guid_posix.cc', |
| (...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 985 'i18n/time_formatting.h', | 987 'i18n/time_formatting.h', |
| 986 'i18n/timezone.cc', | 988 'i18n/timezone.cc', |
| 987 'i18n/timezone.h', | 989 'i18n/timezone.h', |
| 988 'i18n/utf8_validator_tables.cc', | 990 'i18n/utf8_validator_tables.cc', |
| 989 'i18n/utf8_validator_tables.h', | 991 'i18n/utf8_validator_tables.h', |
| 990 ], | 992 ], |
| 991 }] | 993 }] |
| 992 ], | 994 ], |
| 993 }, | 995 }, |
| 994 } | 996 } |
| OLD | NEW |