Index: content/content_tests.gypi |
diff --git a/content/content_tests.gypi b/content/content_tests.gypi |
index c87b945a692b41c8fe180e3d52aa499f91c51e07..5ab30bb808650ec1e7fff67c012c04caa6f517b2 100644 |
--- a/content/content_tests.gypi |
+++ b/content/content_tests.gypi |
@@ -786,6 +786,28 @@ |
}], |
], |
}, |
+ { |
+ 'target_name': 'content_layouttest_support', |
jam
2012/11/09 02:00:19
why is this a separate target instead of putting i
jam
2012/11/09 02:05:58
(and to be clear, I think it should be in test_sup
jochen (gone - plz use gerrit)
2012/11/09 09:41:00
Done
I thought it would be nicer not to depend on
|
+ 'type': 'static_library', |
+ 'variables': { |
+ 'chromium_code': 1, |
+ }, |
+ 'dependencies': [ |
+ 'content_renderer', |
+ '../base/base.gyp:base', |
+ '../skia/skia.gyp:skia', |
+ '../ui/ui.gyp:ui', |
+ '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
+ '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner', |
+ ], |
+ 'include_dirs': [ |
+ '..', |
+ ], |
+ 'sources': [ |
+ 'public/test/layouttest_support.h', |
+ 'test/layouttest_support.cc', |
+ ], |
+ }, |
], |
}], |
['chromeos==1 or OS=="linux" or OS=="win" or OS=="mac"', { |