| 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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 'PlatformTouchEvent.h', | 93 'PlatformTouchEvent.h', |
| 94 'PlatformTouchPoint.h', | 94 'PlatformTouchPoint.h', |
| 95 'PlatformWheelEvent.h', | 95 'PlatformWheelEvent.h', |
| 96 'PluginScriptForbiddenScope.cpp', |
| 97 'PluginScriptForbiddenScope.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', |
| (...skipping 923 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 |