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

Unified Diff: chrome/BUILD.gn

Issue 2635953002: Use loader-based binding of GetInstallDetailsPayload for install_static. (Closed)
Patch Set: better 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
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index a4044b8341f201c4ea18cdb061fb7bf3240b1ff5..8444f379966b897c0937feef8cd970d1871da277 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,7 @@ if (is_win) {
"//chrome/browser/policy:path_parser",
"//chrome/common:features",
"//chrome/install_static:install_static_util",
+ "//chrome/install_static:secondary_module",
"//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') | chrome/install_static/get_install_details_payload.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698