Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index b8a1ae2f5819fdecb3e4a1db5517cb527494c8f9..4f7081857dbb52b0eb3a81b9b0b7e177b551c719 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -1221,6 +1221,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', |
@@ -2102,6 +2103,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_test.cc', |
+ '../tools/json_schema_compiler/test/choices_test.cc', |
+ '../tools/json_schema_compiler/test/crossref_test.cc', |
+ '../tools/json_schema_compiler/test/simple_api_test.cc', |
not at google - send to devlin
2012/02/18 03:29:02
Can these be moved into json_schema_compiler_tests
calamity
2012/02/20 05:03:37
I moved them and got it to compile, but when runni
not at google - send to devlin
2012/02/20 11:59:25
Cool, this is fine.
|
'../ui/views/test/test_views_delegate.cc', |
'../ui/views/test/test_views_delegate.h', |
'../ui/views/test/views_test_base.cc', |