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

Unified Diff: chrome/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 | « build/config/BUILDCONFIG.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index 6577651baf3f3983b460731aad1df153b66ed4c9..d49ff3db1e649e68d0fd86d9161c3e835ffa2a86 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -58,7 +58,7 @@ executable("chrome") {
"//base/allocator",
# Needed to use the master_preferences functions
"//chrome/installer/util",
- "//content/app:both",
+ "//content/public/app:both",
]
# Needed for chrome_main.cc initialization of libraries.
« no previous file with comments | « build/config/BUILDCONFIG.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698