diff options
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 0c6ae71..42c4ef1 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -36,7 +36,6 @@ 'public/test/download_test_observer.cc', 'public/test/download_test_observer.h', 'public/test/js_injection_ready_observer.h', - 'public/test/layouttest_support.h', 'public/test/mock_download_item.cc', 'public/test/mock_download_item.h', 'public/test/mock_download_manager.cc', @@ -105,7 +104,6 @@ 'test/gpu/gpu_test_config.h', 'test/gpu/gpu_test_expectations_parser.cc', 'test/gpu/gpu_test_expectations_parser.h', - 'test/layouttest_support.cc', 'test/mock_keyboard.cc', 'test/mock_keyboard_driver_win.cc', 'test/mock_keyboard_driver_win.h', @@ -167,7 +165,6 @@ '../ppapi/ppapi_internal.gyp:ppapi_shared', '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', - '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner', '../ui/surface/surface.gyp:surface', '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compositor_support', '../webkit/support/webkit_support.gyp:webkit_storage', @@ -435,6 +432,8 @@ '../webkit/fileapi/media/native_media_file_util_unittest.cc', '../webkit/fileapi/mock_file_change_observer.cc', '../webkit/fileapi/mock_file_change_observer.h', + '../webkit/fileapi/mock_file_system_options.cc', + '../webkit/fileapi/mock_file_system_options.h', '../webkit/fileapi/obfuscated_file_util_unittest.cc', '../webkit/fileapi/sandbox_mount_point_provider_unittest.cc', '../webkit/fileapi/syncable/canned_syncable_file_system.cc', |