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

Unified Diff: chrome/chrome_tests.gypi

Issue 10910168: Separate plugin_metadata from plugin_installer, thread-safe plugin_finder (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: .. Created 8 years, 3 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/chrome_browser.gypi ('k') | no next file » | 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 b6c7ab303fca9d2912e221dee27651b7c1d7e803..cbc076ee183e79bd3f2a69ceb25ed529f4e338f8 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1436,7 +1436,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/async_policy_provider_unittest.cc',
'browser/policy/auto_enrollment_client_unittest.cc',
@@ -2587,8 +2587,6 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- 'browser/plugins/plugin_finder_unittest.cc',
- 'browser/plugins/plugin_installer_unittest.cc',
],
}],
['enable_protector_service==0', {
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698