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 'ContentDecryptionModuleResult.h', | 10 'ContentDecryptionModuleResult.h', |
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 'network/ResourceRequest.cpp', | 894 'network/ResourceRequest.cpp', |
895 'network/ResourceRequest.h', | 895 'network/ResourceRequest.h', |
896 'network/ResourceResponse.cpp', | 896 'network/ResourceResponse.cpp', |
897 'network/ResourceResponse.h', | 897 'network/ResourceResponse.h', |
898 'network/ResourceTimingInfo.cpp', | 898 'network/ResourceTimingInfo.cpp', |
899 'network/ResourceTimingInfo.h', | 899 'network/ResourceTimingInfo.h', |
900 'network/WebSocketHandshakeRequest.cpp', | 900 'network/WebSocketHandshakeRequest.cpp', |
901 'network/WebSocketHandshakeRequest.h', | 901 'network/WebSocketHandshakeRequest.h', |
902 'network/WebSocketHandshakeResponse.cpp', | 902 'network/WebSocketHandshakeResponse.cpp', |
903 'network/WebSocketHandshakeResponse.h', | 903 'network/WebSocketHandshakeResponse.h', |
| 904 'payments/BlinkTypeConverters.cpp', |
| 905 'payments/BlinkTypeConverters.h', |
| 906 'payments/PaymentRequestProxy.cpp', |
| 907 'payments/PaymentRequestProxy.h', |
| 908 'payments/PlatformCurrencyAmount.cpp', |
| 909 'payments/PlatformCurrencyAmount.h', |
| 910 'payments/PlatformPaymentDetails.cpp', |
| 911 'payments/PlatformPaymentDetails.h', |
| 912 'payments/PlatformPaymentItem.cpp', |
| 913 'payments/PlatformPaymentItem.h', |
| 914 'payments/PlatformPaymentOptions.cpp', |
| 915 'payments/PlatformPaymentOptions.h', |
| 916 'payments/PlatformPaymentResponse.cpp', |
| 917 'payments/PlatformPaymentResponse.h', |
| 918 'payments/PlatformShippingAddress.cpp', |
| 919 'payments/PlatformShippingAddress.h', |
| 920 'payments/PlatformShippingOption.cpp', |
| 921 'payments/PlatformShippingOption.h', |
904 'plugins/PluginData.cpp', | 922 'plugins/PluginData.cpp', |
905 'plugins/PluginData.h', | 923 'plugins/PluginData.h', |
906 'plugins/PluginListBuilder.cpp', | 924 'plugins/PluginListBuilder.cpp', |
907 'plugins/PluginListBuilder.h', | 925 'plugins/PluginListBuilder.h', |
908 'scheduler/CancellableTaskFactory.cpp', | 926 'scheduler/CancellableTaskFactory.cpp', |
909 'scheduler/CancellableTaskFactory.h', | 927 'scheduler/CancellableTaskFactory.h', |
910 'scroll/MainThreadScrollingReason.h', | 928 'scroll/MainThreadScrollingReason.h', |
911 'scroll/ProgrammaticScrollAnimator.cpp', | 929 'scroll/ProgrammaticScrollAnimator.cpp', |
912 'scroll/ProgrammaticScrollAnimator.h', | 930 'scroll/ProgrammaticScrollAnimator.h', |
913 'scroll/ScrollAnimatorBase.cpp', | 931 'scroll/ScrollAnimatorBase.cpp', |
(...skipping 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1275 ['OS!="mac"', | 1293 ['OS!="mac"', |
1276 { | 1294 { |
1277 'platform_test_files': [ | 1295 'platform_test_files': [ |
1278 'scroll/ScrollAnimatorTest.cpp', | 1296 'scroll/ScrollAnimatorTest.cpp', |
1279 ], | 1297 ], |
1280 } | 1298 } |
1281 ], | 1299 ], |
1282 ], | 1300 ], |
1283 }, | 1301 }, |
1284 } | 1302 } |
OLD | NEW |