Skip to content
This repository has been archived by the owner on Aug 4, 2022. It is now read-only.

Commit

Permalink
Backed out changeset 1dcb339812d1 (bug 945091) for mochitest-8 bustag…
Browse files Browse the repository at this point in the history
…e on a CLOSED TREE
  • Loading branch information
BavarianTomcat committed Dec 4, 2013
1 parent ed506ad commit 8e491c7
Show file tree
Hide file tree
Showing 31 changed files with 26 additions and 22 deletions.
2 changes: 1 addition & 1 deletion layout/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ LOCAL_INCLUDES += [
'../base',
'../forms',
'../generic',
'../inspector',
'../inspector/src',
'../mathml',
'../style',
'../tables',
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
20 changes: 20 additions & 0 deletions layout/inspector/public/moz.build
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# -*- 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'

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 1 addition & 20 deletions layout/inspector/moz.build → layout/inspector/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +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/.

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',
Expand All @@ -43,13 +29,8 @@ 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',
]
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion layout/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ PARALLEL_DIRS += [
'xul/base/src',
'ipc',
'mathml',
'inspector',
'inspector/public',
'inspector/src',
'tools/recording',
]

Expand All @@ -27,6 +28,8 @@ if CONFIG['MOZ_XUL']:

if CONFIG['ENABLE_TESTS']:
PARALLEL_DIRS += [
'inspector/tests',
'inspector/tests/chrome',
'mathml/tests',
'xul/test',
'xul/base/test',
Expand Down

0 comments on commit 8e491c7

Please sign in to comment.