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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 230163002: Use DownloadManager to initiate downloads from PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 6 years, 8 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 | « chrome/browser/plugins/plugin_installer_unittest.cc ('k') | no next file » | 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 66fa6d60f09968d72ca02725d8c15f6755f7fc7f..ad90d5b94e8458cc88a8913e071917fc01409e10 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1132,6 +1132,7 @@
'browser/password_manager/password_store_x_unittest.cc',
'browser/performance_monitor/database_unittest.cc',
'browser/plugins/plugin_finder_unittest.cc',
+ 'browser/plugins/plugin_installer_unittest.cc',
'browser/plugins/plugin_metadata_unittest.cc',
'browser/plugins/plugin_prefs_unittest.cc',
'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
@@ -2678,6 +2679,11 @@
['exclude', '^browser/chromeos/events/'], # crbug.com/354036
],
}],
+ ['enable_plugin_installation==0', {
+ 'sources!': [
+ 'browser/plugins/plugin_installer_unittest.cc',
+ ],
+ }],
],
},
{
« no previous file with comments | « chrome/browser/plugins/plugin_installer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698