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

Unified Diff: chrome/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 | « no previous file | chrome/app/chrome_exe_main_app_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index e29acdc758a6ef4ca9537979b2e65edcd1f48762..9b5e1d0c91ef25aa565aa6a564182da80322134d 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -173,6 +173,8 @@ if (!is_android && !is_mac) {
sources += [
"app/chrome_exe.rc",
"app/chrome_exe_load_config_win.cc",
+ "app/chrome_exe_main_app_win.cc",
+ "app/chrome_exe_main_app_win.h",
"app/chrome_exe_main_win.cc",
"app/chrome_watcher_client_win.cc",
"app/chrome_watcher_client_win.h",
@@ -224,6 +226,11 @@ if (!is_android && !is_mac) {
configs += [ "//build/config/win:windowed" ]
}
+ libs = [
+ "Pathcch.lib",
+ "runtimeobject.lib",
+ ]
+
ldflags = [
"/DELAYLOAD:dbghelp.dll",
"/DELAYLOAD:dwmapi.dll",
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_app_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698