Skip to content

Commit

Permalink
Bug 1047877 - Flatten modules/libpref/{public,src}/ directories. r=bs…
Browse files Browse the repository at this point in the history
…medberg
  • Loading branch information
poiru committed Aug 8, 2014
1 parent 79d830a commit 1c52359
Show file tree
Hide file tree
Showing 21 changed files with 35 additions and 48 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
36 changes: 35 additions & 1 deletion modules/libpref/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,40 @@
# 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 += [
'nsIPrefBranch.idl',
'nsIPrefBranch2.idl',
'nsIPrefBranchInternal.idl',
'nsIPrefLocalizedString.idl',
'nsIPrefService.idl',
'nsIRelativeFilePref.idl',
]

XPIDL_MODULE = 'pref'

EXPORTS.mozilla += [
'Preferences.h',
]

UNIFIED_SOURCES += [
'nsPrefBranch.cpp',
'nsPrefsFactory.cpp',
'Preferences.cpp',
'prefread.cpp',
]

# prefapi.cpp cannot be built in unified mode because it uses plarena.h
SOURCES += [
'prefapi.cpp',
]

MSVC_ENABLE_PGO = True

include('/ipc/chromium/chromium-config.mozbuild')

FINAL_LIBRARY = 'xul'

DEFINES['OS_ARCH'] = CONFIG['OS_ARCH']
DEFINES['MOZ_WIDGET_TOOLKIT'] = CONFIG['MOZ_WIDGET_TOOLKIT']
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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
21 changes: 0 additions & 21 deletions modules/libpref/public/moz.build

This file was deleted.

26 changes: 0 additions & 26 deletions modules/libpref/src/moz.build

This file was deleted.

0 comments on commit 1c52359

Please sign in to comment.