зеркало из https://github.com/mozilla/gecko-dev.git
Bug 945091. Part 1: Flatten inspector/public and inspector/src into inspector. r=glandium
--HG-- rename : layout/inspector/src/inCSSValueSearch.cpp => layout/inspector/inCSSValueSearch.cpp rename : layout/inspector/src/inCSSValueSearch.h => layout/inspector/inCSSValueSearch.h rename : layout/inspector/src/inDOMUtils.cpp => layout/inspector/inDOMUtils.cpp rename : layout/inspector/src/inDOMUtils.h => layout/inspector/inDOMUtils.h rename : layout/inspector/src/inDOMView.cpp => layout/inspector/inDOMView.cpp rename : layout/inspector/src/inDOMView.h => layout/inspector/inDOMView.h rename : layout/inspector/src/inDeepTreeWalker.cpp => layout/inspector/inDeepTreeWalker.cpp rename : layout/inspector/src/inDeepTreeWalker.h => layout/inspector/inDeepTreeWalker.h rename : layout/inspector/src/inFlasher.cpp => layout/inspector/inFlasher.cpp rename : layout/inspector/src/inFlasher.h => layout/inspector/inFlasher.h rename : layout/inspector/public/inICSSValueSearch.idl => layout/inspector/inICSSValueSearch.idl rename : layout/inspector/public/inIDOMUtils.idl => layout/inspector/inIDOMUtils.idl rename : layout/inspector/public/inIDOMView.idl => layout/inspector/inIDOMView.idl rename : layout/inspector/public/inIDeepTreeWalker.idl => layout/inspector/inIDeepTreeWalker.idl rename : layout/inspector/public/inIFlasher.idl => layout/inspector/inIFlasher.idl rename : layout/inspector/public/inISearchObserver.idl => layout/inspector/inISearchObserver.idl rename : layout/inspector/public/inISearchProcess.idl => layout/inspector/inISearchProcess.idl rename : layout/inspector/src/inLayoutUtils.cpp => layout/inspector/inLayoutUtils.cpp rename : layout/inspector/src/inLayoutUtils.h => layout/inspector/inLayoutUtils.h rename : layout/inspector/src/inSearchLoop.cpp => layout/inspector/inSearchLoop.cpp rename : layout/inspector/src/inSearchLoop.h => layout/inspector/inSearchLoop.h rename : layout/inspector/src/moz.build => layout/inspector/moz.build rename : layout/inspector/src/nsFontFace.cpp => layout/inspector/nsFontFace.cpp rename : layout/inspector/src/nsFontFace.h => layout/inspector/nsFontFace.h rename : layout/inspector/src/nsFontFaceList.cpp => layout/inspector/nsFontFaceList.cpp rename : layout/inspector/src/nsFontFaceList.h => layout/inspector/nsFontFaceList.h rename : layout/inspector/public/nsIDOMFontFace.idl => layout/inspector/nsIDOMFontFace.idl rename : layout/inspector/public/nsIDOMFontFaceList.idl => layout/inspector/nsIDOMFontFaceList.idl extra : rebase_source : 6db93b3110568dcde9236f4ee35e61333d7316f0
This commit is contained in:
Родитель
7f8f476c76
Коммит
8b79ea263f
|
@ -33,7 +33,7 @@ LOCAL_INCLUDES += [
|
|||
'../base',
|
||||
'../forms',
|
||||
'../generic',
|
||||
'../inspector/src',
|
||||
'../inspector',
|
||||
'../mathml',
|
||||
'../style',
|
||||
'../tables',
|
||||
|
|
|
@ -4,6 +4,20 @@
|
|||
# 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/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'inICSSValueSearch.idl',
|
||||
'inIDeepTreeWalker.idl',
|
||||
'inIDOMUtils.idl',
|
||||
'inIDOMView.idl',
|
||||
'inIFlasher.idl',
|
||||
'inISearchObserver.idl',
|
||||
'inISearchProcess.idl',
|
||||
'nsIDOMFontFace.idl',
|
||||
'nsIDOMFontFaceList.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'inspector'
|
||||
|
||||
EXPORTS += [
|
||||
'nsFontFace.h',
|
||||
'nsFontFaceList.h',
|
||||
|
@ -29,8 +43,13 @@ FAIL_ON_WARNINGS = True
|
|||
|
||||
FINAL_LIBRARY = 'gklayout'
|
||||
LOCAL_INCLUDES += [
|
||||
'../../style',
|
||||
'../style',
|
||||
'/content/base/src',
|
||||
'/content/xbl/src',
|
||||
]
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
PARALLEL_DIRS += [
|
||||
'tests',
|
||||
'tests/chrome',
|
||||
]
|
|
@ -1,20 +0,0 @@
|
|||
# -*- 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/.
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'inICSSValueSearch.idl',
|
||||
'inIDeepTreeWalker.idl',
|
||||
'inIDOMUtils.idl',
|
||||
'inIDOMView.idl',
|
||||
'inIFlasher.idl',
|
||||
'inISearchObserver.idl',
|
||||
'inISearchProcess.idl',
|
||||
'nsIDOMFontFace.idl',
|
||||
'nsIDOMFontFaceList.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'inspector'
|
||||
|
|
@ -15,8 +15,7 @@ PARALLEL_DIRS += [
|
|||
'xul/base/src',
|
||||
'ipc',
|
||||
'mathml',
|
||||
'inspector/public',
|
||||
'inspector/src',
|
||||
'inspector',
|
||||
'tools/recording',
|
||||
]
|
||||
|
||||
|
@ -28,8 +27,6 @@ if CONFIG['MOZ_XUL']:
|
|||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
PARALLEL_DIRS += [
|
||||
'inspector/tests',
|
||||
'inspector/tests/chrome',
|
||||
'mathml/tests',
|
||||
'xul/test',
|
||||
'xul/base/test',
|
||||
|
|
Загрузка…
Ссылка в новой задаче