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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11615002: Exclude PluginService for builds with enable_plugins==0 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ifdef out VersionHandler::OnGotPlugins Created 8 years 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_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 3ada3ac51c360d4b6107da53c6a2aa2a8d1019f0..f8edcb1af8a22428834b7e21623038c124f0e63c 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1826,6 +1826,12 @@
['exclude', '^browser/automation/'],
],
}],
+ ['enable_plugins==0', {
+ 'sources!': [
+ 'browser/renderer_host/plugin_info_message_filter_unittest.cc',
+ 'browser/plugins/plugin_prefs_unittest.cc',
+ ],
+ }],
['enable_printing!=1', {
'sources/': [
['exclude', '^browser/printing/'],

Powered by Google App Engine
This is Rietveld 408576698