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