Bug 1637452: Part 2 - Fix JNI includes in hal/android; r=geckoview-reviewers,agi

Differential Revision: https://phabricator.services.mozilla.com/D75365
This commit is contained in:
Aaron Klotz 2020-05-15 17:04:12 +00:00
Родитель 852cd2b63c
Коммит 33336d8942
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -8,6 +8,7 @@
#include "WindowIdentifier.h"
#include "AndroidBridge.h"
#include "mozilla/dom/network/Constants.h"
#include "mozilla/java/GeckoAppShellWrappers.h"
#include "nsIScreenManager.h"
#include "nsPIDOMWindow.h"
#include "nsServiceManagerUtils.h"

Просмотреть файл

@ -6,7 +6,9 @@
#include "Hal.h"
#include "GeneratedJNIWrappers.h"
#include "mozilla/java/GeckoProcessManagerWrappers.h"
#include "mozilla/java/GeckoProcessTypeWrappers.h"
#include "mozilla/java/ServiceAllocatorWrappers.h"
/**
* Bucket the Gecko HAL process priority level into one of the three Android

Просмотреть файл

@ -4,7 +4,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
#include "Hal.h"
#include "GeneratedJNIWrappers.h"
#include "mozilla/java/GeckoAppShellWrappers.h"
using namespace mozilla::hal;