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

Unified Diff: content/BUILD.gn

Issue 549863004: Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix utility linking 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/BUILD.gn ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index 7f749aa7dbe01b35ed40e88eba88ebf143d23a32..30d4109246c5a02f3f67b5e2ec5af3abcfebe7d3 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -13,20 +13,20 @@ content_shared_components = [
"//content/gpu",
"//content/plugin",
"//content/ppapi_plugin",
- "//content/public/app",
"//content/public/browser:sources",
"//content/public/child",
"//content/public/common",
"//content/public/plugin",
"//content/public/renderer",
+ "//content/public/utility",
"//content/renderer",
- "//content/utility",
]
if (is_component_build) {
shared_library("content") {
deps = content_shared_components + [
"//content/app",
+ "//content/public/app",
]
forward_dependent_configs_from = deps
}
« no previous file with comments | « chrome/BUILD.gn ('k') | content/public/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698