mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Bug 1014691 - Move TestAsyncPanZoomController.cpp to gfx/layers/apz/test/gtest. r=kats,glandium
--HG-- rename : gfx/tests/gtest/TestAsyncPanZoomController.cpp => gfx/layers/apz/test/gtest/TestAsyncPanZoomController.cpp extra : source : 18f51acd98206483573be0fcf636e6fcc76e89b0
This commit is contained in:
parent
7918cf6631
commit
0f6812acd5
21
gfx/layers/apz/test/gtest/moz.build
Normal file
21
gfx/layers/apz/test/gtest/moz.build
Normal file
@ -0,0 +1,21 @@
|
||||
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
||||
# vim: set filetype=python:
|
||||
# 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/.
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'TestAsyncPanZoomController.cpp',
|
||||
]
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/gfx/2d',
|
||||
'/gfx/layers',
|
||||
'/gfx/tests/gtest' # for TestLayers.h, which is shared with the gfx gtests
|
||||
]
|
||||
|
||||
FINAL_LIBRARY = 'xul-gtest'
|
||||
|
||||
CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
|
@ -406,6 +406,9 @@ CXXFLAGS += [
|
||||
]
|
||||
]
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
DIRS += ['apz/test/gtest']
|
||||
|
||||
MOCHITEST_MANIFESTS += ['apz/test/mochitest/mochitest.ini']
|
||||
MOCHITEST_CHROME_MANIFESTS += ['apz/test/mochitest/chrome.ini']
|
||||
|
||||
|
@ -4,9 +4,6 @@
|
||||
# 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/.
|
||||
|
||||
with Files('tests/gtest/TestAsyncPanZoomController.cpp'):
|
||||
BUG_COMPONENT = ('Core', 'Panning and Zooming')
|
||||
|
||||
if CONFIG['MOZ_TREE_CAIRO']:
|
||||
DIRS += ['cairo']
|
||||
|
||||
|
@ -8,7 +8,6 @@ UNIFIED_SOURCES += [
|
||||
'gfxSurfaceRefCountTest.cpp',
|
||||
# Disabled on suspicion of causing bug 904227
|
||||
#'gfxWordCacheTest.cpp',
|
||||
'TestAsyncPanZoomController.cpp',
|
||||
'TestBufferRotation.cpp',
|
||||
'TestColorNames.cpp',
|
||||
'TestCompositor.cpp',
|
||||
|
Loading…
x
Reference in New Issue
Block a user