| 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', |
| 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 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 980 'i18n/time_formatting.h', | 982 'i18n/time_formatting.h', |
| 981 'i18n/timezone.cc', | 983 'i18n/timezone.cc', |
| 982 'i18n/timezone.h', | 984 'i18n/timezone.h', |
| 983 'i18n/utf8_validator_tables.cc', | 985 'i18n/utf8_validator_tables.cc', |
| 984 'i18n/utf8_validator_tables.h', | 986 'i18n/utf8_validator_tables.h', |
| 985 ], | 987 ], |
| 986 }] | 988 }] |
| 987 ], | 989 ], |
| 988 }, | 990 }, |
| 989 } | 991 } |
| OLD | NEW |