| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index 9972fdb071693aa27e8707571f65b8fbfe422410..dbbd2a04098a76e7596c6cae4d1ff77d58bcaf48 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -71,6 +71,7 @@ if (!is_android) {
|
| "//base",
|
| "//breakpad:breakpad_handler",
|
| "//breakpad:breakpad_sender",
|
| + "//chrome/app/version_assembly:chrome_exe_manifest",
|
| "//chrome/browser:chrome_process_finder",
|
| "//chrome/chrome_watcher",
|
| "//chrome/chrome_watcher:client",
|
| @@ -83,6 +84,8 @@ if (!is_android) {
|
| "//sandbox",
|
| "//ui/gfx",
|
| ]
|
| + data_deps = [ "//chrome/app/version_assembly:version_assembly_manifest" ]
|
| +
|
| libs = [
|
| "wintrust.lib",
|
| "crypt32.lib",
|
|
|