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

Unified Diff: chrome/chrome_tests.gypi

Issue 1919203002: Rename notification interactive_ui_tests to "*_interactive_uitest.cc" to avoid confusion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix rename Created 4 years, 8 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 84c33c1b6286e61650b25e59f92c31a6f06a61b8..df6a8485560aa39ad51d6179b33d97714bf00b2e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1770,8 +1770,8 @@
# cross-platform panels).
'sources': [
# Note: List duplicated in GN build.
- 'browser/notifications/notification_browsertest.cc',
- 'browser/notifications/platform_notification_service_browsertest.cc',
+ 'browser/notifications/notification_interactive_uitest.cc',
+ 'browser/notifications/platform_notification_service_interactive_uitest.cc',
],
}],
['OS=="android"', {
@@ -1782,8 +1782,8 @@
'browser/notifications/message_center_notifications_browsertest.cc',
# TODO(peter): Enable the Notification browser tests.
- 'browser/notifications/notification_browsertest.cc',
- 'browser/notifications/platform_notification_service_browsertest.cc',
+ 'browser/notifications/notification_ui_browsertest.cc',
+ 'browser/notifications/platform_notification_service_ui_browsertest.cc',
]
}],
],
« no previous file with comments | « chrome/browser/notifications/platform_notification_service_interactive_uitest.cc ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698