Searched refs:DepsException (Results 1 - 3 of 3) sorted by relevance

/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py8 class DepsException(Exception): class in inherits:Exception
218 raise DepsException("No file for module %(name)s needed by %(dep)s" %
233 raise DepsException("Could not find a file for raw script %s" % name)
252 raise DepsException("Could not find a file for stylesheet %s" % name)
274 raise DepsException('%s must use strict mode' % self.name)
301 raise DepsException("Slashes are not allowed in module names. "
304 raise DepsException("module names shouldn't end with .js"
311 raise DepsException("Slashes are not allowed in style sheet names. "
314 raise DepsException("Style sheets should not end in .css. "
H A Dgenerate_about_tracing_contents.py127 except parse_deps.DepsException, ex:
H A Dparse_deps_test.py189 self.assertRaises(parse_deps.DepsException,

Completed in 182 milliseconds