| OLD | NEW |
| 1 { | 1 { |
| 2 'includes': [ | 2 'includes': [ |
| 3 'platform_generated.gypi', | 3 'platform_generated.gypi', |
| 4 ], | 4 ], |
| 5 'variables': { | 5 'variables': { |
| 6 'platform_files': [ | 6 'platform_files': [ |
| 7 'AsyncFileSystemCallbacks.h', | 7 'AsyncFileSystemCallbacks.h', |
| 8 'CalculationValue.h', | 8 'CalculationValue.h', |
| 9 'CheckedInt.h', | 9 'CheckedInt.h', |
| 10 'Clock.cpp', | 10 'Clock.cpp', |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'LifecycleNotifier.h', | 63 'LifecycleNotifier.h', |
| 64 'LifecycleObserver.h', | 64 'LifecycleObserver.h', |
| 65 'LinkHash.cpp', | 65 'LinkHash.cpp', |
| 66 'LinkHash.h', | 66 'LinkHash.h', |
| 67 'Logging.cpp', | 67 'Logging.cpp', |
| 68 'Logging.h', | 68 'Logging.h', |
| 69 'MIMETypeFromURL.cpp', | 69 'MIMETypeFromURL.cpp', |
| 70 'MIMETypeFromURL.h', | 70 'MIMETypeFromURL.h', |
| 71 'MIMETypeRegistry.cpp', | 71 'MIMETypeRegistry.cpp', |
| 72 'MIMETypeRegistry.h', | 72 'MIMETypeRegistry.h', |
| 73 'MemoryPurgeController.cpp', |
| 74 'MemoryPurgeController.h', |
| 73 'NotImplemented.cpp', | 75 'NotImplemented.cpp', |
| 74 'NotImplemented.h', | 76 'NotImplemented.h', |
| 75 'PartitionAllocMemoryDumpProvider.cpp', | 77 'PartitionAllocMemoryDumpProvider.cpp', |
| 76 'PartitionAllocMemoryDumpProvider.h', | 78 'PartitionAllocMemoryDumpProvider.h', |
| 77 'PODArena.h', | 79 'PODArena.h', |
| 78 'PODFreeListArena.h', | 80 'PODFreeListArena.h', |
| 79 'PODInterval.h', | 81 'PODInterval.h', |
| 80 'PODIntervalTree.h', | 82 'PODIntervalTree.h', |
| 81 'PODRedBlackTree.h', | 83 'PODRedBlackTree.h', |
| 82 'ParsingUtilities.h', | 84 'ParsingUtilities.h', |
| (...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1054 ['os_posix==1 and OS!="mac"', | 1056 ['os_posix==1 and OS!="mac"', |
| 1055 { | 1057 { |
| 1056 'platform_test_files': [ | 1058 'platform_test_files': [ |
| 1057 'text/LocaleICUTest.cpp', | 1059 'text/LocaleICUTest.cpp', |
| 1058 ], | 1060 ], |
| 1059 } | 1061 } |
| 1060 ], | 1062 ], |
| 1061 ], | 1063 ], |
| 1062 }, | 1064 }, |
| 1063 } | 1065 } |
| OLD | NEW |