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