# This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. DEPTH = ../.. topsrcdir = @top_srcdir@ srcdir = @srcdir@ VPATH = \ $(srcdir) \ $(srcdir)/libui \ $(NULL) include $(DEPTH)/config/autoconf.mk EXPORTS = OrientationObserver.h MODULE = widget LIBRARY_NAME = widget_gonk EXPORT_LIBRARY = 1 IS_COMPONENT = 1 MODULE_NAME = nsWidgetGonkModule GRE_MODULE = 1 LIBXUL_LIBRARY = 1 CPPSRCS = \ Framebuffer.cpp \ nsAppShell.cpp \ nsWidgetFactory.cpp \ nsWindow.cpp \ nsLookAndFeel.cpp \ nsIdleServiceGonk.cpp \ OrientationObserver.cpp \ EventHub.cpp \ Input.cpp \ InputApplication.cpp \ InputDispatcher.cpp \ InputListener.cpp \ InputReader.cpp \ InputTransport.cpp \ InputWindow.cpp \ Keyboard.cpp \ KeyCharacterMap.cpp \ KeyLayoutMap.cpp \ PixelFormat.cpp \ VirtualKeyMap.cpp \ PointerController.cpp \ SpriteController.cpp \ PropertyMap.cpp \ Unicode.cpp \ Timers.cpp \ Tokenizer.cpp \ String8.cpp \ Static.cpp \ $(NULL) SHARED_LIBRARY_LIBS = ../xpwidgets/libxpwidgets_s.a include $(topsrcdir)/config/rules.mk DEFINES += -D_IMPL_NS_WIDGET -DHAVE_OFF64_T -DSK_BUILD_FOR_ANDROID_NDK LOCAL_INCLUDES += \ -I$(topsrcdir)/widget/xpwidgets \ -I$(topsrcdir)/widget/shared \ -I$(topsrcdir)/dom/system/android \ -I$(topsrcdir)/content/events/src \ -I$(topsrcdir)/gfx/skia/include/core \ -I$(topsrcdir)/gfx/skia/include/config \ -I$(srcdir) \ $(NULL) include $(topsrcdir)/ipc/chromium/chromium-config.mk