| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 237 'float_util.h', | 237 'float_util.h', |
| 238 'format_macros.h', | 238 'format_macros.h', |
| 239 'gtest_prod_util.h', | 239 'gtest_prod_util.h', |
| 240 'guid.cc', | 240 'guid.cc', |
| 241 'guid.h', | 241 'guid.h', |
| 242 'guid_posix.cc', | 242 'guid_posix.cc', |
| 243 'guid_win.cc', | 243 'guid_win.cc', |
| 244 'hash.cc', | 244 'hash.cc', |
| 245 'hash.h', | 245 'hash.h', |
| 246 'id_map.h', | 246 'id_map.h', |
| 247 'ios/block_types.h', |
| 247 'ios/device_util.h', | 248 'ios/device_util.h', |
| 248 'ios/device_util.mm', | 249 'ios/device_util.mm', |
| 249 'ios/ios_util.h', | 250 'ios/ios_util.h', |
| 250 'ios/ios_util.mm', | 251 'ios/ios_util.mm', |
| 251 'ios/scoped_critical_action.h', | 252 'ios/scoped_critical_action.h', |
| 252 'ios/scoped_critical_action.mm', | 253 'ios/scoped_critical_action.mm', |
| 253 'json/json_file_value_serializer.cc', | 254 'json/json_file_value_serializer.cc', |
| 254 'json/json_file_value_serializer.h', | 255 'json/json_file_value_serializer.h', |
| 255 'json/json_parser.cc', | 256 'json/json_parser.cc', |
| 256 'json/json_parser.h', | 257 'json/json_parser.h', |
| (...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1018 'i18n/time_formatting.h', | 1019 'i18n/time_formatting.h', |
| 1019 'i18n/timezone.cc', | 1020 'i18n/timezone.cc', |
| 1020 'i18n/timezone.h', | 1021 'i18n/timezone.h', |
| 1021 'i18n/utf8_validator_tables.cc', | 1022 'i18n/utf8_validator_tables.cc', |
| 1022 'i18n/utf8_validator_tables.h', | 1023 'i18n/utf8_validator_tables.h', |
| 1023 ], | 1024 ], |
| 1024 }] | 1025 }] |
| 1025 ], | 1026 ], |
| 1026 }, | 1027 }, |
| 1027 } | 1028 } |
| OLD | NEW |