https://github.com/mozilla/gecko-dev
Revision 6f2fea41f70e64432f909b489268e7a0c48461ce authored by Gaia Pushbot on 30 January 2014, 15:06:05 UTC, committed by Gaia Pushbot on 30 January 2014, 15:06:05 UTC
========

https://hg.mozilla.org/integration/gaia-1_3/rev/4cf7d74e806f
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Bug 960280 - Generate canvases that are not displayed with the appropriate tag to reduce memory usage r=arcturus

(cherry picked from commit 5df7622aa7456415503dc374a9b80a5fce40dc58)
1 parent 241a567
Raw File
Tip revision: 6f2fea41f70e64432f909b489268e7a0c48461ce authored by Gaia Pushbot on 30 January 2014, 15:06:05 UTC
Bumping gaia.json for 1 gaia-1_3 revision(s) a=gaia-bump
Tip revision: 6f2fea4
app.mozbuild
# 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/.

app_libxul_dirs = []
app_libxul_static_dirs = []
include('/toolkit/toolkit.mozbuild')

if CONFIG['MOZ_EXTENSIONS']:
    add_tier_dir('app', 'extensions')

if CONFIG['OS_ARCH'] == 'WINNT' and (CONFIG['ENABLE_TESTS'] or
        CONFIG['MOZILLA_OFFICIAL']):
    add_tier_dir('app', 'embedding/tests/winEmbed')

add_tier_dir('app', 'xulrunner')
back to top