| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
| 3 # | 3 # |
| 4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
| 5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
| 6 # met: | 6 # met: |
| 7 # | 7 # |
| 8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
| 9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
| 10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'Handle.h', | 45 'Handle.h', |
| 46 'Heap.cpp', | 46 'Heap.cpp', |
| 47 'Heap.h', | 47 'Heap.h', |
| 48 'HeapAllocator.cpp', | 48 'HeapAllocator.cpp', |
| 49 'HeapAllocator.h', | 49 'HeapAllocator.h', |
| 50 'HeapPage.cpp', | 50 'HeapPage.cpp', |
| 51 'HeapPage.h', | 51 'HeapPage.h', |
| 52 'InlinedGlobalMarkingVisitor.h', | 52 'InlinedGlobalMarkingVisitor.h', |
| 53 'MarkingVisitor.h', | 53 'MarkingVisitor.h', |
| 54 'MarkingVisitorImpl.h', | 54 'MarkingVisitorImpl.h', |
| 55 'Member.h', |
| 55 'PageMemory.cpp', | 56 'PageMemory.cpp', |
| 56 'PageMemory.h', | 57 'PageMemory.h', |
| 57 'PagePool.cpp', | 58 'PagePool.cpp', |
| 58 'PagePool.h', | 59 'PagePool.h', |
| 60 'Persistent.h', |
| 59 'PersistentNode.cpp', | 61 'PersistentNode.cpp', |
| 60 'PersistentNode.h', | 62 'PersistentNode.h', |
| 61 'SafePoint.cpp', | 63 'SafePoint.cpp', |
| 62 'SafePoint.h', | 64 'SafePoint.h', |
| 65 'SelfKeepAlive.h', |
| 63 'StackFrameDepth.cpp', | 66 'StackFrameDepth.cpp', |
| 64 'StackFrameDepth.h', | 67 'StackFrameDepth.h', |
| 65 'ThreadState.cpp', | 68 'ThreadState.cpp', |
| 66 'ThreadState.h', | 69 'ThreadState.h', |
| 67 'ThreadingTraits.h', | 70 'ThreadingTraits.h', |
| 68 'TraceTraits.h', | 71 'TraceTraits.h', |
| 69 'Visitor.cpp', | 72 'Visitor.cpp', |
| 70 'Visitor.h', | 73 'Visitor.h', |
| 71 'WrapperVisitor.h', | 74 'WrapperVisitor.h', |
| 72 ], | 75 ], |
| (...skipping 23 matching lines...) Expand all Loading... |
| 96 ], | 99 ], |
| 97 }], | 100 }], |
| 98 ['target_arch == "ia32" or target_arch == "x64"', { | 101 ['target_arch == "ia32" or target_arch == "x64"', { |
| 99 'platform_heap_asm_files': [ | 102 'platform_heap_asm_files': [ |
| 100 'asm/SaveRegisters_x86.asm', | 103 'asm/SaveRegisters_x86.asm', |
| 101 ], | 104 ], |
| 102 }], | 105 }], |
| 103 ], | 106 ], |
| 104 }, | 107 }, |
| 105 } | 108 } |
| OLD | NEW |