Skip to content

Commit

Permalink
Take files out of preprocessing that no longer require it
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt A. Tobin committed Apr 8, 2020
1 parent c51c10b commit eb28b1f
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 23 deletions.
5 changes: 1 addition & 4 deletions dom/inputmethod/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@

EXTRA_COMPONENTS += [
'InputMethod.manifest',
'MozKeyboard.js',
]

EXTRA_PP_JS_MODULES += [
'Keyboard.jsm',
'MozKeyboard.js',
]

JAR_MANIFESTS += ['jar.mn']
Expand Down
5 changes: 1 addition & 4 deletions services/sync/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@ DIRS += ['locales']
XPCSHELL_TESTS_MANIFESTS += ['tests/unit/xpcshell.ini']

EXTRA_COMPONENTS += [
'Weave.js',
]

EXTRA_PP_COMPONENTS += [
'SyncComponents.manifest',
'Weave.js',
]

EXTRA_JS_MODULES['services-sync'] += [
Expand Down
7 changes: 2 additions & 5 deletions toolkit/components/passwordmgr/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,9 @@ XPIDL_MODULE = 'loginmgr'
EXTRA_COMPONENTS += [
'crypto-SDR.js',
'nsLoginInfo.js',
'nsLoginManagerPrompter.js',
]

EXTRA_PP_COMPONENTS += [
'nsLoginManager.js',
'passwordmgr.manifest',
'nsLoginManagerPrompter.js',
'passwordmgr.manifest'
]

EXTRA_JS_MODULES += [
Expand Down
6 changes: 2 additions & 4 deletions toolkit/components/satchel/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,17 @@ LOCAL_INCLUDES += ['../build']
EXTRA_COMPONENTS += [
'FormHistoryStartup.js',
'nsFormAutoComplete.js',
'nsFormHistory.js',
'nsInputListAutoComplete.js',
'satchel.manifest',
]

EXTRA_PP_COMPONENTS += ['nsFormHistory.js']

EXTRA_JS_MODULES += [
'AutoCompletePopup.jsm',
'FormHistory.jsm',
'nsFormAutoCompleteResult.jsm',
]

EXTRA_PP_JS_MODULES += ['FormHistory.jsm']

FINAL_LIBRARY = 'xul'

JAR_MANIFESTS += ['jar.mn']
4 changes: 2 additions & 2 deletions toolkit/content/jar.mn
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ toolkit.jar:
#endif
* content/global/aboutSupport.js
* content/global/aboutSupport.xhtml
* content/global/aboutTelemetry.js
content/global/aboutTelemetry.js
content/global/aboutTelemetry.xhtml
content/global/aboutTelemetry.css
content/global/directionDetector.html
content/global/plugins.html
content/global/plugins.css
* content/global/browser-child.js
content/global/browser-child.js
content/global/browser-content.js
* content/global/buildconfig.html
* content/global/contentAreaUtils.js
Expand Down
2 changes: 1 addition & 1 deletion toolkit/modules/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ EXTRA_JS_MODULES += [
'Locale.jsm',
'Log.jsm',
'Memory.jsm',
'NewTabUtils.jsm',
'NLP.jsm',
'ObjectUtils.jsm',
'PageMenu.jsm',
Expand Down Expand Up @@ -85,7 +86,6 @@ EXTRA_JS_MODULES.sessionstore += ['sessionstore/Utils.jsm']

EXTRA_PP_JS_MODULES += [
'addons/WebRequest.jsm',
'NewTabUtils.jsm',
'ResetProfile.jsm',
'Troubleshoot.jsm',
'UpdateUtils.jsm',
Expand Down
3 changes: 0 additions & 3 deletions toolkit/mozapps/extensions/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ EXTRA_COMPONENTS += [
'amContentHandler.js',
'amInstallTrigger.js',
'amWebInstallListener.js',
]

EXTRA_PP_COMPONENTS += [
'extensions.manifest',
]

Expand Down

0 comments on commit eb28b1f

Please sign in to comment.