Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(412)

Unified Diff: content/content_renderer.gypi

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: version that doesn't expose RenderViewImpl in public API Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | content/public/test/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index 269df95e06e589c9dbe2f652ae1e4fb94523b658..790274b215c92f46fe153774364f1185a15ec094 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -270,6 +270,15 @@
'renderer/websharedworkerrepository_impl.h',
],
'conditions': [
+ ['component=="shared_library" and OS!="ios"', {
+ 'sources': [
+ 'public/test/content_layouttest_support.h',
+ 'test/content_layouttest_support.cc',
jam 2012/11/08 20:37:06 why is this dependency there on shared builds?
jochen (gone - plz use gerrit) 2012/11/08 20:41:08 The alternative is to content_export RenderViewImp
jam 2012/11/08 20:49:24 would this only be RenderViewImpl and RenderWidget
+ ],
+ 'dependencies': [
+ '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner',
+ ],
+ }],
['notifications==0', {
'sources!': [
'renderer/notification_provider.cc',
« no previous file with comments | « no previous file | content/content_shell.gypi » ('j') | content/public/test/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698