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

Unified Diff: chrome/chrome_tests.gypi

Issue 2835018: Group plugins in about:plugins and show update link for out-of-date ones. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Fix compile errors in unit test. Created 10 years, 6 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 4cdabed2737e362e8cf81ec3c805203a03677930..60b26b0c538599d9b89c0b403f510e2ef5b9e802 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -881,7 +881,7 @@
'browser/password_manager/password_store_default_unittest.cc',
'browser/password_manager/password_store_mac_unittest.cc',
'browser/password_manager/password_store_win_unittest.cc',
- 'browser/password_manager/password_store_x_unittest.cc',
+ 'browser/plugin_updater_unittest.cc',
'browser/pref_member_unittest.cc',
'browser/pref_service_unittest.cc',
'browser/preferences_mock_mac.cc',
@@ -1499,7 +1499,7 @@
'browser/chromeos/options/wifi_config_view_browsertest.cc',
'browser/chromeos/panels/panel_browsertest.cc',
'browser/chromeos/status/clock_menu_button_browsertest.cc',
- 'browser/chromeos/status/language_menu_button_browsertest.cc',
+ 'browser/chromeos/status/language_menu_button_browsertest.cc',
'browser/chromeos/status/power_menu_button_browsertest.cc',
],
}],
@@ -2492,7 +2492,7 @@
# If a test bundle is added to this coverage_build target it
# necessarily means this file (chrome_tests.gypi) is changed,
# so the action is run (coverage_bundles.py is generated).
- # Exceptions to that rule are theoretically possible
+ # Exceptions to that rule are theoretically possible
# (e.g. re-gyp with a GYP_DEFINES set).
# Else it's the same list of bundles as last time. They are
# built (since on the deps list) but the action may not run.
« 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