Commit 104c3d64 authored by Brett Wilson's avatar Brett Wilson

Enable linking Chrome in the GN build.

Review URL: https://codereview.chromium.org/532913002

Cr-Commit-Position: refs/heads/master@{#293021}
parent 667c5595
...@@ -8,8 +8,7 @@ import("//chrome/version.gni") ...@@ -8,8 +8,7 @@ import("//chrome/version.gni")
# TODO(GYP) for Windows need to the the reorder-imports step which probably # 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. # means adding another target and renaming this to chrome_initial like in GYP.
#executable("chrome") { # TODO(GYP) enable once this links. executable("chrome") {
source_set("chrome") {
# Because the sources list varies so significantly per-platform, generally # Because the sources list varies so significantly per-platform, generally
# each platform lists its own files rather than relying on filtering or # each platform lists its own files rather than relying on filtering or
# removing unused files. # removing unused files.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment