| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 1c26c3f29012af6f22a4709c98c11ea97376a6b7..a74bf6040d07287bcd1ee47302e6dd906266f8bf 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -108,7 +108,7 @@ if (!is_android && !is_mac) {
|
| sources += [
|
| "app/chrome_crash_reporter_client_win.cc",
|
| "app/chrome_crash_reporter_client_win.h",
|
| - "app/chrome_exe.rc",
|
| + #"app/chrome_exe.rc",
|
| "app/chrome_exe_load_config_win.cc",
|
| "app/chrome_exe_main_win.cc",
|
| "app/chrome_watcher_client_win.cc",
|
| @@ -125,7 +125,7 @@ if (!is_android && !is_mac) {
|
|
|
| deps += [
|
| ":chrome_dll",
|
| - ":chrome_exe_version",
|
| + #":chrome_exe_version",
|
| ":file_pre_reader",
|
| ":visual_elements_resources",
|
| "//base",
|
| @@ -272,7 +272,7 @@ if (is_win) {
|
| sources = [
|
| "//base/win/dllmain.cc",
|
| "app/chrome_command_ids.h",
|
| - "app/chrome_dll.rc",
|
| + #"app/chrome_dll.rc",
|
| "app/chrome_dll_resource.h",
|
| "app/chrome_main.cc",
|
| "app/chrome_main_delegate.cc",
|
| @@ -292,7 +292,7 @@ if (is_win) {
|
|
|
| deps += [
|
| ":chrome_dll_manifest",
|
| - ":chrome_dll_version",
|
| + #":chrome_dll_version",
|
| "//base/trace_event/etw_manifest:chrome_events_win",
|
| "//chrome/app/theme:chrome_unscaled_resources",
|
| "//chrome/install_static:install_static_util",
|
| @@ -375,7 +375,7 @@ if (is_win) {
|
| deps = [
|
| ":child_dependencies",
|
| ":chrome_child_manifest",
|
| - ":chrome_dll_version",
|
| + #":chrome_dll_version",
|
| "//build/config/sanitizers:deps",
|
| "//chrome/common:features",
|
| "//components/browser_watcher:browser_watcher_client",
|
|
|