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. |