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

Unified Diff: chrome/BUILD.gn

Issue 532913002: Enable linking Chrome in the GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@jingle
Patch Set: 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 | « no previous file | no next file » | 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 dc1444eb4e9a7347d28519635083468dbb2d734f..757a8ca75239d355964acf0577dbcc756d9698db 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -8,8 +8,7 @@ import("//chrome/version.gni")
# TODO(GYP) for Windows need to the the reorder-imports step which probably
# means adding another target and renaming this to chrome_initial like in GYP.
-#executable("chrome") { # TODO(GYP) enable once this links.
-source_set("chrome") {
+executable("chrome") {
# Because the sources list varies so significantly per-platform, generally
# each platform lists its own files rather than relying on filtering or
# removing unused files.
« 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