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

Unified Diff: chrome/BUILD.gn

Issue 2635953002: Use loader-based binding of GetInstallDetailsPayload for install_static. (Closed)
Patch Set: sync to position 444298 Created 3 years, 11 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_win.cc » ('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 a4044b8341f201c4ea18cdb061fb7bf3240b1ff5..7a92debbf39a1cd3e9f911971025d0f5b35f2834 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -183,6 +183,7 @@ if (!is_android && !is_mac) {
"//chrome/chrome_watcher:client",
"//chrome/common:constants",
"//chrome/common:metrics_constants_util_win",
+ "//chrome/install_static:secondary_module",
"//chrome/installer/util:with_no_strings",
"//chrome_elf",
"//components/browser_watcher:browser_watcher_client",
@@ -327,6 +328,7 @@ if (is_win) {
"//chrome/app/theme:chrome_unscaled_resources",
"//chrome/common:features",
"//chrome/install_static:install_static_util",
+ "//chrome/install_static:secondary_module",
"//chrome_elf",
"//components/crash/content/app",
"//components/policy:generated",
@@ -412,6 +414,8 @@ if (is_win) {
"//chrome/browser/policy:path_parser",
"//chrome/common:features",
"//chrome/install_static:install_static_util",
+ "//chrome/install_static:secondary_module",
+ "//chrome_elf",
"//components/browser_watcher:browser_watcher_client",
"//components/crash/content/app",
"//content/public/app:child",
« no previous file with comments | « no previous file | chrome/app/chrome_exe_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698