| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 'format_macros.h', | 223 'format_macros.h', |
| 224 'gtest_prod_util.h', | 224 'gtest_prod_util.h', |
| 225 'guid.cc', | 225 'guid.cc', |
| 226 'guid.h', | 226 'guid.h', |
| 227 'guid_posix.cc', | 227 'guid_posix.cc', |
| 228 'guid_win.cc', | 228 'guid_win.cc', |
| 229 'hash.cc', | 229 'hash.cc', |
| 230 'hash.h', | 230 'hash.h', |
| 231 'id_map.h', | 231 'id_map.h', |
| 232 'ios/block_types.h', | 232 'ios/block_types.h', |
| 233 'ios/crb_protocol_observers.h', |
| 234 'ios/crb_protocol_observers.mm', |
| 233 'ios/device_util.h', | 235 'ios/device_util.h', |
| 234 'ios/device_util.mm', | 236 'ios/device_util.mm', |
| 235 'ios/ios_util.h', | 237 'ios/ios_util.h', |
| 236 'ios/ios_util.mm', | 238 'ios/ios_util.mm', |
| 237 'ios/scoped_critical_action.h', | 239 'ios/scoped_critical_action.h', |
| 238 'ios/scoped_critical_action.mm', | 240 'ios/scoped_critical_action.mm', |
| 239 'ios/weak_nsobject.h', | 241 'ios/weak_nsobject.h', |
| 240 'ios/weak_nsobject.mm', | 242 'ios/weak_nsobject.mm', |
| 241 'json/json_file_value_serializer.cc', | 243 'json/json_file_value_serializer.cc', |
| 242 'json/json_file_value_serializer.h', | 244 'json/json_file_value_serializer.h', |
| (...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 'i18n/time_formatting.h', | 1038 'i18n/time_formatting.h', |
| 1037 'i18n/timezone.cc', | 1039 'i18n/timezone.cc', |
| 1038 'i18n/timezone.h', | 1040 'i18n/timezone.h', |
| 1039 'i18n/utf8_validator_tables.cc', | 1041 'i18n/utf8_validator_tables.cc', |
| 1040 'i18n/utf8_validator_tables.h', | 1042 'i18n/utf8_validator_tables.h', |
| 1041 ], | 1043 ], |
| 1042 }] | 1044 }] |
| 1043 ], | 1045 ], |
| 1044 }, | 1046 }, |
| 1045 } | 1047 } |
| OLD | NEW |