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

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

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/BUILD.gn
diff --git a/chrome/browser/extensions/BUILD.gn b/chrome/browser/extensions/BUILD.gn
index c91a465e86c5d34ad274d1183d20195f93af5812..6f4af634ce56f218031536ba39efec3f5137d26a 100644
--- a/chrome/browser/extensions/BUILD.gn
+++ b/chrome/browser/extensions/BUILD.gn
@@ -26,6 +26,10 @@ static_library("extensions") {
# However, this means browser_extensions and browser should more or less
# have the same dependencies. Once browser_extensions is untangled from
# browser, then we can clean up these dependencies.
+ public_deps = [
+ "//chrome/common/extensions/api",
+ "//content/public/browser",
+ ]
deps = [
"//chrome:extra_resources",
"//chrome:resources",
@@ -35,7 +39,6 @@ static_library("extensions") {
"//chrome/browser/devtools",
"//chrome/browser/history:in_memory_url_index_cache_proto",
"//chrome/common",
- "//chrome/common/extensions/api",
"//chrome/common/extensions/api:api_registration",
"//chrome/common/net",
"//chrome/common/safe_browsing:proto",
@@ -47,7 +50,6 @@ static_library("extensions") {
"//components/strings",
"//components/url_matcher",
"//content/app/resources",
- "//content/public/browser",
"//content/public/common",
"//crypto",
"//device/bluetooth",
@@ -76,11 +78,6 @@ static_library("extensions") {
"//storage/browser",
]
- forward_dependent_configs_from = [
- "//chrome/common/extensions/api",
- "//content/public/browser",
- ]
-
if (is_chromeos) {
sources += rebase_path(
gypi_values.chrome_browser_extensions_chromeos_sources,
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698