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

Unified Diff: chrome/browser/apps/app_shim/BUILD.gn

Issue 2548403003: Add missing //extensions/ deps for app_shim. (Closed)
Patch Set: rebase for r436385 Created 4 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/apps/app_shim/BUILD.gn
diff --git a/chrome/browser/apps/app_shim/BUILD.gn b/chrome/browser/apps/app_shim/BUILD.gn
index 18c61cb8b877e525dd3287065a6a9350bab0a90f..95f1dee3511c5cea90269b628ddaef2d608f7eb2 100644
--- a/chrome/browser/apps/app_shim/BUILD.gn
+++ b/chrome/browser/apps/app_shim/BUILD.gn
@@ -21,5 +21,7 @@ source_set("app_shim") {
deps = [
"//content/public/browser",
"//content/public/common",
+ "//extensions/browser",
+ "//extensions/common",
]
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698