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

Unified Diff: chrome/browser/BUILD.gn

Issue 2780873002: Basic IPC communication between Chrome and the SW Reporter. (Closed)
Patch Set: RefCounted subclasses can't have public destructors Created 3 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 8022a997558b7de456b37f93bb1fbc5950818dc8..983bfcf9d503e4855d93e83b7c26b5d53ff563cf 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1121,6 +1121,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",
@@ -1444,6 +1446,7 @@ split_static_library("browser") {
"//components/captive_portal",
"//components/certificate_reporting",
"//components/certificate_transparency",
+ "//components/chrome_cleaner/public/interfaces",
"//components/cloud_devices/common",
"//components/component_updater",
"//components/content_settings/core/browser",
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698