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

Unified Diff: chrome/browser/ui/BUILD.gn

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: rebase Created 3 years, 8 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: chrome/browser/ui/BUILD.gn
diff --git a/chrome/browser/ui/BUILD.gn b/chrome/browser/ui/BUILD.gn
index aba4e16d6ac9742fa30fdb798cad03103acd6b2d..cb84c11ec9470290fd1f0cf0e5791c9fca681438 100644
--- a/chrome/browser/ui/BUILD.gn
+++ b/chrome/browser/ui/BUILD.gn
@@ -3370,11 +3370,15 @@ split_static_library("ui") {
}
if (enable_extensions) {
deps += [
+ "//chrome/browser/apps",
"//chrome/browser/extensions",
"//chrome/common/extensions/api",
"//chrome/common/extensions/api:api_registration",
]
- allow_circular_includes_from += [ "//chrome/browser/extensions" ]
+ allow_circular_includes_from += [
+ "//chrome/browser/apps",
+ "//chrome/browser/extensions",
+ ]
sources += [
"extensions/accelerator_priority.cc",
"extensions/accelerator_priority.h",
« no previous file with comments | « chrome/browser/renderer_context_menu/render_view_context_menu.cc ('k') | chrome/browser/ui/startup/startup_browser_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698