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

Unified Diff: content/content_tests.gypi

Issue 11362161: Use the WebTestProxy for layout tests in content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | « content/content_shell.gypi ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"', {
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698