| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 'ios/weak_nsobject.h', | 256 'ios/weak_nsobject.h', |
| 257 'ios/weak_nsobject.mm', | 257 'ios/weak_nsobject.mm', |
| 258 'json/json_file_value_serializer.cc', | 258 'json/json_file_value_serializer.cc', |
| 259 'json/json_file_value_serializer.h', | 259 'json/json_file_value_serializer.h', |
| 260 'json/json_parser.cc', | 260 'json/json_parser.cc', |
| 261 'json/json_parser.h', | 261 'json/json_parser.h', |
| 262 'json/json_reader.cc', | 262 'json/json_reader.cc', |
| 263 'json/json_reader.h', | 263 'json/json_reader.h', |
| 264 'json/json_string_value_serializer.cc', | 264 'json/json_string_value_serializer.cc', |
| 265 'json/json_string_value_serializer.h', | 265 'json/json_string_value_serializer.h', |
| 266 'json/json_value_converter.cc', |
| 266 'json/json_value_converter.h', | 267 'json/json_value_converter.h', |
| 267 'json/json_writer.cc', | 268 'json/json_writer.cc', |
| 268 'json/json_writer.h', | 269 'json/json_writer.h', |
| 269 'json/string_escape.cc', | 270 'json/string_escape.cc', |
| 270 'json/string_escape.h', | 271 'json/string_escape.h', |
| 271 'lazy_instance.cc', | 272 'lazy_instance.cc', |
| 272 'lazy_instance.h', | 273 'lazy_instance.h', |
| 273 'location.cc', | 274 'location.cc', |
| 274 'location.h', | 275 'location.h', |
| 275 'logging.cc', | 276 'logging.cc', |
| (...skipping 752 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1028 'i18n/time_formatting.h', | 1029 'i18n/time_formatting.h', |
| 1029 'i18n/timezone.cc', | 1030 'i18n/timezone.cc', |
| 1030 'i18n/timezone.h', | 1031 'i18n/timezone.h', |
| 1031 'i18n/utf8_validator_tables.cc', | 1032 'i18n/utf8_validator_tables.cc', |
| 1032 'i18n/utf8_validator_tables.h', | 1033 'i18n/utf8_validator_tables.h', |
| 1033 ], | 1034 ], |
| 1034 }] | 1035 }] |
| 1035 ], | 1036 ], |
| 1036 }, | 1037 }, |
| 1037 } | 1038 } |
| OLD | NEW |