зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1041208 - Flatten chrome/{public,src}/ directories. r=mossop
--HG-- rename : chrome/src/Makefile.in => chrome/Makefile.in rename : chrome/src/RegistryMessageUtils.h => chrome/RegistryMessageUtils.h rename : chrome/src/nsChromeProtocolHandler.cpp => chrome/nsChromeProtocolHandler.cpp rename : chrome/src/nsChromeProtocolHandler.h => chrome/nsChromeProtocolHandler.h rename : chrome/src/nsChromeRegistry.cpp => chrome/nsChromeRegistry.cpp rename : chrome/src/nsChromeRegistry.h => chrome/nsChromeRegistry.h rename : chrome/src/nsChromeRegistryChrome.cpp => chrome/nsChromeRegistryChrome.cpp rename : chrome/src/nsChromeRegistryChrome.h => chrome/nsChromeRegistryChrome.h rename : chrome/src/nsChromeRegistryContent.cpp => chrome/nsChromeRegistryContent.cpp rename : chrome/src/nsChromeRegistryContent.h => chrome/nsChromeRegistryContent.h rename : chrome/public/nsIChromeRegistry.idl => chrome/nsIChromeRegistry.idl rename : chrome/public/nsIToolkitChromeRegistry.idl => chrome/nsIToolkitChromeRegistry.idl
This commit is contained in:
Родитель
0c6b4675d1
Коммит
fbc73fc3b9
|
@ -4,5 +4,38 @@
|
|||
# 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/.
|
||||
|
||||
DIRS += ['public', 'src']
|
||||
TEST_DIRS += ['test']
|
||||
|
||||
XPIDL_SOURCES += [
|
||||
'nsIChromeRegistry.idl',
|
||||
'nsIToolkitChromeRegistry.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'chrome'
|
||||
|
||||
EXPORTS.mozilla.chrome += [
|
||||
'RegistryMessageUtils.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsChromeProtocolHandler.cpp',
|
||||
'nsChromeRegistry.cpp',
|
||||
'nsChromeRegistryChrome.cpp',
|
||||
'nsChromeRegistryContent.cpp',
|
||||
]
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xpcom_core'
|
||||
|
||||
GENERATED_INCLUDES += [
|
||||
'/xpcom',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/netwerk/base/src',
|
||||
'/netwerk/protocol/res',
|
||||
'/xpcom/components'
|
||||
]
|
||||
|
|
|
@ -1,13 +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 += [
|
||||
'nsIChromeRegistry.idl',
|
||||
'nsIToolkitChromeRegistry.idl',
|
||||
]
|
||||
|
||||
XPIDL_MODULE = 'chrome'
|
||||
|
|
@ -1,32 +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/.
|
||||
|
||||
EXPORTS.mozilla.chrome += [
|
||||
'RegistryMessageUtils.h',
|
||||
]
|
||||
|
||||
UNIFIED_SOURCES += [
|
||||
'nsChromeProtocolHandler.cpp',
|
||||
'nsChromeRegistry.cpp',
|
||||
'nsChromeRegistryChrome.cpp',
|
||||
'nsChromeRegistryContent.cpp',
|
||||
]
|
||||
|
||||
MSVC_ENABLE_PGO = True
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
||||
FINAL_LIBRARY = 'xpcom_core'
|
||||
|
||||
GENERATED_INCLUDES += [
|
||||
'/xpcom',
|
||||
]
|
||||
|
||||
LOCAL_INCLUDES += [
|
||||
'/netwerk/base/src',
|
||||
'/netwerk/protocol/res',
|
||||
'/xpcom/components'
|
||||
]
|
|
@ -106,7 +106,7 @@ LOCAL_INCLUDES += [
|
|||
'../src/base',
|
||||
'../src/geolocation',
|
||||
'../src/storage',
|
||||
'/chrome/src',
|
||||
'/chrome',
|
||||
'/content/base/src',
|
||||
'/content/media/webspeech/synth/ipc',
|
||||
'/docshell/base',
|
||||
|
|
|
@ -91,7 +91,7 @@ LOCAL_INCLUDES += [
|
|||
'../io',
|
||||
'../reflect/xptinfo',
|
||||
'../threads',
|
||||
'/chrome/src',
|
||||
'/chrome',
|
||||
'/docshell/base',
|
||||
]
|
||||
|
||||
|
|
|
@ -50,6 +50,6 @@ LOCAL_INCLUDES += [
|
|||
'../build',
|
||||
'../ds',
|
||||
'../reflect/xptinfo',
|
||||
'/chrome/src',
|
||||
'/chrome',
|
||||
'/modules/libjar',
|
||||
]
|
||||
|
|
Загрузка…
Ссылка в новой задаче