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

Unified Diff: extensions/browser/api/web_request/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/api/serial/BUILD.gn ('k') | extensions/browser/app_window/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/api/web_request/BUILD.gn
diff --git a/extensions/browser/api/web_request/BUILD.gn b/extensions/browser/api/web_request/BUILD.gn
index 88e14f56e33d33769d921552e67a6fd2cc312cfc..8fd0131bcca206a83b40cacf94abefeab1fe68dd 100644
--- a/extensions/browser/api/web_request/BUILD.gn
+++ b/extensions/browser/api/web_request/BUILD.gn
@@ -29,9 +29,11 @@ source_set("web_request") {
]
deps = [
+ "//components/web_cache/browser",
"//content/public/browser",
"//content/public/common",
"//extensions/common/api",
+ "//extensions/strings",
"//third_party/re2",
]
}
« no previous file with comments | « extensions/browser/api/serial/BUILD.gn ('k') | extensions/browser/app_window/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698