| 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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 'PasteMode.h', | 83 'PasteMode.h', |
| 84 'PlatformEvent.h', | 84 'PlatformEvent.h', |
| 85 'PlatformGestureEvent.h', | 85 'PlatformGestureEvent.h', |
| 86 'PlatformInstrumentation.cpp', | 86 'PlatformInstrumentation.cpp', |
| 87 'PlatformInstrumentation.h', | 87 'PlatformInstrumentation.h', |
| 88 'PlatformKeyboardEvent.cpp', | 88 'PlatformKeyboardEvent.cpp', |
| 89 'PlatformKeyboardEvent.h', | 89 'PlatformKeyboardEvent.h', |
| 90 'PlatformMouseEvent.h', | 90 'PlatformMouseEvent.h', |
| 91 'PlatformResourceLoader.cpp', | 91 'PlatformResourceLoader.cpp', |
| 92 'PlatformResourceLoader.h', | 92 'PlatformResourceLoader.h', |
| 93 'PlatformThreadData.cpp', | |
| 94 'PlatformThreadData.h', | |
| 95 'PlatformTouchEvent.h', | 93 'PlatformTouchEvent.h', |
| 96 'PlatformTouchPoint.h', | 94 'PlatformTouchPoint.h', |
| 97 'PlatformWheelEvent.h', | 95 'PlatformWheelEvent.h', |
| 98 'PopupMenu.h', | 96 'PopupMenu.h', |
| 99 'PopupMenuStyle.h', | 97 'PopupMenuStyle.h', |
| 100 'Prerender.cpp', | 98 'Prerender.cpp', |
| 101 'Prerender.h', | 99 'Prerender.h', |
| 102 'PrerenderClient.h', | 100 'PrerenderClient.h', |
| 103 'PurgeableVector.cpp', | 101 'PurgeableVector.cpp', |
| 104 'PurgeableVector.h', | 102 'PurgeableVector.h', |
| 105 'RefCountedSupplement.h', | 103 'RefCountedSupplement.h', |
| 106 'ScriptForbiddenScope.cpp', | 104 'ScriptForbiddenScope.cpp', |
| 107 'ScriptForbiddenScope.h', | 105 'ScriptForbiddenScope.h', |
| 108 'SecureTextInput.cpp', | 106 'SecureTextInput.cpp', |
| 109 'SecureTextInput.h', | 107 'SecureTextInput.h', |
| 110 'SerializedResource.h', | 108 'SerializedResource.h', |
| 111 'SharedBuffer.cpp', | 109 'SharedBuffer.cpp', |
| 112 'SharedBuffer.h', | 110 'SharedBuffer.h', |
| 113 'SharedBufferChunkReader.cpp', | 111 'SharedBufferChunkReader.cpp', |
| 114 'SharedBufferChunkReader.h', | 112 'SharedBufferChunkReader.h', |
| 115 'SharedTimer.cpp', | |
| 116 'SharedTimer.h', | |
| 117 'StorageQuotaCallbacks.h', | 113 'StorageQuotaCallbacks.h', |
| 118 'Supplementable.cpp', | 114 'Supplementable.cpp', |
| 119 'Supplementable.h', | 115 'Supplementable.h', |
| 120 'Task.h', | 116 'Task.h', |
| 121 'TaskSynchronizer.cpp', | 117 'TaskSynchronizer.cpp', |
| 122 'TaskSynchronizer.h', | 118 'TaskSynchronizer.h', |
| 123 'Theme.cpp', | 119 'Theme.cpp', |
| 124 'Theme.h', | 120 'Theme.h', |
| 125 'ThemeTypes.h', | 121 'ThemeTypes.h', |
| 126 'ThreadedDataReceiver.h', | 122 'ThreadedDataReceiver.h', |
| 127 'ThreadTimers.cpp', | |
| 128 'ThreadTimers.h', | |
| 129 'Timer.cpp', | 123 'Timer.cpp', |
| 130 'Timer.h', | 124 'Timer.h', |
| 131 'TraceEvent.h', | 125 'TraceEvent.h', |
| 132 'TracedValue.cpp', | 126 'TracedValue.cpp', |
| 133 'TracedValue.h', | 127 'TracedValue.h', |
| 134 'UUID.cpp', | 128 'UUID.cpp', |
| 135 'UUID.h', | 129 'UUID.h', |
| 136 'UserGestureIndicator.cpp', | 130 'UserGestureIndicator.cpp', |
| 137 'UserGestureIndicator.h', | 131 'UserGestureIndicator.h', |
| 138 'WebScheduler.cpp', | 132 'WebScheduler.cpp', |
| (...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1033 ['os_posix==1 and OS!="mac"', | 1027 ['os_posix==1 and OS!="mac"', |
| 1034 { | 1028 { |
| 1035 'platform_test_files': [ | 1029 'platform_test_files': [ |
| 1036 'text/LocaleICUTest.cpp', | 1030 'text/LocaleICUTest.cpp', |
| 1037 ], | 1031 ], |
| 1038 } | 1032 } |
| 1039 ], | 1033 ], |
| 1040 ], | 1034 ], |
| 1041 }, | 1035 }, |
| 1042 } | 1036 } |
| OLD | NEW |