| Index: chrome/chrome_tests.gypi
 | 
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
 | 
| index 05092d8be5a0c9964179a6ed4bd525adf7683623..c845e99222c4ee941de250414b58223ba3d728d3 100644
 | 
| --- a/chrome/chrome_tests.gypi
 | 
| +++ b/chrome/chrome_tests.gypi
 | 
| @@ -2122,10 +2122,11 @@
 | 
|          'tools/convert_dict/convert_dict_unittest.cc',
 | 
|          '../testing/gtest_mac_unittest.mm',
 | 
|          '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest_small.cc',
 | 
| -        '../tools/json_schema_compiler/test/array_unittest.cc',
 | 
| +        '../tools/json_schema_compiler/test/arrays_unittest.cc',
 | 
|          '../tools/json_schema_compiler/test/choices_unittest.cc',
 | 
|          '../tools/json_schema_compiler/test/crossref_unittest.cc',
 | 
|          '../tools/json_schema_compiler/test/enums_unittest.cc',
 | 
| +        '../tools/json_schema_compiler/test/objects_unittest.cc',
 | 
|          '../tools/json_schema_compiler/test/simple_api_unittest.cc',
 | 
|          '../ui/views/test/test_views_delegate.cc',
 | 
|          '../ui/views/test/test_views_delegate.h',
 | 
| 
 |