Chromium Code Reviews

Unified Diff: content/shell/BUILD.gn

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Merge Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 785bd7ac9cae3b370a12bf3df0cb1da98a5e4f98..8003b960a5ca77cd5b7bd7772a402f9f2ff7f979 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -231,7 +231,7 @@ static_library("content_shell_lib") {
"//content/app/resources",
"//content/app/strings",
"//content/gpu",
- "//content/public/common:interfaces",
+ "//content/public/common",
"//content/public/common:service_names",
"//content/shell/test_runner:test_runner",
"//content/test:content_test_mojo_bindings",

Powered by Google App Engine