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

Unified Diff: chrome/BUILD.gn

Issue 2119843004: WIP // DO NOT SUBMIT Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « build/config/mac/rules.gni ('k') | no next file » | 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 1c26c3f29012af6f22a4709c98c11ea97376a6b7..ad3e6700f8220671cbf3822a6d87425546ae7e95 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -488,6 +488,10 @@ if (is_win) {
ldflags =
[ "-Wcrl,strip,-s," + rebase_path("app/app.saves", root_build_dir) ]
+
+ linker_inputs = [
+ "app/app.saves"
+ ]
}
}
@@ -641,6 +645,10 @@ if (is_win) {
ldflags +=
[ "-Wcrl,strip,-s," + rebase_path("app/app.saves", root_build_dir) ]
+
+ linker_inputs = [
+ "app/app.saves",
+ ]
}
}
@@ -975,6 +983,10 @@ if (is_win) {
"-Wl,-order_file," + rebase_path("app/framework.order", root_build_dir),
]
+ linker_inputs = [
+ "app/framework.order",
+ ]
+
if (is_component_build) {
ldflags += [
"-rpath",
« no previous file with comments | « build/config/mac/rules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698