Commit ff39f920 authored by Cosmin Sabou's avatar Cosmin Sabou
Browse files

Backed out 2 changesets (bug 1613263, bug 1611326) for presummably causing...

Backed out 2 changesets (bug 1613263, bug 1611326) for presummably causing l10n langpack bustages. a=backout

Backed out changeset 77e54e76848a (bug 1611326)
Backed out changeset 36ba18ac3a68 (bug 1613263)
parent ff27adf2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -60,7 +60,6 @@ else:
GeneratedFile(
    'xpcAccEvents.h', 'xpcAccEvents.cpp',
    script='AccEventGen.py', entry_point='gen_files',
    py2=True,
    inputs=[
        'AccEvents.conf',
        '!/xpcom/idl-parser/xpidl/xpidllex.py',
+0 −1
Original line number Diff line number Diff line
@@ -46,7 +46,6 @@ if CONFIG['COMPILE_ENVIRONMENT']:
        '%sntdll_freestanding.%s' % (CONFIG['LIB_PREFIX'],
                                     CONFIG['LIB_SUFFIX']),
        script='gen_ntdll_freestanding_lib.py',
        py2=True,
        inputs=['ntdll_freestanding.def'],
        flags=[CONFIG['LLVM_DLLTOOL']] + CONFIG['LLVM_DLLTOOL_FLAGS'])

+0 −2
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ if CONFIG['MOZ_UPDATER']:
        'en-US/updater/updater.ini',
        '../installer/windows/nsis/updater_append.ini',
    ]
    updater.py2 = True
    # Yes, this is weird, but what can you do? This file doesn't want to be in the DIST_SUBDIR,
    # but we can't really move it to a different directory until we change how locale repacks
    # work.
@@ -35,7 +34,6 @@ bookmarks.inputs = [
    # The `locales/en-US/` will be rewritten to the locale-specific path.
    'en-US/profile/bookmarks.inc',
]
bookmarks.py2 = True

with Files("**"):
    BUG_COMPONENT = ("Firefox Build System", "General")
+0 −1
Original line number Diff line number Diff line
@@ -62,7 +62,6 @@ if CONFIG['ENABLE_MOZSEARCH_PLUGIN']:
    ]

GeneratedFile('ThirdPartyPaths.cpp', script="ThirdPartyPaths.py",
              py2=True,
              entry_point="generate", inputs=[
                  '/tools/rewriting/ThirdPartyPaths.txt',
                  '/tools/rewriting/Generated.txt',
+0 −3
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ if CONFIG['MOZ_APP_BASENAME']:
        script='../python/mozbuild/mozbuild/action/preprocessor.py',
        entry_point='generate',
        inputs=['application.ini.in'],
        py2=True,
        flags=['-D%s=%s' % (k, '1' if v is True else v)
               for k, v in appini_defines.iteritems()])
    
@@ -96,12 +95,10 @@ if CONFIG['MOZ_APP_BASENAME']:
        FINAL_TARGET_PP_FILES += ['update-settings.ini']

    GeneratedFile('application.ini.h', script='appini_header.py',
                  py2=True,
                  inputs=['!application.ini'])

if CONFIG['ENABLE_TESTS']:
    GeneratedFile('automation.py', script='gen_automation.py',
                  py2=True,
                  inputs=['automation.py.in'])

    TEST_HARNESS_FILES.reftest += [
Loading