| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 5712663ed8bc334414a91a68cdc0ea64eb9ce422..dc9746834945b04d454ba50d42f175f1b253e450 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -1177,7 +1177,10 @@ component("base") {
|
| "sha1_win.cc",
|
| ]
|
|
|
| - deps += [ "//base/trace_event/etw_manifest:chrome_events_win" ]
|
| + deps += [
|
| + "//base/trace_event/etw_manifest:chrome_events_win",
|
| + "//base/win:base_win_features",
|
| + ]
|
|
|
| if (is_component_build) {
|
| # Copy the VS runtime DLLs into the isolate so that they don't have to be
|
| @@ -1631,6 +1634,7 @@ if (is_win) {
|
| ]
|
| deps = [
|
| ":base",
|
| + "//base/win:base_win_features",
|
| ]
|
| }
|
|
|
|
|