| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'GCInfo.h', | 42 'GCInfo.h', |
| 43 'GCTaskRunner.h', | 43 'GCTaskRunner.h', |
| 44 'GarbageCollected.h', | 44 'GarbageCollected.h', |
| 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 'HeapThreadSpecific.h', |
| 52 'InlinedGlobalMarkingVisitor.h', | 53 'InlinedGlobalMarkingVisitor.h', |
| 53 'MarkingVisitor.h', | 54 'MarkingVisitor.h', |
| 54 'MarkingVisitorImpl.h', | 55 'MarkingVisitorImpl.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', |
| 59 'PersistentNode.cpp', | 60 'PersistentNode.cpp', |
| 60 'PersistentNode.h', | 61 'PersistentNode.h', |
| 61 'SafePoint.cpp', | 62 'SafePoint.cpp', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 ], | 96 ], |
| 96 }], | 97 }], |
| 97 ['target_arch == "ia32" or target_arch == "x64"', { | 98 ['target_arch == "ia32" or target_arch == "x64"', { |
| 98 'platform_heap_asm_files': [ | 99 'platform_heap_asm_files': [ |
| 99 'asm/SaveRegisters_x86.asm', | 100 'asm/SaveRegisters_x86.asm', |
| 100 ], | 101 ], |
| 101 }], | 102 }], |
| 102 ], | 103 ], |
| 103 }, | 104 }, |
| 104 } | 105 } |
| OLD | NEW |