Bug 121476 - [GTK] GObject DOM symbols file is not generated for video related classes
Summary: [GTK] GObject DOM symbols file is not generated for video related classes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: Gtk
Depends on:
Blocks:
 
Reported: 2013-09-17 02:43 PDT by Carlos Garcia Campos
Modified: 2013-09-17 03:23 PDT (History)
3 users (show)

See Also:


Attachments
Patch (9.60 KB, patch)
2013-09-17 02:46 PDT, Carlos Garcia Campos
pnormand: 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 2013-09-17 02:43:30 PDT
The problem is that we are using a different path for video related header files in the Makefile, it's the same path in practice, because we are just prepending ./ to the path, but the rules that parse those paths don't expect the ./ at the beginning.
Comment 1 Carlos Garcia Campos 2013-09-17 02:46:30 PDT
Created attachment 211875 [details]
Patch
Comment 2 Carlos Garcia Campos 2013-09-17 03:23:38 PDT
Committed r155943: <http://trac.webkit.org/changeset/155943>