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

Unified Diff: components/BUILD.gn

Issue 343233004: Add chrome/renderer to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: work around lack of hunspell Created 6 years, 6 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/renderer/BUILD.gn ('k') | media/cast/cast.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index 358fbf1bf03538a8bc76b462594515d865ff8643..348d766f3698213a369fd3e39960f94f19fb3f30 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -26,7 +26,7 @@ group("all_components") {
"//components/user_prefs",
"//components/visitedlink/browser",
"//components/visitedlink/common",
- #"//components/visitedlink/renderer", # Blocked on blink
+ "//components/visitedlink/renderer", # Blocked on blink
]
if (!is_ios) {
@@ -41,6 +41,7 @@ group("all_components") {
"//components/user_prefs", # Blocked on content.
"//components/visitedlink/browser", # Blocked on content.
"//components/visitedlink/common", # Blocked on content.
+ "//components/visitedlink/renderer", # Blocked on blink
]
}
}
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | media/cast/cast.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698