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

Unified Diff: chrome/installer/setup/BUILD.gn

Issue 2933043002: Installer support for Windows 10 inactive user toast. (Closed)
Patch Set: review feedback Created 3 years, 6 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/installer/setup/install.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/BUILD.gn
diff --git a/chrome/installer/setup/BUILD.gn b/chrome/installer/setup/BUILD.gn
index c0bb689cada82529f037cae575035d969e53745b..e9720a5b42e927b26219a61c0c2c825cefe36c95 100644
--- a/chrome/installer/setup/BUILD.gn
+++ b/chrome/installer/setup/BUILD.gn
@@ -30,6 +30,8 @@ if (is_win) {
"//components/crash/content/app:app",
"//components/crash/content/app:run_as_crashpad_handler",
]
+
+ libs = [ "netapi32.lib" ]
}
static_library("lib") {
@@ -60,6 +62,8 @@ if (is_win) {
"setup_util.h",
"update_active_setup_version_work_item.cc",
"update_active_setup_version_work_item.h",
+ "user_experiment.cc",
+ "user_experiment.h",
"user_hive_visitor.cc",
"user_hive_visitor.h",
]
@@ -80,6 +84,7 @@ if (is_win) {
"//rlz:rlz_lib",
"//third_party/bspatch",
"//third_party/zlib",
+ "//ui/base:fullscreen_win",
]
}
@@ -103,6 +108,7 @@ if (is_win) {
"setup_util_unittest.cc",
"setup_util_unittest.h",
"update_active_setup_version_work_item_unittest.cc",
+ "user_experiment_unittest.cc",
"user_hive_visitor_unittest.cc",
]
@@ -124,5 +130,7 @@ if (is_win) {
"//chrome/installer/test/data/",
"//chrome/test/data/installer/",
]
+
+ libs = [ "netapi32.lib" ]
}
}
« no previous file with comments | « no previous file | chrome/installer/setup/install.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698