webdriver: Implement Fullscreen command support (#100)
[gecko.git] / probes / moz.build
blobe809e70ac0456028ca9d2a8ef4c0ec90d9e98aa3
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files('**'):
8     BUG_COMPONENT = ('Core', 'JavaScript Engine')
10 if CONFIG['HAVE_DTRACE']:
11     EXPORTS += [
12         '!mozilla-trace.h',
13     ]
15     GENERATED_FILES += [
16         'mozilla-trace.h',
17     ]
19     trace = GENERATED_FILES['mozilla-trace.h']
20     trace.script = 'trace-gen.py'
21     trace.inputs += ['mozilla-trace.d']