mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-27 21:00:50 +00:00
Bug 1291375 - 6. Move Fennec JNI headers; r=snorp
Move Fennec-specific JNI headers to widget/android/fennec. --HG-- rename : widget/android/MemoryMonitor.h => widget/android/fennec/MemoryMonitor.h rename : widget/android/Telemetry.h => widget/android/fennec/Telemetry.h rename : widget/android/ThumbnailHelper.h => widget/android/fennec/ThumbnailHelper.h
This commit is contained in:
parent
8e0ad67a7a
commit
fbee7a5cf3
@ -6,7 +6,7 @@
|
||||
#ifndef MemoryMonitor_h
|
||||
#define MemoryMonitor_h
|
||||
|
||||
#include "GeneratedJNINatives.h"
|
||||
#include "FennecJNINatives.h"
|
||||
#include "nsMemoryPressure.h"
|
||||
|
||||
namespace mozilla {
|
@ -6,7 +6,7 @@
|
||||
#ifndef mozilla_widget_Telemetry_h__
|
||||
#define mozilla_widget_Telemetry_h__
|
||||
|
||||
#include "GeneratedJNINatives.h"
|
||||
#include "FennecJNINatives.h"
|
||||
#include "nsAppShell.h"
|
||||
#include "nsIAndroidBridge.h"
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define ThumbnailHelper_h
|
||||
|
||||
#include "AndroidBridge.h"
|
||||
#include "GeneratedJNINatives.h"
|
||||
#include "FennecJNINatives.h"
|
||||
#include "gfxPlatform.h"
|
||||
#include "mozIDOMWindow.h"
|
||||
#include "nsAppShell.h"
|
@ -63,10 +63,10 @@
|
||||
#include "GeckoBatteryManager.h"
|
||||
#include "GeckoNetworkManager.h"
|
||||
#include "GeckoScreenOrientation.h"
|
||||
#include "MemoryMonitor.h"
|
||||
#include "PrefsHelper.h"
|
||||
#include "Telemetry.h"
|
||||
#include "ThumbnailHelper.h"
|
||||
#include "fennec/MemoryMonitor.h"
|
||||
#include "fennec/Telemetry.h"
|
||||
#include "fennec/ThumbnailHelper.h"
|
||||
|
||||
#ifdef DEBUG_ANDROID_EVENTS
|
||||
#define EVLOG(args...) ALOG(args)
|
||||
|
Loading…
x
Reference in New Issue
Block a user