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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2940963002: Added the chrome://safe-browsing/ page as part of the chrome://about (Closed)
Patch Set: "Moved files to components\... and removed the username for the incognito case" Created 3 years, 6 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/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index 02d890ba3a5a8d0ef483c7ca5e4f88dbfc0807a0..4e8e3dc60bf4fec22d4b6ae86adc573f023c5411 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -403,6 +403,8 @@ split_static_library("ui") {
"webui/quota_internals/quota_internals_types.h",
"webui/quota_internals/quota_internals_ui.cc",
"webui/quota_internals/quota_internals_ui.h",
+ "webui/safe_browsing_ui.cc",
vakh (use Gerrit instead) 2017/06/19 17:02:13 Let's move these also into the components/safe_bro
+ "webui/safe_browsing_ui.h",
"webui/signin_internals_ui.cc",
"webui/signin_internals_ui.h",
"webui/supervised_user_internals_message_handler.cc",

Powered by Google App Engine
This is Rietveld 408576698