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

Unified Diff: content/test/BUILD.gn

Issue 2964503003: Move NetworkService mojom files to content/public/common. (Closed)
Patch Set: Fix component build Created 3 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
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 7ea62c4472c9472315147b7b15012fbd6f86f0cf..43634744b0019dd7b1b3cb90f072c9529e4a7d29 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -260,7 +260,7 @@ static_library("test_support") {
"//content/gpu",
"//content/public/browser",
"//content/public/child",
- "//content/public/common:interfaces",
+ "//content/public/common",
"//content/public/common:service_names",
"//content/public/renderer",
"//content/public/utility",

Powered by Google App Engine
This is Rietveld 408576698