| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 35bbdc9d0ef9dea4dd6519fa080bf30d4ebdddea..6c805ea661a46b55734f8d89fc4ad42673a513ff 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -1226,6 +1226,7 @@
|
| '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
|
| '../third_party/libjingle/libjingle.gyp:libjingle',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| + '../tools/json_schema_compiler/test/json_schema_compiler_tests.gyp:json_schema_compiler_tests',
|
| '../ui/gfx/gl/gl.gyp:gl',
|
| '../ui/ui.gyp:ui_resources',
|
| '../ui/ui.gyp:ui_resources_standard',
|
| @@ -2111,6 +2112,10 @@
|
| '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/choices_unittest.cc',
|
| + '../tools/json_schema_compiler/test/crossref_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',
|
| '../ui/views/test/views_test_base.cc',
|
|
|