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

Unified Diff: chrome/chrome_tests.gypi

Issue 10933044: Move chrome/browser/plugin_* to chrome/browser/plugins/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_plugin_group
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 b210936b3eba8538a31cffba8b84c9c64f164a8e..f3ed1c2e6ddd8d2d51ab52ff4749ac273a821979 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1437,9 +1437,9 @@
'browser/password_manager/password_store_win_unittest.cc',
'browser/password_manager/password_store_x_unittest.cc',
'browser/performance_monitor/database_unittest.cc',
- 'browser/plugin_finder_unittest.cc',
- 'browser/plugin_installer_unittest.cc',
- 'browser/plugin_prefs_unittest.cc',
+ 'browser/plugins/plugin_finder_unittest.cc',
+ 'browser/plugins/plugin_installer_unittest.cc',
+ 'browser/plugins/plugin_prefs_unittest.cc',
'browser/policy/async_policy_provider_unittest.cc',
'browser/policy/auto_enrollment_client_unittest.cc',
'browser/policy/cloud_policy_client_unittest.cc',
@@ -2574,8 +2574,8 @@
}],
['enable_plugin_installation==0', {
'sources!': [
- 'browser/plugin_finder_unittest.cc',
- 'browser/plugin_installer_unittest.cc',
+ '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