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

Unified Diff: chrome/chrome_tests.gypi

Issue 8689001: Reland 111519: Remove default plug-in on Mac, Gtk and Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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_common.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index a1a4179b698a54883aa45285c06cd49218821cf4..f458d501273b391b9731422f67f7544ed160dec5 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -734,7 +734,6 @@
'../third_party/icu/icu.gyp:icuuc',
'../third_party/libxml/libxml.gyp:libxml',
# run time dependencies
- 'default_plugin/default_plugin.gyp:default_plugin',
'../ppapi/ppapi_internal.gyp:ppapi_tests',
'../third_party/mesa/mesa.gyp:osmesa',
'../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:copy_TestNetscapePlugIn',
@@ -747,7 +746,6 @@
'browser/browser_encoding_uitest.cc',
'browser/custom_handlers/custom_handlers_uitest.cc',
'browser/download/save_page_uitest.cc',
- 'browser/default_plugin_uitest.cc',
'browser/fast_shutdown_uitest.cc',
'browser/history/multipart_uitest.cc',
'browser/history/redirect_uitest.cc',
@@ -843,6 +841,7 @@
'sources!': [
'test/automation/automation_proxy_uitest.cc',
'test/ui/npapi_uitest.cc',
+ 'browser/default_plugin_uitest.cc',
jochen (gone - plz use gerrit) 2011/11/24 13:17:38 not sure I understand this. You deleted the entry
Bernhard Bauer 2011/11/24 13:53:05 True, that seems like one too many ;-) I think the
],
'dependencies': [
'../ui/aura/aura.gyp:aura',
@@ -874,6 +873,12 @@
'<(allocator_target)',
],
}],
+ ['use_aura==0', {
+ 'dependencies': [
+ # Runtime dependency
+ 'default_plugin/default_plugin.gyp:default_plugin',
+ ]
+ }],
],
'link_settings': {
'libraries': [
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/default_plugin/default_plugin.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698