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

Unified Diff: chrome/browser/extensions/BUILD.gn

Issue 2791533002: Convert Web Store Inline Install IPCs to mojo (Closed)
Patch Set: Move ProgressListener interface ptr to TabHelper 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
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 3fcb5831319120f9706049b0a56748cddf26bda3..af38c3004a1e48a7ee1a120027c5cbc70e29a394 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -7,6 +7,7 @@ import("//build/config/ui.gni")
import("//chrome/common/features.gni")
import("//extensions/features/features.gni")
import("//media/media_options.gni")
+import("//mojo/public/tools/bindings/mojom.gni")
import("//rlz/features/features.gni")
assert(enable_extensions)
@@ -816,6 +817,7 @@ static_library("extensions") {
"//chrome/browser/media/router",
"//chrome/browser/media/router/discovery",
"//chrome/common",
+ "//chrome/common/extensions:mojo_bindings",
"//chrome/common/extensions/api:api_registration",
"//chrome/common/extensions/api:extensions_features",
"//chrome/common/safe_browsing:proto",

Powered by Google App Engine
This is Rietveld 408576698