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 '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 Loading... |
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 Loading... |
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 } |
OLD | NEW |