https://github.com/mozilla/gecko-dev
Raw File
Tip revision: e391e7c5df1bdb64986907c569a9b7da59def53c authored by ffxbld on 05 June 2016, 02:14:10 UTC
Added FENNEC_47_0_RELEASE FENNEC_47_0_BUILD3 tag(s) for changeset 090cfb572e72. DONTBUILD CLOSED TREE a=release
Tip revision: e391e7c
moz.build
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# 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_COMPONENTS += [
    'ContentProcessSingleton.js',
    'MainProcessSingleton.js',
    'ProcessSingleton.manifest',
]
back to top