We should remove the newly added UserInterface/Images/gtk folder from Apple's Mac and Windows builds.
<rdar://problem/18395443>
Created attachment 238564 [details] Patch
Comment on attachment 238564 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=238564&action=review r=me > Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl:185 > + remove_tree(File::Spec->catdir($targetResourcePath, 'Images', 'gtk')) if defined $ENV{'MAC_OS_X_VERSION_MAJOR'} or defined $ENV{'OFFICIAL_BUILD'}; I feel like it would be cleaner if we checked some ENV variable like: export OS=MACOS export PLATFORM_NAME=macosx But, I'm not sure what other OSes have set for their ENV variables when running this build phase so this is probably fine.
Comment on attachment 238564 [details] Patch Clearing flags on attachment: 238564 Committed r173889: <http://trac.webkit.org/changeset/173889>
All reviewed patches have been landed. Closing bug.