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

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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
This is Rietveld 408576698