author | Birunthan Mohanathas <birunthan@mohanathas.com> |
Mon, 05 May 2014 20:30:39 +0300 | |
changeset 194024 | 4e27f466ebbb6578ab008f231f12a00917c2c718 |
parent 190554 | 4ac11d68cea335f1019b50a20980be03e4ca4a13 |
permissions | -rw-r--r-- |
# 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/. JS_MODULES_PATH = 'modules/devtools/canvasdebugger' EXTRA_JS_MODULES += [ 'panel.js' ] BROWSER_CHROME_MANIFESTS += ['test/browser.ini']