Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(20)

Unified Diff: chrome/browser/BUILD.gn

Issue 2780873002: Basic IPC communication between Chrome and the SW Reporter. (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | chrome/browser/safe_browsing/srt_chrome_prompt_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698