Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / heap / blink_heap.gypi
index 20363ac..307f78b 100644 (file)
@@ -32,6 +32,9 @@
   'variables': {
     'platform_heap_files': [
       'AddressSanitizer.h',
+      'CallbackStack.cpp',
+      'CallbackStack.h',
+      'Handle.cpp',
       'Handle.h',
       'Heap.cpp',
       'Heap.h',
           'asm/SaveRegisters_mips.S',
         ],
       }],
+      ['target_arch == "mips64el"', {
+        'platform_heap_asm_files': [
+          'asm/SaveRegisters_mips64.S',
+        ],
+      }],
       ['target_arch == "ia32" or target_arch == "x64"', {
         'platform_heap_asm_files': [
           'asm/SaveRegisters_x86.asm',