| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 93b60b298f7a308d1b95286bb17cc0bea50dd59f..b3d0a24e15f45f6d93d6b66d525f57314fbe3636 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -36,6 +36,7 @@
|
| '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',
|
| @@ -104,6 +105,7 @@
|
| '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',
|
| @@ -165,6 +167,7 @@
|
| '../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',
|
|
|