The Mozilla rendering engine (gecko) was never meant to be embedded in the same way webkit is. It changed a little with Fennec and firefox. The engine became leaner... Yet still it isn't easy to reuse.
Even spidermonkey, the javascript engine, is never reused as v8.
I think the point is gecko is to blink, as firefox is to chromium. Sure, there are various browsers based on chromium out there, but they're not embedding blink. They're reskins of chromium with additional changes. How much more difficult is that compared to what goes into making iceweasel from firefox, I couldn't tell you.
But the "embedding gecko is hard, embedding chromium is easy" explanation certainly seems to be wrong, in terminology at least.
Even spidermonkey, the javascript engine, is never reused as v8.
Different design priciples