RESOLVED FIXED 136955
Web Inspector: Remove UserInterface/Images/gtk from Apple builds
https://bugs.webkit.org/show_bug.cgi?id=136955
Summary Web Inspector: Remove UserInterface/Images/gtk from Apple builds
Timothy Hatcher
Reported 2014-09-19 10:24:05 PDT
We should remove the newly added UserInterface/Images/gtk folder from Apple's Mac and Windows builds.
Attachments
Patch (2.20 KB, patch)
2014-09-23 13:14 PDT, Timothy Hatcher
no flags
Radar WebKit Bug Importer
Comment 1 2014-09-19 10:24:23 PDT
Timothy Hatcher
Comment 2 2014-09-23 13:14:22 PDT
Joseph Pecoraro
Comment 3 2014-09-23 13:30:48 PDT
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.
WebKit Commit Bot
Comment 4 2014-09-23 14:08:48 PDT
Comment on attachment 238564 [details] Patch Clearing flags on attachment: 238564 Committed r173889: <http://trac.webkit.org/changeset/173889>
WebKit Commit Bot
Comment 5 2014-09-23 14:08:50 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.