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

Unified Diff: content/public/app/BUILD.gn

Issue 2623143005: Only depend on child sources from app in both target (Closed)
Patch Set: . Created 3 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/app/BUILD.gn
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index d09712d3138203415395d8d547072548ed798b47..09adc3781eac0c9d0ce5ab3b8987c663697ee543 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -38,9 +38,6 @@ public_app_shared_deps = [
"//base:i18n",
"//content:export",
"//content/public/common:common_sources",
- "//content/public/gpu:gpu_sources",
- "//content/public/renderer:renderer_sources",
- "//content/public/utility:utility_sources",
]
if (use_aura) {
@@ -59,6 +56,9 @@ if (is_component_build) {
deps = public_app_shared_deps + [
"//content/app:both",
"//content/public/browser:browser_sources",
+ "//content/public/gpu:gpu_sources",
+ "//content/public/renderer:renderer_sources",
+ "//content/public/utility:utility_sources",
]
allow_circular_includes_from = [
@@ -105,6 +105,9 @@ if (is_component_build) {
"//content/app:both",
"//content/public/browser",
"//content/public/common",
+ "//content/public/gpu:gpu_sources",
+ "//content/public/renderer:renderer_sources",
+ "//content/public/utility:utility_sources",
]
allow_circular_includes_from = [
« 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