| 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",
|
|
|