Hi!

On Sun, Jul 23, 2017, at 03:42 PM, Enrico Weigelt, metux IT consult
wrote:
> Hi folks,
> 
> I've got some trouble w/ regenarating
> ./obj-thunderbird/ipc/ipdl/_ipdlheaders/mozilla/dom/PContentParent.h
> 
> 
> I had to change ./mozilla/dom/ipc/ContentParent.h to ifdef-out some
> methods (trying to build tbird w/o media stuff), but PContentParent.h
> still contains these functions (and no #ifdef around them).

They are IPDL generated headers.

The P*{Parent,Child}.h files are generated from their corresponding
P*.ipdl files. So for PContentParent.h you would need to lookup
PContent.ipdl which is at dom/ipc/PContent.ipdl

Kanru
_______________________________________________
dev-platform mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to