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

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

Issue 2791533002: Convert Web Store Inline Install IPCs to mojo (Closed)
Patch Set: WebContentsFrameBindingSet in TabHelper, weak binding in WebstoreBindings 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 | chrome/browser/extensions/tab_helper.h » ('j') | chrome/browser/extensions/tab_helper.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index 8846ef9d4da1e5f2c2fd70c63a731ee78c65f1c6..d0d84e651a9eafdf660684b3a2456a5013aae932 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)
@@ -823,6 +824,7 @@ static_library("extensions") {
"//chrome/browser/devtools",
"//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",
« no previous file with comments | « no previous file | chrome/browser/extensions/tab_helper.h » ('j') | chrome/browser/extensions/tab_helper.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698