Skip to content

Commit

Permalink
Bug 1041208 - Flatten chrome/{public,src}/ directories. r=mossop
Browse files Browse the repository at this point in the history
--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
  • Loading branch information
poiru committed Jul 19, 2014
1 parent 0c6b467 commit fbc73fc
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 49 deletions.
File renamed without changes.
File renamed without changes.
35 changes: 34 additions & 1 deletion chrome/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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'
]
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.
13 changes: 0 additions & 13 deletions chrome/public/moz.build

This file was deleted.

32 changes: 0 additions & 32 deletions chrome/src/moz.build

This file was deleted.

2 changes: 1 addition & 1 deletion dom/ipc/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion xpcom/build/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ LOCAL_INCLUDES += [
'../io',
'../reflect/xptinfo',
'../threads',
'/chrome/src',
'/chrome',
'/docshell/base',
]

Expand Down
2 changes: 1 addition & 1 deletion xpcom/components/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ LOCAL_INCLUDES += [
'../build',
'../ds',
'../reflect/xptinfo',
'/chrome/src',
'/chrome',
'/modules/libjar',
]

0 comments on commit fbc73fc

Please sign in to comment.