Skip to content
Snippets Groups Projects
Commit a35fc693 authored by Andreea Pavel's avatar Andreea Pavel
Browse files

Backed out changeset fa94c9a03e3f (bug 1564314) for linting failures on a CLOSED TREE

--HG--
rename : python/gdbpp/gdbpp/__init__.py => third_party/python/gdbpp/gdbpp/__init__.py
rename : python/gdbpp/gdbpp/enumset.py => third_party/python/gdbpp/gdbpp/enumset.py
rename : python/gdbpp/gdbpp/linkedlist.py => third_party/python/gdbpp/gdbpp/linkedlist.py
rename : python/gdbpp/gdbpp/owningthread.py => third_party/python/gdbpp/gdbpp/owningthread.py
rename : python/gdbpp/gdbpp/smartptr.py => third_party/python/gdbpp/gdbpp/smartptr.py
rename : python/gdbpp/gdbpp/string.py => third_party/python/gdbpp/gdbpp/string.py
rename : python/gdbpp/gdbpp/tarray.py => third_party/python/gdbpp/gdbpp/tarray.py
rename : python/gdbpp/gdbpp/thashtable.py => third_party/python/gdbpp/gdbpp/thashtable.py
parent 46c8e253
No related branches found
No related tags found
No related merge requests found
python
import sys
sys.path.append('python/gdbpp/')
sys.path.append('third_party/python/gdbpp/')
import gdbpp
end
#filter substitution
python
import sys
sys.path.append('@topsrcdir@/python/gdbpp')
sys.path.append('@topsrcdir@/third_party/python/gdbpp')
import gdbpp
end
......@@ -11,9 +11,6 @@ with Files('**'):
with Files('devtools/**'):
BUG_COMPONENT = ('DevTools', 'General')
with Files('gdbpp/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('mach/**'):
BUG_COMPONENT = ('Firefox Build System', 'Mach Core')
......
......@@ -32,6 +32,9 @@ with Files('enum34/**'):
with Files('futures/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('gdbpp/**'):
BUG_COMPONENT = ('Firefox Build System', 'General')
with Files('jsmin/**'):
BUG_COMPONENT = ('Firefox for Android', 'Build Config & IDE Support')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment