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

Unified Diff: chrome/browser/BUILD.gn

Issue 2033093003: [Notification] Make HTML5 Notification use ActionCenter on Windows 10, behind Flags. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync and merge. Created 3 years, 7 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/app/chrome_exe_main_win.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 28a0089e7d3a078e5b159a1ef059c55c24517b22..9ca1dae0127d73c2347c5aacdca50ce8e4196d02 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -44,6 +44,7 @@ if (is_win) {
"netapi32.lib",
"ndfapi.lib", # Used by browser/net/net_error_diagnostics_dialog_win.h
"pdh.lib", # Used by browser/private_working_set_snapshot.h
+ "runtimeobject.lib", # Used by browser/notifications
]
ldflags = [
"/DELAYLOAD:ndfapi.dll",
@@ -761,6 +762,10 @@ split_static_library("browser") {
"notifications/notification_platform_bridge.h",
"notifications/notification_platform_bridge_mac.h",
"notifications/notification_platform_bridge_mac.mm",
+ "notifications/notification_platform_bridge_win.cc",
+ "notifications/notification_platform_bridge_win.h",
+ "notifications/notification_toast_helper_win.cc",
+ "notifications/notification_toast_helper_win.h",
"notifications/notification_ui_manager.h",
"notifications/notifier_state_tracker.cc",
"notifications/notifier_state_tracker.h",
« no previous file with comments | « chrome/app/chrome_exe_main_win.cc ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698