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

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: Rebase 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 73b5ef847ff46a08667d2ba6a2dabbea002010fa..60e7979b6381774778efa6f9f68b93f469b8b28c 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/'],
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/browser/browser_main_loop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698