moz.build (1181B)
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- 2 # vim: set filetype=python: 3 # This Source Code Form is subject to the terms of the Mozilla Public 4 # License, v. 2.0. If a copy of the MPL was not distributed with this 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 6 7 UNIFIED_SOURCES += [ 8 "APZTestAccess.cpp", 9 "APZTestCommon.cpp", 10 "MockHitTester.cpp", 11 "TestAxisLock.cpp", 12 "TestBasic.cpp", 13 "TestDisplayPort.cpp", 14 "TestEventRegions.cpp", 15 "TestEventResult.cpp", 16 "TestFlingAcceleration.cpp", 17 "TestGestureDetector.cpp", 18 "TestHitTesting.cpp", 19 "TestInputQueue.cpp", 20 "TestOverscroll.cpp", 21 "TestPanning.cpp", 22 "TestPinching.cpp", 23 "TestPointerEventsConsumable.cpp", 24 "TestRecentEventsBuffer.cpp", 25 "TestScrollbarDragging.cpp", 26 "TestScrollHandoff.cpp", 27 "TestSnapping.cpp", 28 "TestSnappingOnMomentum.cpp", 29 "TestTransformNotifications.cpp", 30 "TestTreeManager.cpp", 31 "TestWRScrollData.cpp", 32 ] 33 34 include("/ipc/chromium/chromium-config.mozbuild") 35 36 LOCAL_INCLUDES += [ 37 "/gfx/2d", 38 "/gfx/cairo/cairo/src", 39 "/gfx/layers", 40 "/gfx/layers/apz/src", 41 ] 42 43 FINAL_LIBRARY = "xul-gtest"