| 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', {
|
|
|