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

Unified Diff: chrome/test/BUILD.gn

Issue 2729613006: When navigation focuses a web contents, also activate its window. (Closed)
Patch Set: Copyright + nits Created 3 years, 9 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/browser/ui/browser_navigator.cc ('k') | chrome/test/data/notifications/notification_tester.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index b4695a7fa341616e3fd082c9b9e4c67bdb1ca65e..19fdcb88f693717f9b28b3ac87ee22011ef7b977 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -682,6 +682,8 @@ if (!is_android) {
# panels).
sources += [
"../browser/notifications/notification_interactive_uitest.cc",
+ "../browser/notifications/notification_interactive_uitest_mac.mm",
+ "../browser/notifications/notification_interactive_uitest_support.cc",
"../browser/notifications/platform_notification_service_interactive_uitest.cc",
]
}
@@ -4509,9 +4511,8 @@ test("unit_tests") {
"//third_party/ocmock",
]
- sources += [
- "../browser/ui/cocoa/applescript/apple_event_util_unittest.mm",
- ]
+ sources +=
+ [ "../browser/ui/cocoa/applescript/apple_event_util_unittest.mm" ]
if (mac_views_browser) {
# TODO(tapted): Add chrome_unit_tests_views_non_mac_sources.
« no previous file with comments | « chrome/browser/ui/browser_navigator.cc ('k') | chrome/test/data/notifications/notification_tester.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698