Chromium Code Reviews| 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', |