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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'PlatformResourceLoader.cpp', | 94 'PlatformResourceLoader.cpp', |
95 'PlatformResourceLoader.h', | 95 'PlatformResourceLoader.h', |
96 'PlatformScreen.cpp', | 96 'PlatformScreen.cpp', |
97 'PlatformScreen.h', | 97 'PlatformScreen.h', |
98 'PlatformThreadData.cpp', | 98 'PlatformThreadData.cpp', |
99 'PlatformThreadData.h', | 99 'PlatformThreadData.h', |
100 'PlatformTouchEvent.h', | 100 'PlatformTouchEvent.h', |
101 'PlatformTouchPoint.h', | 101 'PlatformTouchPoint.h', |
102 'PlatformWheelEvent.h', | 102 'PlatformWheelEvent.h', |
103 'PopupMenu.h', | 103 'PopupMenu.h', |
104 'PopupMenuClient.h', | |
105 'PopupMenuStyle.h', | 104 'PopupMenuStyle.h', |
106 'Prerender.cpp', | 105 'Prerender.cpp', |
107 'Prerender.h', | 106 'Prerender.h', |
108 'PrerenderClient.h', | 107 'PrerenderClient.h', |
109 'PurgeableVector.cpp', | 108 'PurgeableVector.cpp', |
110 'PurgeableVector.h', | 109 'PurgeableVector.h', |
111 'RefCountedSupplement.h', | 110 'RefCountedSupplement.h', |
112 'ScriptForbiddenScope.cpp', | 111 'ScriptForbiddenScope.cpp', |
113 'ScriptForbiddenScope.h', | 112 'ScriptForbiddenScope.h', |
114 'SecureTextInput.cpp', | 113 'SecureTextInput.cpp', |
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'graphics/ImageFrameGeneratorTest.cpp', | 965 'graphics/ImageFrameGeneratorTest.cpp', |
967 'graphics/ImageLayerChromiumTest.cpp', | 966 'graphics/ImageLayerChromiumTest.cpp', |
968 'graphics/test/MockImageDecoder.h', | 967 'graphics/test/MockImageDecoder.h', |
969 'graphics/test/MockWebGraphicsContext3D.h', | 968 'graphics/test/MockWebGraphicsContext3D.h', |
970 'image-decoders/gif/GIFImageDecoderTest.cpp', | 969 'image-decoders/gif/GIFImageDecoderTest.cpp', |
971 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', | 970 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', |
972 'image-decoders/webp/WEBPImageDecoderTest.cpp', | 971 'image-decoders/webp/WEBPImageDecoderTest.cpp', |
973 ], | 972 ], |
974 }, | 973 }, |
975 } | 974 } |
OLD | NEW |