RESOLVED FIXED 47633
[chromium] compile TestNetscapePlugIn on Chromium mac
https://bugs.webkit.org/show_bug.cgi?id=47633
Summary [chromium] compile TestNetscapePlugIn on Chromium mac
Tony Chang
Reported 2010-10-13 16:06:55 PDT
[chromium] compile TestNetscapePlugIn on Chromium mac
Attachments
Patch (9.74 KB, patch)
2010-10-13 16:09 PDT, Tony Chang
tkent: review+
Tony Chang
Comment 1 2010-10-13 16:09:04 PDT
Tony Chang
Comment 2 2010-10-13 16:12:14 PDT
I talked to eseidel and he showed me how gtk/qt handle compiling this using ForwardingHeaders. This avoids having to change the include paths. This patch only compiles a plugin, it doesn't use it in DRT yet.
Kent Tamura
Comment 3 2010-10-13 16:55:40 PDT
Comment on attachment 70680 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=70680&action=review > WebKitTools/DumpRenderTree/DumpRenderTree.gypi:47 > + 'test_plugin_files': [ nit: Our gyp sorting rule is probably ASCII order or case-insensitive alphabetical order. The order of TestObject.h -> main.cpp -> Tests/ looks not good.
Tony Chang
Comment 4 2010-10-14 15:33:08 PDT
Tony Chang
Comment 5 2010-10-14 15:33:51 PDT
(In reply to comment #3) > (From update of attachment 70680 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=70680&action=review > > > WebKitTools/DumpRenderTree/DumpRenderTree.gypi:47 > > + 'test_plugin_files': [ > > nit: Our gyp sorting rule is probably ASCII order or case-insensitive alphabetical order. The order of TestObject.h -> main.cpp -> Tests/ looks not good. Good idea. I switched to ASCII ordering which puts main.cpp at the end of the list.
Tony Chang
Comment 6 2010-10-15 11:48:21 PDT
Tony Chang
Comment 7 2010-10-15 11:49:00 PDT
(In reply to comment #6) > Committed r69870: <http://trac.webkit.org/changeset/69870> Relanded with a fixed include dir (so we can compile in a chromium only checkout).
Note You need to log in before you can comment on or make changes to this bug.