| 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 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 'files/important_file_writer.h', | 232 'files/important_file_writer.h', |
| 233 'files/memory_mapped_file.cc', | 233 'files/memory_mapped_file.cc', |
| 234 'files/memory_mapped_file.h', | 234 'files/memory_mapped_file.h', |
| 235 'files/memory_mapped_file_posix.cc', | 235 'files/memory_mapped_file_posix.cc', |
| 236 'files/memory_mapped_file_win.cc', | 236 'files/memory_mapped_file_win.cc', |
| 237 'files/scoped_file.cc', | 237 'files/scoped_file.cc', |
| 238 'files/scoped_file.h', | 238 'files/scoped_file.h', |
| 239 'files/scoped_temp_dir.cc', | 239 'files/scoped_temp_dir.cc', |
| 240 'files/scoped_temp_dir.h', | 240 'files/scoped_temp_dir.h', |
| 241 'format_macros.h', | 241 'format_macros.h', |
| 242 'function_util.h', |
| 242 'gtest_prod_util.h', | 243 'gtest_prod_util.h', |
| 243 'guid.cc', | 244 'guid.cc', |
| 244 'guid.h', | 245 'guid.h', |
| 245 'hash.cc', | 246 'hash.cc', |
| 246 'hash.h', | 247 'hash.h', |
| 247 'id_map.h', | 248 'id_map.h', |
| 248 'ios/block_types.h', | 249 'ios/block_types.h', |
| 249 'ios/crb_protocol_observers.h', | 250 'ios/crb_protocol_observers.h', |
| 250 'ios/crb_protocol_observers.mm', | 251 'ios/crb_protocol_observers.mm', |
| 251 'ios/device_util.h', | 252 'ios/device_util.h', |
| (...skipping 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 'i18n/time_formatting.h', | 1100 'i18n/time_formatting.h', |
| 1100 'i18n/timezone.cc', | 1101 'i18n/timezone.cc', |
| 1101 'i18n/timezone.h', | 1102 'i18n/timezone.h', |
| 1102 'i18n/utf8_validator_tables.cc', | 1103 'i18n/utf8_validator_tables.cc', |
| 1103 'i18n/utf8_validator_tables.h', | 1104 'i18n/utf8_validator_tables.h', |
| 1104 ], | 1105 ], |
| 1105 }] | 1106 }] |
| 1106 ], | 1107 ], |
| 1107 }, | 1108 }, |
| 1108 } | 1109 } |
| OLD | NEW |