зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
852cd2b63c
Коммит
33336d8942
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче