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

Unified Diff: content/content_shell.gypi

Issue 11144012: [content shell] Update dependencies for content shell layout tests from DumpRenderTree to TestRunner (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months 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_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index a628bff8ec56c07bc54ed65a38509782cd9c9e8d..6caed69ee611a2a56289cf33e0edde8eadb0295e 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -305,6 +305,8 @@
'dependencies': [
'content_shell_lib',
'content_shell_pak',
+ '../third_party/mesa/mesa.gyp:osmesa',
+ '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:TestRunner_resources',
],
'include_dirs': [
'..',
@@ -436,7 +438,6 @@
'type': 'none',
'dependencies': [
'content_shell',
- '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRenderTree.gyp:DumpRenderTree',
],
},
],
« no previous file with comments | « no previous file | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698