| 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",
|
|
|