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

Unified Diff: extensions/browser/guest_view/extension_view/BUILD.gn

Issue 2402453002: Add missing dependencies to extensions BUILD.gns (Closed)
Patch Set: Created 4 years, 2 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 | extensions/browser/guest_view/mime_handler_view/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/extension_view/BUILD.gn
diff --git a/extensions/browser/guest_view/extension_view/BUILD.gn b/extensions/browser/guest_view/extension_view/BUILD.gn
index 998481be66567778683ab0b0eea091b31e3b784d..cf567435b9fb2c52b68c678de4bdfbe9a44a7ac7 100644
--- a/extensions/browser/guest_view/extension_view/BUILD.gn
+++ b/extensions/browser/guest_view/extension_view/BUILD.gn
@@ -12,5 +12,6 @@ source_set("extension_view") {
deps = [
"//content/public/common",
+ "//extensions/common/api",
]
}
« no previous file with comments | « no previous file | extensions/browser/guest_view/mime_handler_view/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698