| Index: chrome/BUILD.gn
|
| diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
| index b1fd8a78aa6fe5107a4303d181715a453fd95c9b..f34cb3cecab14a39d8f892a428150f58ec14c887 100644
|
| --- a/chrome/BUILD.gn
|
| +++ b/chrome/BUILD.gn
|
| @@ -32,6 +32,10 @@ if (!is_android) {
|
| if (is_win) {
|
| sources += [
|
| "app/chrome_exe_main_win.cc",
|
| + "app/chrome_watcher_client_win.cc",
|
| + "app/chrome_watcher_client_win.h",
|
| + "app/chrome_watcher_command_line_win.cc",
|
| + "app/chrome_watcher_command_line_win.h",
|
| "app/client_util.cc",
|
| "app/client_util.h",
|
| "app/signature_validator_win.cc",
|
|
|