RESOLVED FIXED 213936
WebCore/Sources.txt: Remove #if ENABLE_GAMEPAD
https://bugs.webkit.org/show_bug.cgi?id=213936
Summary WebCore/Sources.txt: Remove #if ENABLE_GAMEPAD
Darin Adler
Reported 2020-07-03 13:23:28 PDT
WebCore/Sources.txt: Remove #if ENABLE_GAMEPAD
Attachments
Patch (1.83 KB, patch)
2020-07-03 13:24 PDT, Darin Adler
no flags
Patch (3.37 KB, patch)
2020-07-03 13:53 PDT, Darin Adler
no flags
Darin Adler
Comment 1 2020-07-03 13:24:29 PDT
Darin Adler
Comment 2 2020-07-03 13:29:00 PDT
Comment on attachment 403475 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=403475&action=review > Source/WebCore/ChangeLog:8 > + * Sources.txt: Remove #if ENABLE_APPLICATION_MANIFEST and sort files in with the others. Oops, this should say ENABLE_GAMEPAD.
Darin Adler
Comment 3 2020-07-03 13:45:10 PDT
Looks like I need to modify something so the empty source files get generated, since I am getting this error in the GTK build: Cannot find source file: /app/webkit/WebKitBuild/Release/DerivedSources/WebCore/JSGamepad.cpp Maybe the perl scripts need to be changed so they generate an empty file rather than no file at all. Or perhaps a file with a comment "/* This file intentionally left empty. */" in it?
Darin Adler
Comment 4 2020-07-03 13:47:27 PDT
Hmm, no it seems the real problem is that this same error is repeated in the CMake files, where we conditionalize compilation there instead of in the code. I will make the same change to CMake, I guess. That's going to make this more of a pain, but I think it's the right thing to do.
Darin Adler
Comment 5 2020-07-03 13:53:25 PDT
EWS
Comment 6 2020-07-03 14:44:04 PDT
Committed r263910: <https://trac.webkit.org/changeset/263910> All reviewed patches have been landed. Closing bug and clearing flags on attachment 403482 [details].
Radar WebKit Bug Importer
Comment 7 2020-07-03 14:45:16 PDT
Note You need to log in before you can comment on or make changes to this bug.