Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / trace-viewer / third_party / tvcm / tvcm / module.py
index 5fa9343..a1154c2 100644 (file)
@@ -115,6 +115,9 @@ class Module(object):
   def filename(self):
     return self.resource.absolute_path
 
+  def isComponent(self):
+    return "/third_party/components/" in self.filename
+
   def Parse(self):
     """Parses self.contents and fills in the module's dependency metadata."""
     raise NotImplementedError()