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

Unified Diff: chrome/browser/BUILD.gn

Issue 2789253003: Add chrome/browser/apps/BUILD.gn and move Chrome-specific code there (Closed)
Patch Set: cleanup Created 3 years, 9 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/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 9c61162e47312ba0939abe66c549c802d72a6ba4..519e7293502ff576db54e80522272baa13c8c17a 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1917,8 +1917,14 @@ split_static_library("browser") {
"media/cast_transport_host_filter.h",
]
}
- public_deps += [ "//chrome/browser/extensions" ]
- allow_circular_includes_from += [ "//chrome/browser/extensions" ]
+ public_deps += [
+ "//chrome/browser/apps",
+ "//chrome/browser/extensions",
+ ]
+ allow_circular_includes_from += [
+ "//chrome/browser/apps",
+ "//chrome/browser/extensions",
+ ]
deps += [
"//chrome/browser/sync_file_system/drive_backend:sync_file_system_drive_proto",
"//chrome/common/extensions/api",

Powered by Google App Engine
This is Rietveld 408576698