| 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 759 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 770 'network/NetworkHints.cpp', | 770 'network/NetworkHints.cpp', |
| 771 'network/NetworkHints.h', | 771 'network/NetworkHints.h', |
| 772 'network/ParsedContentType.cpp', | 772 'network/ParsedContentType.cpp', |
| 773 'network/ParsedContentType.h', | 773 'network/ParsedContentType.h', |
| 774 'network/ResourceError.cpp', | 774 'network/ResourceError.cpp', |
| 775 'network/ResourceError.h', | 775 'network/ResourceError.h', |
| 776 'network/ResourceRequest.cpp', | 776 'network/ResourceRequest.cpp', |
| 777 'network/ResourceRequest.h', | 777 'network/ResourceRequest.h', |
| 778 'network/ResourceResponse.cpp', | 778 'network/ResourceResponse.cpp', |
| 779 'network/ResourceResponse.h', | 779 'network/ResourceResponse.h', |
| 780 'network/ResourceTimingInfo.cpp', |
| 781 'network/ResourceTimingInfo.h', |
| 780 'network/WebSocketHandshakeRequest.cpp', | 782 'network/WebSocketHandshakeRequest.cpp', |
| 781 'network/WebSocketHandshakeRequest.h', | 783 'network/WebSocketHandshakeRequest.h', |
| 782 'network/WebSocketHandshakeResponse.cpp', | 784 'network/WebSocketHandshakeResponse.cpp', |
| 783 'network/WebSocketHandshakeResponse.h', | 785 'network/WebSocketHandshakeResponse.h', |
| 784 'plugins/PluginData.cpp', | 786 'plugins/PluginData.cpp', |
| 785 'plugins/PluginData.h', | 787 'plugins/PluginData.h', |
| 786 'plugins/PluginListBuilder.cpp', | 788 'plugins/PluginListBuilder.cpp', |
| 787 'plugins/PluginListBuilder.h', | 789 'plugins/PluginListBuilder.h', |
| 788 'scheduler/CancellableTaskFactory.cpp', | 790 'scheduler/CancellableTaskFactory.cpp', |
| 789 'scheduler/CancellableTaskFactory.h', | 791 'scheduler/CancellableTaskFactory.h', |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1036 ['os_posix==1 and OS!="mac"', | 1038 ['os_posix==1 and OS!="mac"', |
| 1037 { | 1039 { |
| 1038 'platform_test_files': [ | 1040 'platform_test_files': [ |
| 1039 'text/LocaleICUTest.cpp', | 1041 'text/LocaleICUTest.cpp', |
| 1040 ], | 1042 ], |
| 1041 } | 1043 } |
| 1042 ], | 1044 ], |
| 1043 ], | 1045 ], |
| 1044 }, | 1046 }, |
| 1045 } | 1047 } |
| OLD | NEW |