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

Unified Diff: content/public/browser/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 | « no previous file | content/public/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 8fb942e05fc6db5e51aee277314d0979633393c5..4cc53f429b15888a743da7b1d6c5cda09c94818d 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -292,6 +292,7 @@ source_set("browser_sources") {
]
public_deps = [
+ "//content/public/common:common_sources",
"//ipc",
"//mojo/public/cpp/bindings",
"//mojo/public/cpp/system",
@@ -307,7 +308,6 @@ source_set("browser_sources") {
deps = [
"//cc",
"//content/browser", # Must not be public_deps!
- "//content/public/common:common_sources",
"//device/geolocation",
"//device/power_save_blocker",
"//gpu",
« no previous file with comments | « no previous file | content/public/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698