Try making webkit_version.h not generated |
||
Issue descriptionwebkit_version.h contains three defines: WEBKIT_VERSION_MAJOR, WEBKIT_VERSION_MINOR, and WEBKIT_SVN_REVISION. The former two are frozen in time, and the third is mostly used only for devtools for…something (issue 913434). If we can remove uses of WEBKIT_SVN_REVISION, we can make this a non-generated file. (which then removes one dep on lastchange)
,
Dec 12
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Dec 10