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

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

Issue 149714: modify test_shell target to build everything for layout_tests, move image_diff to tools/ (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\image_diff\image_diff.cc ('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 21079)
+++ webkit/tools/test_shell/test_shell.gyp (working copy)
@@ -182,6 +182,8 @@
'msvs_guid': 'FA39524D-3067-4141-888D-28A86C66F2B9',
'dependencies': [
'test_shell_common',
+ 'npapi_layout_test_plugin',
+ '../../../tools/image_diff/image_diff.gyp:image_diff',
],
'sources': [
'test_shell_main.cc',
@@ -205,6 +207,7 @@
},
'conditions': [
['OS=="win"', {
+ 'dependencies': ['test_worker'],
'resource_include_dirs': [
'<(SHARED_INTERMEDIATE_DIR)/webkit',
],
@@ -249,7 +252,7 @@
}],
['OS=="mac"', {
'product_name': 'TestShell',
- 'dependencies': ['layout_test_helper'],
+ 'dependencies': ['layout_test_helper', 'test_worker'],
'variables': {
'repack_path': '../../../tools/data_pack/repack.py',
},
« no previous file with comments | « tools\image_diff\image_diff.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698