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

Unified Diff: chrome/browser/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 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 | chrome/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index b90920f5a04b4c1c199dbf6b6db569698a4ba59c..1c518b60e1e11b5b8cfe7112c144d117f191bf5c 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1392,6 +1392,7 @@ split_static_library("browser") {
"//components/payments/core",
"//components/sync",
"//content/public/browser",
+ "//ipc",
"//sql",
]
deps = [
@@ -1570,7 +1571,6 @@ split_static_library("browser") {
"//gin:gin_features",
"//google_apis",
"//gpu/config",
- "//ipc",
"//media",
"//media:media_features",
"//media/midi",
« no previous file with comments | « no previous file | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698