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

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

Issue 119024: Fixing incorrect dependency revealed by chrome.sln moving to gyp.... (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 | 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 17381)
+++ webkit/tools/test_shell/test_shell.gyp (working copy)
@@ -29,6 +29,7 @@
'target_name': 'test_shell_common',
'type': '<(library)',
'dependencies': [
+ 'npapi_layout_test_plugin',
'../../../base/base.gyp:base',
'../../../base/base.gyp:base_gfx',
'../../../net/net.gyp:net',
@@ -104,7 +105,6 @@
'conditions': [
['OS!="win"', {
'dependencies': [
- 'npapi_layout_test_plugin',
'npapi_test_plugin',
],
}],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698