2013-04-01 18:36:59 +00:00
|
|
|
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
|
2013-02-25 20:47:17 +00:00
|
|
|
# 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/.
|
|
|
|
|
2013-11-27 13:55:07 +00:00
|
|
|
DEFINES['AB_CD'] = CONFIG['MOZ_UI_LOCALE']
|
2014-02-11 14:24:20 +00:00
|
|
|
DEFINES['PACKAGE'] = 'b2g'
|
2013-11-27 13:55:07 +00:00
|
|
|
DEFINES['MOZ_APP_VERSION'] = CONFIG['MOZ_APP_VERSION']
|
2013-12-10 07:18:11 +00:00
|
|
|
|
2013-12-16 05:45:01 +00:00
|
|
|
JAR_MANIFESTS += ['jar.mn']
|
|
|
|
|
|
|
|
TEST_DIRS += ['content/test/mochitest']
|