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

Unified Diff: chrome/chrome_tests.gypi

Issue 300873002: Removed NPAPI plugin infobar, with Finch trial gate (disabled by default). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased to include new blocking page action UI Created 6 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 26826f24a042cc7fad271c51a619312147bc670f..3001384712d5570591cbd955edb423a0430c6439 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -76,6 +76,7 @@
'browser/extensions/window_open_interactive_apitest.cc',
'browser/mouseleave_browsertest.cc',
'browser/notifications/notification_browsertest.cc',
+ 'browser/plugins/npapi_infobar_browsertest.cc',
'browser/password_manager/password_generation_interactive_uitest.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.cc',
'browser/renderer_context_menu/render_view_context_menu_browsertest_util.h',
@@ -1297,7 +1298,8 @@
'browser/notifications/message_center_notifications_browsertest.cc',
'browser/notifications/sync_notifier/sync_notifier_test_utils.cc',
'browser/notifications/sync_notifier/sync_notifier_test_utils.h',
- 'browser/password_manager/password_manager_browsertest.cc',
+ 'browser/plugins/npapi_infobar_browsertest.cc',
Bernhard Bauer 2014/06/20 10:43:40 Wait, why is this in here twice now? Also, there'
limasdf 2014/06/20 14:10:16 and This should be alphabetically ordered.
Chris Thompson 2014/06/20 17:01:44 My mistake when adding them to the build. This sho
Chris Thompson 2014/06/20 17:01:44 Forgot to move it when I changed the parent folder
+ 'browser/password_manager/password_manager_browsertest.cc',
'browser/performance_monitor/performance_monitor_browsertest.cc',
'browser/policy/cloud/cloud_policy_browsertest.cc',
'browser/policy/cloud/cloud_policy_manager_browsertest.cc',

Powered by Google App Engine
This is Rietveld 408576698