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

Unified Diff: chrome/browser/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
« no previous file with comments | « apps/saved_files_service_factory.cc ('k') | chrome/browser/apps/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index c14cc7ac4d090c50cc54f88b09705839c4dcc959..f019b72be611c7d185886f22ab14082e72b1d81e 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1924,8 +1924,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",
« no previous file with comments | « apps/saved_files_service_factory.cc ('k') | chrome/browser/apps/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698