Bug 136952 - [GTK] Missing inspector files in the tarball
Summary: [GTK] Missing inspector files in the tarball
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2014-09-19 08:44 PDT by Carlos Garcia Campos
Modified: 2014-09-19 08:58 PDT (History)
2 users (show)

See Also:


Attachments
Patch (3.12 KB, patch)
2014-09-19 08:47 PDT, Carlos Garcia Campos
gustavo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2014-09-19 08:44:37 PDT
Source/WebInspectorUI/Localizations/en.lproj/localizedStrings.js is missing because we exclude all *.lproj dirs, and InspectorJSBackendCommands.js and InspectorWebBackendCommands.js are not compiled because they are generated and doesn't exit when the GLOB cmake command is run.
Comment 1 Carlos Garcia Campos 2014-09-19 08:47:07 PDT
Created attachment 238375 [details]
Patch
Comment 2 Carlos Garcia Campos 2014-09-19 08:58:30 PDT
Committed r173755: <http://trac.webkit.org/changeset/173755>