https://github.com/mozilla/gecko-dev
Revision 87da9061810e2278be9cf0d923489d4e3a44430d authored by Michael Comella on 01 June 2016, 21:49:29 UTC, committed by Michael Comella on 01 June 2016, 21:49:29 UTC
See the added code comments for motivations.

Note that this is a speculative patch - I was unable to reproduce the crash and
thus do not know if it fixes it, however, I did test that the appropriate
toolbar configuration is created on vanilla Android for phone & tablet.

MozReview-Commit-ID: 2v1Ix8X68LH

--HG--
extra : source : 5af54ccbe317f7e4ba192b2960f7f7cb758f9001
1 parent ef92758
Raw File
Tip revision: 87da9061810e2278be9cf0d923489d4e3a44430d authored by Michael Comella on 01 June 2016, 21:49:29 UTC
Bug 1079874 - Define device configuration in inflated resources. r=sebastian, a=lizzard
Tip revision: 87da906
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/.


include('/toolkit/toolkit.mozbuild')

if CONFIG['MOZ_EXTENSIONS']:
    DIRS += ['/extensions']

DIRS += [
    '/%s' % CONFIG['MOZ_BRANDING_DIRECTORY'],
    '/b2g',
]
back to top