| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 17eccb30e4cf4eae54bce6c1de349cfe5412f7d8..feb8ae5a4596c5e906d50428078d6214f8325945 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -165,7 +165,6 @@ shared_library("main_dll") {
|
| output_name = "chrome"
|
|
|
| sources = [
|
| - "$root_gen_dir/base/trace_event/etw_manifest/chrome_events_win.rc",
|
| "//base/win/dllmain.cc",
|
| "app/chrome_command_ids.h",
|
| "app/chrome_dll.rc",
|
| @@ -183,7 +182,6 @@ shared_library("main_dll") {
|
| # On Windows, link the dependencies (libraries) that make up actual
|
| # Chromium functionality into this .dll.
|
| ":chrome_version_resources",
|
| - "//base/trace_event/etw_manifest:chrome_events_win",
|
| "//chrome/app/theme:chrome_unscaled_resources",
|
| "//chrome_elf",
|
| "//content/app/resources",
|
|
|