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

Unified Diff: content/child/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/webcrypto/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index e47d003692c70a269d59f150772a438b2909475e..fe69e2d8bf696b5ca173bc22eab855490290be64 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -32,7 +32,6 @@ source_set("child") {
public_deps = [
"//gpu/ipc/client:client",
- "//mojo/edk/system",
]
deps = [
@@ -51,6 +50,7 @@ source_set("child") {
"//ipc/mojo",
"//media",
"//mojo/common",
+ "//mojo/edk/system",
"//net",
"//services/shell/public/interfaces",
"//services/shell/runner/common",
« no previous file with comments | « components/webcrypto/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698