| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index c845e99222c4ee941de250414b58223ba3d728d3..f7cbea98deaac38388df230fa9072372413c7785 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -2122,10 +2122,13 @@
|
| '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/additional_properties_unittest.cc',
|
| + '../tools/json_schema_compiler/test/any_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/functions_on_types_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',
|
|
|