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

Unified Diff: chrome/chrome_tests.gypi

Issue 10806056: Move plugin_browsertests.cc from browser_tests to content_browsertests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync to mac+win fixes Created 8 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
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 147965)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2636,7 +2636,6 @@
# Runtime dependencies
'../ppapi/ppapi_internal.gyp:ppapi_tests',
'../third_party/mesa/mesa.gyp:osmesa',
- '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
],
'include_dirs': [
'..',
@@ -3065,7 +3064,6 @@
'../content/browser/in_process_webkit/indexed_db_layout_browsertest.cc',
'../content/browser/indexed_db/idbbindingutilities_browsertest.cc',
'../content/browser/media_browsertest.cc',
- '../content/browser/plugin_browsertest.cc',
'../content/browser/plugin_data_remover_impl_browsertest.cc',
'../content/browser/plugin_service_impl_browsertest.cc',
'../content/browser/renderer_host/render_process_host_browsertest.cc',
@@ -3349,8 +3347,6 @@
'dependencies': [
# build time dependency.
'../v8/tools/gyp/v8.gyp:v8_shell#host',
- # run time dependency
- '../webkit/webkit.gyp:copy_npapi_test_plugin',
],
}],
['component=="shared_library" and incremental_chrome_dll!=1', {
@@ -3364,7 +3360,6 @@
],
['use_aura==1', {
'sources!': [
- '../content/browser/plugin_browsertest.cc',
'../content/browser/accessibility/dump_accessibility_tree_browsertest.cc',
'../content/browser/accessibility/dump_accessibility_tree_helper_win.cc',
'../content/browser/accessibility/dump_accessibility_tree_helper.cc',
@@ -3438,7 +3433,6 @@
'../webkit/webkit.gyp:test_shell_test_support',
# Runtime dependencies
'../third_party/mesa/mesa.gyp:osmesa',
- '../webkit/webkit.gyp:pull_in_copy_TestNetscapePlugIn',
],
'include_dirs': [
'..',

Powered by Google App Engine
This is Rietveld 408576698