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

Unified Diff: extensions/common/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 | « extensions/browser/BUILD.gn ('k') | gpu/ipc/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/BUILD.gn
diff --git a/extensions/common/BUILD.gn b/extensions/common/BUILD.gn
index 48ac33a856422d5d52d3ae178cf25b3feb93f728..6aee953c5dca924765da55e95ae78b30bcb0612d 100644
--- a/extensions/common/BUILD.gn
+++ b/extensions/common/BUILD.gn
@@ -267,6 +267,7 @@ if (enable_extensions) {
public_deps = [
":common_constants",
":mojo",
+ "//ipc",
"//skia",
]
@@ -286,7 +287,6 @@ if (enable_extensions) {
"//extensions:extensions_resources",
"//extensions/common/api",
"//extensions/strings",
- "//ipc",
"//net",
"//third_party/boringssl",
"//third_party/icu",
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | gpu/ipc/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698