Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / tools / grit / grit / node / include.py
index 9c3685f..0f114c3 100644 (file)
@@ -113,6 +113,14 @@ class IncludeNode(base.Node):
          self.ToRealPath(self.GetInputPath()),
          allow_external_script=allow_external_script)
 
+  def IsResourceMapSource(self):
+    return True
+
+  def GeneratesResourceMapEntry(self, output_all_resource_defines,
+                                is_active_descendant):
+    # includes always generate resource entries.
+    return True
+
   @staticmethod
   def Construct(parent, name, type, file, translateable=True,
                 filenameonly=False, mkoutput=False, relativepath=False):