DescriptionRevert of Inline core HTML and SVG sources in the GN build. (patchset #1 id:1 of https://codereview.chromium.org/2299143005/ )
Reason for revert:
This broke official builds, see https://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/10455 :
C:\b\c\b\win_chrome\src\buildtools\win\gn.exe gen //out/Release --check
-> returned 1
ERROR at //third_party/WebKit/Source/core/BUILD.gn:52:19: Assignment had no effect.
split_count = 5
^
You set the variable "split_count" here and it was unused before it went
out of scope.
See //third_party/WebKit/public/BUILD.gn:53:5: which caused the file to be included.
"//third_party/WebKit/Source/core",
^---------------------------------
Looks like an easy fix, but I don't have a checkout at hand atm.
Original issue's description:
> Inline core SVG sources in the GN build.
>
> This adds targets in the corresponding directories where the various SVG files
> live. The SVG files are kept in separate targets in the "layout" and "style"
> subdirectories so that the current separation of SVG code is maintained.
>
> TBR=dpranke
>
> Committed: https://crrev.com/1dd4387181b432cb60d81ba75e720ea7027824ce
> Cr-Commit-Position: refs/heads/master@{#416283}
TBR=dpranke@chromium.org,brettw@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
Committed: https://crrev.com/84dbf69d4c07a013d8f7e0278287a433bf5fd927
Cr-Commit-Position: refs/heads/master@{#416439}
Patch Set 1 #
Messages
Total messages: 12 (5 generated)
|