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

Unified Diff: content/content_tests.gypi

Issue 15946006: Move C++ code from webkit/tools/test_shell to webkit/support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix npapi_test_plugin Created 7 years, 6 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 | « content/content_renderer.gypi ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 06ba9f26241d31c0dff59bf760fa061340f859b8..7903107784a84a8e2f2b7a250d25d04ba8c3827e 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -559,16 +559,16 @@
'../third_party/libjingle/libjingle.gyp:libjingle',
'../ui/gl/gl.gyp:gl',
'../v8/tools/gyp/v8.gyp:v8',
+ '../webkit/plugins/webkit_plugins.gyp:plugins_common',
+ '../webkit/plugins/webkit_plugins.gyp:test_mock_plugin_list',
'../webkit/support/webkit_support.gyp:glue',
'../webkit/support/webkit_support.gyp:glue_common',
'../webkit/support/webkit_support.gyp:glue_renderer',
'../webkit/support/webkit_support.gyp:plugins',
- '../webkit/support/webkit_support.gyp:plugins_common',
'../webkit/support/webkit_support.gyp:webkit_base',
'../webkit/support/webkit_support.gyp:webkit_common',
'../webkit/support/webkit_support.gyp:webkit_media',
'../webkit/support/webkit_support.gyp:webkit_storage',
- '../webkit/webkit.gyp:test_shell_test_support',
],
}],
['enable_plugins==0', {
@@ -928,7 +928,7 @@
# npapi test plugin doesn't build on android or ios
'dependencies': [
# Runtime dependencies
- '../webkit/webkit.gyp:copy_npapi_test_plugin',
+ '../webkit/plugins/webkit_plugins.gyp:copy_npapi_test_plugin',
'../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
],
}],
« no previous file with comments | « content/content_renderer.gypi ('k') | content/shell/renderer/shell_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698