2016-07-14 19:16:42 +03:00
|
|
|
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
2016-04-29 05:34:00 +03: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/.
|
|
|
|
|
2018-05-26 02:20:28 +03:00
|
|
|
DIRS += [
|
2018-06-05 02:12:11 +03:00
|
|
|
'addon',
|
2019-08-05 18:15:46 +03:00
|
|
|
'descriptors',
|
2018-05-26 02:20:28 +03:00
|
|
|
'targets',
|
2018-06-01 22:42:10 +03:00
|
|
|
'worker',
|
2018-05-26 02:20:28 +03:00
|
|
|
]
|
|
|
|
|
2016-04-29 05:34:00 +03:00
|
|
|
DevToolsModules(
|
2017-07-21 20:15:06 +03:00
|
|
|
'accessibility.js',
|
2016-06-03 20:45:10 +03:00
|
|
|
'actor-registry.js',
|
2016-05-24 12:27:38 +03:00
|
|
|
'animation.js',
|
2019-04-30 17:40:43 +03:00
|
|
|
'array-buffer.js',
|
2018-10-22 22:17:45 +03:00
|
|
|
'changes.js',
|
2020-01-03 21:28:14 +03:00
|
|
|
'content-viewer.js',
|
2016-05-26 18:48:00 +03:00
|
|
|
'css-properties.js',
|
2016-06-07 17:53:21 +03:00
|
|
|
'device.js',
|
2016-08-17 00:03:09 +03:00
|
|
|
'emulation.js',
|
2016-06-06 20:24:34 +03:00
|
|
|
'environment.js',
|
2016-06-06 20:24:34 +03:00
|
|
|
'frame.js',
|
2016-07-04 18:50:30 +03:00
|
|
|
'framerate.js',
|
2016-06-03 20:45:10 +03:00
|
|
|
'heap-snapshot-file.js',
|
2016-05-10 12:07:03 +03:00
|
|
|
'highlighters.js',
|
2017-09-13 01:55:00 +03:00
|
|
|
'index.js',
|
2016-05-16 15:04:42 +03:00
|
|
|
'inspector.js',
|
2016-11-08 14:51:13 +03:00
|
|
|
'layout.js',
|
2019-08-13 17:43:24 +03:00
|
|
|
'manifest.js',
|
2016-06-10 23:28:15 +03:00
|
|
|
'memory.js',
|
2018-03-27 16:33:11 +03:00
|
|
|
'network-event.js',
|
2018-03-08 20:13:26 +03:00
|
|
|
'network-monitor.js',
|
2016-06-02 18:46:11 +03:00
|
|
|
'node.js',
|
2018-04-20 08:56:26 +03:00
|
|
|
'object.js',
|
2017-11-08 19:36:43 +03:00
|
|
|
'perf.js',
|
2016-06-22 16:01:28 +03:00
|
|
|
'performance-recording.js',
|
2016-06-22 14:16:21 +03:00
|
|
|
'performance.js',
|
2016-06-03 20:45:10 +03:00
|
|
|
'preference.js',
|
2018-04-10 10:44:38 +03:00
|
|
|
'property-iterator.js',
|
2016-11-01 05:51:58 +03:00
|
|
|
'reflow.js',
|
2020-01-03 21:28:14 +03:00
|
|
|
'responsive.js',
|
2018-10-30 11:08:20 +03:00
|
|
|
'root.js',
|
2018-08-27 18:14:10 +03:00
|
|
|
'screenshot.js',
|
2016-06-06 20:24:34 +03:00
|
|
|
'source.js',
|
2016-05-03 19:31:00 +03:00
|
|
|
'storage.js',
|
2016-06-07 17:53:21 +03:00
|
|
|
'string.js',
|
2016-05-09 14:13:25 +03:00
|
|
|
'styles.js',
|
2016-06-03 20:45:10 +03:00
|
|
|
'stylesheets.js',
|
2018-04-05 17:49:30 +03:00
|
|
|
'symbol-iterator.js',
|
2018-04-18 16:04:03 +03:00
|
|
|
'symbol.js',
|
2019-05-13 16:56:18 +03:00
|
|
|
'thread.js',
|
2016-06-08 16:51:55 +03:00
|
|
|
'timeline.js',
|
2019-10-25 13:08:31 +03:00
|
|
|
'walker.js',
|
2018-05-09 14:07:12 +03:00
|
|
|
'webconsole.js',
|
2019-06-11 18:27:08 +03:00
|
|
|
'websocket.js',
|
2016-04-29 05:34:00 +03:00
|
|
|
)
|