| Index: chrome/browser/BUILD.gn
|
| diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
|
| index 6c620cbfa428eea8a79e3a328adcf63e64371bbb..85a379565a7c82a9a5c62a7ef10de10b1b314cda 100644
|
| --- a/chrome/browser/BUILD.gn
|
| +++ b/chrome/browser/BUILD.gn
|
| @@ -1116,6 +1116,8 @@ split_static_library("browser") {
|
| "resources_util.h",
|
| "safe_browsing/safe_browsing_tab_observer.cc",
|
| "safe_browsing/safe_browsing_tab_observer.h",
|
| + "safe_browsing/srt_chrome_prompt_impl.cc",
|
| + "safe_browsing/srt_chrome_prompt_impl.h",
|
| "safe_browsing/srt_client_info_win.cc",
|
| "safe_browsing/srt_client_info_win.h",
|
| "safe_browsing/srt_fetcher_win.cc",
|
| @@ -1596,6 +1598,7 @@ split_static_library("browser") {
|
| "//third_party/libaddressinput",
|
| "//third_party/libxml",
|
| "//third_party/libyuv",
|
| + "//third_party/pipa/chrome_cleaner/public/interfaces",
|
| "//third_party/re2",
|
| "//third_party/smhasher:cityhash",
|
| "//third_party/webrtc/modules/desktop_capture",
|
|
|