Bug 1637452: Part 10 - Fix JNI includes in dom/ipc; r=nika

In this bug we're moving away from monolithic JNI headers to class-specific
headers so that we don't have to rebuild the world every time we make a change
to a JNI interface.

Differential Revision: https://phabricator.services.mozilla.com/D75373
This commit is contained in:
Aaron Klotz 2020-05-15 17:04:44 +00:00
parent da67dfa6bb
commit be11f78f6a

View File

@ -258,6 +258,8 @@
#ifdef MOZ_WIDGET_ANDROID
# include "AndroidBridge.h"
# include "mozilla/java/GeckoProcessManagerWrappers.h"
# include "mozilla/java/GeckoProcessTypeWrappers.h"
#endif
#ifdef MOZ_WIDGET_GTK