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

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

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (Closed)
Patch Set: get_path_info in schema.gni 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') | extensions/common/api/BUILD.gn » ('j') | 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 6ae8d76185e2ef70c68dbd2d98e89f6d1091fd30..b53329d0d78a1e2fd0d57bfeb9db9e30e49c2cb1 100644
--- a/extensions/browser/guest_view/web_view/BUILD.gn
+++ b/extensions/browser/guest_view/web_view/BUILD.gn
@@ -25,7 +25,9 @@ source_set("web_view") {
]
deps = [
+ "//components/web_cache/browser",
"//content/public/common",
"//extensions/common/api",
+ "//extensions/strings",
]
}
« no previous file with comments | « extensions/browser/guest_view/mime_handler_view/BUILD.gn ('k') | extensions/common/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698