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

Unified Diff: content/public/common/BUILD.gn

Issue 2797093002: Add net public_deps in content/public/common:common_sources, and the followon public_deps in conten… (Closed)
Patch Set: Created 3 years, 8 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 | « content/public/browser/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 30a9033b60d590850a01c33d1da421267e2b42e3..29c630d4d9708d269f5ceaa6c579a70c53f2c97c 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -255,6 +255,7 @@ source_set("common_sources") {
"//ipc",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
+ "//net",
"//services/service_manager/public/cpp",
"//services/service_manager/public/interfaces",
"//third_party/WebKit/public:blink_headers",
@@ -271,7 +272,6 @@ source_set("common_sources") {
"//content/common:mojo_bindings",
"//media",
"//mojo/common",
- "//net",
"//ppapi/c",
"//ppapi/features",
"//services/service_manager/public/cpp",
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698