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

Unified Diff: webkit/tools/test_shell/test_shell.gyp

Issue 159361: re-do CL 2136 - move image_diff to tools/imagediff, add deps to test_shell... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 | « tools/imagediff/image_diff.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gyp
===================================================================
--- webkit/tools/test_shell/test_shell.gyp (revision 21504)
+++ webkit/tools/test_shell/test_shell.gyp (working copy)
@@ -183,6 +183,8 @@
'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9',
'dependencies': [
'test_shell_common',
+ 'npapi_layout_test_plugin',
+ '../../../tools/imagediff/image_diff.gyp:image_diff',
],
'sources': [
'test_shell_main.cc',
@@ -206,6 +208,7 @@
},
'conditions': [
['OS=="win"', {
+ 'dependencies': ['test_worker'],
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
« no previous file with comments | « tools/imagediff/image_diff.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698