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

Unified Diff: content/BUILD.gn

Issue 545313002: Make ui gn check pass. Misc GN build improvements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: link chrome 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
Index: content/BUILD.gn
diff --git a/content/BUILD.gn b/content/BUILD.gn
index b4eeb264ee5596f8eaab08d03461966f234085c2..c59434b959b870adb999e1622d822e9a0d33d9bd 100644
--- a/content/BUILD.gn
+++ b/content/BUILD.gn
@@ -13,7 +13,6 @@ content_shared_components = [
"//content/gpu",
"//content/plugin",
"//content/ppapi_plugin",
- "//content/public/app",
"//content/public/browser:sources",
"//content/public/child",
"//content/public/common",
@@ -27,6 +26,7 @@ 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') | content/public/app/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698