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

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
« chrome/browser/plugin_installer.h ('K') | « 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 1e6fccac48344bc8b83d06a62920685273587e58..5987d5f970c71760b8e14dfd0df3d64321bd66b3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1434,7 +1434,7 @@
'browser/performance_monitor/database_unittest.cc',
'browser/performance_monitor/performance_monitor_util_unittest.cc',
'browser/plugin_finder_unittest.cc',
- 'browser/plugin_installer_unittest.cc',
+ 'browser/plugin_metadata_unittest.cc',
'browser/plugin_prefs_unittest.cc',
'browser/policy/async_policy_provider_unittest.cc',
'browser/policy/auto_enrollment_client_unittest.cc',
@@ -2554,8 +2554,6 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- 'browser/plugin_finder_unittest.cc',
- 'browser/plugin_installer_unittest.cc',
],
}],
['enable_protector_service==0', {
« chrome/browser/plugin_installer.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698