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

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

Issue 2452943003: Fix a bunch of generated file build flakes in //extensions (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
Index: extensions/browser/guest_view/app_view/BUILD.gn
diff --git a/extensions/browser/guest_view/app_view/BUILD.gn b/extensions/browser/guest_view/app_view/BUILD.gn
index 35e8b0d5327eb6b3699b946130f5f8bf3fc50594..97d00d603bce47141d3a0195bcab5f83dba5cc11 100644
--- a/extensions/browser/guest_view/app_view/BUILD.gn
+++ b/extensions/browser/guest_view/app_view/BUILD.gn
@@ -14,5 +14,7 @@ source_set("app_view") {
deps = [
"//content/public/common",
+ "//extensions/common/api",
+ "//extensions/strings",
]
}

Powered by Google App Engine
This is Rietveld 408576698