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

Unified Diff: components/safe_json/BUILD.gn

Issue 2059983002: Remove unnecessary dependencies on mojo/edk/system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cleanup
Patch Set: . Created 4 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
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/webcrypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/safe_json/BUILD.gn
diff --git a/components/safe_json/BUILD.gn b/components/safe_json/BUILD.gn
index a885e4eba90392f421d996fc96da4bd108e195e1..d611979d47b85e060716f2e4065fa2e7174ab76d 100644
--- a/components/safe_json/BUILD.gn
+++ b/components/safe_json/BUILD.gn
@@ -28,7 +28,6 @@ source_set("safe_json") {
"//components/strings",
"//content/public/browser",
"//content/public/common",
- "//mojo/edk/system",
"//ui/base",
]
@@ -42,7 +41,6 @@ source_set("safe_json") {
deps -= [
"//components/safe_json/public/interfaces",
"//content/public/browser",
- "//mojo/edk/system",
]
}
}
« no previous file with comments | « components/mus/common/BUILD.gn ('k') | components/webcrypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698