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

Unified Diff: extensions/browser/guest_view/web_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 | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/guest_view/web_view/BUILD.gn
diff --git a/extensions/browser/guest_view/web_view/BUILD.gn b/extensions/browser/guest_view/web_view/BUILD.gn
index 3bc29a855b5412f22bf69c31d88b72a8688b59b5..6ae8d76185e2ef70c68dbd2d98e89f6d1091fd30 100644
--- a/extensions/browser/guest_view/web_view/BUILD.gn
+++ b/extensions/browser/guest_view/web_view/BUILD.gn
@@ -26,5 +26,6 @@ source_set("web_view") {
deps = [
"//content/public/common",
+ "//extensions/common/api",
]
}
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698