Remove some unnecessary preprocessing, no bug

--HG--
extra : rebase_source : 211b3d075040fa0ffdf64782c804f7a55f039149
This commit is contained in:
Gavin Sharp 2013-07-26 16:05:05 -07:00
Родитель ae33d6eb16
Коммит 58e0381c16
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -4,7 +4,10 @@
# 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/.
EXTRA_PP_COMPONENTS += [
'MarionetteComponents.manifest',
'marionettecomponent.js',
EXTRA_COMPONENTS += [
'MarionetteComponents.manifest'
]
EXTRA_PP_COMPONENTS += [
'marionettecomponent.js'
]