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

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

Issue 2743563006: Componentize safe_browsing [+1]: move protos to component
Patch Set: fix remaining proto references 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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 13c322c439552502322ec603c38dd064577d748a..92db74ceb79814516d93d27611383f7765210265 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -49,7 +49,6 @@ source_set("chromeos") {
"//chrome/common/extensions/api",
"//chrome/common/extensions/api:api_registration",
"//chrome/common/net",
- "//chrome/common/safe_browsing:proto",
"//chromeos",
"//chromeos:attestation_proto",
"//chromeos:cryptohome_proto",
@@ -69,7 +68,7 @@ source_set("chromeos") {
"//components/pairing",
"//components/policy:generated",
"//components/proxy_config",
- "//components/safe_browsing:csd_proto",
+ "//components/safe_browsing/common:proto",
"//components/safe_browsing_db:metadata_proto",
"//components/session_manager/core",
"//components/sync_wifi",
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/download/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698