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

Unified Diff: chrome/chrome_tests.gypi

Issue 602006: Remove webkit.gyp:pull_in_test_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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 | « chrome/chrome.gyp ('k') | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 38624)
+++ chrome/chrome_tests.gypi (working copy)
@@ -265,7 +265,7 @@
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',
# run time dependencies
- '../webkit/tools/test_shell/test_shell.gyp:npapi_layout_test_plugin',
+ '../webkit/webkit.gyp:npapi_layout_test_plugin',
],
'include_dirs': [
'..',
@@ -320,7 +320,7 @@
# http://code.google.com/p/chromium/issues/detail?id=18337
['target_arch!="x64" and target_arch!="arm"', {
'dependencies': [
- '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
+ '../webkit/webkit.gyp:npapi_test_plugin',
],
}],
['OS=="linux"', {
@@ -451,7 +451,7 @@
'../google_update/google_update.gyp:google_update',
'../views/views.gyp:views',
# run time dependency
- '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
+ '../webkit/webkit.gyp:npapi_test_plugin',
'<(allocator_target)',
],
'link_settings': {
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/interactive_ui/interactive_ui_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698