Bug 210691 - [CMake] Consolidate TestNetscapePlugin build
Summary: [CMake] Consolidate TestNetscapePlugin build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Don Olmstead
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-18 10:57 PDT by Don Olmstead
Modified: 2020-04-19 11:12 PDT (History)
9 users (show)

See Also:


Attachments
WIP Patch (12.14 KB, patch)
2020-04-18 11:46 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
WIP Patch (12.15 KB, patch)
2020-04-18 12:00 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (13.66 KB, patch)
2020-04-18 12:12 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (13.66 KB, patch)
2020-04-18 12:35 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff
Patch (13.66 KB, patch)
2020-04-18 14:23 PDT, Don Olmstead
Hironori.Fujii: review+
Details | Formatted Diff | Diff
Patch (13.79 KB, patch)
2020-04-19 08:48 PDT, Don Olmstead
don.olmstead: commit-queue-
Details | Formatted Diff | Diff
Patch (13.70 KB, patch)
2020-04-19 09:08 PDT, Don Olmstead
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Don Olmstead 2020-04-18 10:57:35 PDT
Currently in DumpRenderTree the CMakeLists.txt has definitions for TestNetscapePlugin but also there's a root CMakeLists.txt in that directory.
Comment 1 Don Olmstead 2020-04-18 11:46:04 PDT Comment hidden (obsolete)
Comment 2 Don Olmstead 2020-04-18 12:00:17 PDT Comment hidden (obsolete)
Comment 3 Don Olmstead 2020-04-18 12:12:26 PDT Comment hidden (obsolete)
Comment 4 Don Olmstead 2020-04-18 12:35:40 PDT Comment hidden (obsolete)
Comment 5 Don Olmstead 2020-04-18 14:23:36 PDT Comment hidden (obsolete)
Comment 6 Don Olmstead 2020-04-18 19:50:31 PDT
Comment on attachment 396862 [details]
Patch

The AppleWin build is failing but I think it just needs a clean build.
Comment 7 Fujii Hironori 2020-04-19 00:18:05 PDT
Comment on attachment 396862 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=396862&action=review

> Tools/DumpRenderTree/TestNetscapePlugIn/CMakeLists.txt:49
> +WEBKIT_FRAMEWORK(TestNetscapePlugIn)

You use WEBKIT_FRAMEWORK, but you don't set TestNetscapePlugIn_LIBRARY_TYPE to SHARED. Do you specify it anywhere?
Comment 8 Don Olmstead 2020-04-19 08:48:14 PDT Comment hidden (obsolete)
Comment 9 Don Olmstead 2020-04-19 09:08:44 PDT
Created attachment 396913 [details]
Patch
Comment 10 EWS 2020-04-19 11:12:44 PDT
Committed r260341: <https://trac.webkit.org/changeset/260341>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 396913 [details].