| 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 'PlatformTouchEvent.h', | 93 'PlatformTouchEvent.h', |
| 94 'PlatformTouchPoint.h', | 94 'PlatformTouchPoint.h', |
| 95 'PlatformWheelEvent.h', | 95 'PlatformWheelEvent.h', |
| 96 'PopupMenu.h', | 96 'PopupMenu.h', |
| 97 'PopupMenuStyle.h', | 97 'PopupMenuStyle.h', |
| 98 'Prerender.cpp', | 98 'Prerender.cpp', |
| 99 'Prerender.h', | 99 'Prerender.h', |
| 100 'PrerenderClient.h', | 100 'PrerenderClient.h', |
| 101 'PurgeableVector.cpp', | 101 'PurgeableVector.cpp', |
| 102 'PurgeableVector.h', | 102 'PurgeableVector.h', |
| 103 'ReentrantScriptForbiddenScope.cpp', |
| 104 'ReentrantScriptForbiddenScope.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', |
| (...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1029 ['os_posix==1 and OS!="mac"', | 1031 ['os_posix==1 and OS!="mac"', |
| 1030 { | 1032 { |
| 1031 'platform_test_files': [ | 1033 'platform_test_files': [ |
| 1032 'text/LocaleICUTest.cpp', | 1034 'text/LocaleICUTest.cpp', |
| 1033 ], | 1035 ], |
| 1034 } | 1036 } |
| 1035 ], | 1037 ], |
| 1036 ], | 1038 ], |
| 1037 }, | 1039 }, |
| 1038 } | 1040 } |
| OLD | NEW |