| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'Timer.h', | 127 'Timer.h', |
| 128 'TraceEvent.h', | 128 'TraceEvent.h', |
| 129 'TraceEventCommon.h', | 129 'TraceEventCommon.h', |
| 130 'TracedValue.cpp', | 130 'TracedValue.cpp', |
| 131 'TracedValue.h', | 131 'TracedValue.h', |
| 132 'UUID.cpp', | 132 'UUID.cpp', |
| 133 'UUID.h', | 133 'UUID.h', |
| 134 'UserGestureIndicator.cpp', | 134 'UserGestureIndicator.cpp', |
| 135 'UserGestureIndicator.h', | 135 'UserGestureIndicator.h', |
| 136 'WebScheduler.cpp', | 136 'WebScheduler.cpp', |
| 137 'WebTaskRunner.cpp', |
| 137 'WebThreadSupportingGC.cpp', | 138 'WebThreadSupportingGC.cpp', |
| 138 'WebThreadSupportingGC.h', | 139 'WebThreadSupportingGC.h', |
| 139 'WebThread.cpp', | 140 'WebThread.cpp', |
| 140 'Widget.cpp', | 141 'Widget.cpp', |
| 141 'Widget.h', | 142 'Widget.h', |
| 142 'WindowsKeyboardCodes.h', | 143 'WindowsKeyboardCodes.h', |
| 143 'animation/AnimationUtilities.h', | 144 'animation/AnimationUtilities.h', |
| 144 'animation/CubicBezierControlPoints.cpp', | 145 'animation/CubicBezierControlPoints.cpp', |
| 145 'animation/CubicBezierControlPoints.h', | 146 'animation/CubicBezierControlPoints.h', |
| 146 'animation/TimingFunction.cpp', | 147 'animation/TimingFunction.cpp', |
| (...skipping 912 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 ['os_posix==1 and OS!="mac"', | 1060 ['os_posix==1 and OS!="mac"', |
| 1060 { | 1061 { |
| 1061 'platform_test_files': [ | 1062 'platform_test_files': [ |
| 1062 'text/LocaleICUTest.cpp', | 1063 'text/LocaleICUTest.cpp', |
| 1063 ], | 1064 ], |
| 1064 } | 1065 } |
| 1065 ], | 1066 ], |
| 1066 ], | 1067 ], |
| 1067 }, | 1068 }, |
| 1068 } | 1069 } |
| OLD | NEW |