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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 'i18n/bidi_line_iterator.cc', | 309 'i18n/bidi_line_iterator.cc', |
310 'i18n/bidi_line_iterator.h', | 310 'i18n/bidi_line_iterator.h', |
311 'i18n/break_iterator.cc', | 311 'i18n/break_iterator.cc', |
312 'i18n/break_iterator.h', | 312 'i18n/break_iterator.h', |
313 'i18n/char_iterator.cc', | 313 'i18n/char_iterator.cc', |
314 'i18n/char_iterator.h', | 314 'i18n/char_iterator.h', |
315 'i18n/case_conversion.cc', | 315 'i18n/case_conversion.cc', |
316 'i18n/case_conversion.h', | 316 'i18n/case_conversion.h', |
317 'i18n/file_util_icu.cc', | 317 'i18n/file_util_icu.cc', |
318 'i18n/file_util_icu.h', | 318 'i18n/file_util_icu.h', |
| 319 'i18n/i18n_constants.cc', |
| 320 'i18n/i18n_constants.h', |
319 'i18n/icu_encoding_detection.cc', | 321 'i18n/icu_encoding_detection.cc', |
320 'i18n/icu_encoding_detection.h', | 322 'i18n/icu_encoding_detection.h', |
321 'i18n/icu_string_conversions.cc', | 323 'i18n/icu_string_conversions.cc', |
322 'i18n/icu_string_conversions.h', | 324 'i18n/icu_string_conversions.h', |
323 'i18n/icu_util.cc', | 325 'i18n/icu_util.cc', |
324 'i18n/icu_util.h', | 326 'i18n/icu_util.h', |
325 'i18n/number_formatting.cc', | 327 'i18n/number_formatting.cc', |
326 'i18n/number_formatting.h', | 328 'i18n/number_formatting.h', |
327 'i18n/rtl.cc', | 329 'i18n/rtl.cc', |
328 'i18n/rtl.h', | 330 'i18n/rtl.h', |
(...skipping 930 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1259 'base_unittests.isolate', | 1261 'base_unittests.isolate', |
1260 ], | 1262 ], |
1261 'sources': [ | 1263 'sources': [ |
1262 'base_unittests.isolate', | 1264 'base_unittests.isolate', |
1263 ], | 1265 ], |
1264 }, | 1266 }, |
1265 ], | 1267 ], |
1266 }], | 1268 }], |
1267 ], | 1269 ], |
1268 } | 1270 } |
OLD | NEW |