OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1200 'frame/NavigatorCPU.h', | 1200 'frame/NavigatorCPU.h', |
1201 'frame/NavigatorID.cpp', | 1201 'frame/NavigatorID.cpp', |
1202 'frame/NavigatorID.h', | 1202 'frame/NavigatorID.h', |
1203 'frame/NavigatorLanguage.cpp', | 1203 'frame/NavigatorLanguage.cpp', |
1204 'frame/NavigatorLanguage.h', | 1204 'frame/NavigatorLanguage.h', |
1205 'frame/NavigatorOnLine.h', | 1205 'frame/NavigatorOnLine.h', |
1206 'frame/PinchViewport.cpp', | 1206 'frame/PinchViewport.cpp', |
1207 'frame/PinchViewport.h', | 1207 'frame/PinchViewport.h', |
1208 'frame/RemoteFrame.cpp', | 1208 'frame/RemoteFrame.cpp', |
1209 'frame/RemoteFrame.h', | 1209 'frame/RemoteFrame.h', |
| 1210 'frame/RemoteFrameClient.h', |
1210 'frame/RemoteFrameView.cpp', | 1211 'frame/RemoteFrameView.cpp', |
1211 'frame/RemoteFrameView.h', | 1212 'frame/RemoteFrameView.h', |
1212 'frame/Screen.cpp', | 1213 'frame/Screen.cpp', |
1213 'frame/Screen.h', | 1214 'frame/Screen.h', |
1214 'frame/Settings.cpp', | 1215 'frame/Settings.cpp', |
1215 'frame/SettingsDelegate.cpp', | 1216 'frame/SettingsDelegate.cpp', |
1216 'frame/SettingsDelegate.h', | 1217 'frame/SettingsDelegate.h', |
1217 'frame/SmartClip.cpp', | 1218 'frame/SmartClip.cpp', |
1218 'frame/SmartClip.h', | 1219 'frame/SmartClip.h', |
1219 'frame/SubresourceIntegrity.cpp', | 1220 'frame/SubresourceIntegrity.cpp', |
(...skipping 2351 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3571 'rendering/shapes/BoxShapeTest.cpp', | 3572 'rendering/shapes/BoxShapeTest.cpp', |
3572 'rendering/style/OutlineValueTest.cpp', | 3573 'rendering/style/OutlineValueTest.cpp', |
3573 'testing/PrivateScriptTestTest.cpp', | 3574 'testing/PrivateScriptTestTest.cpp', |
3574 'streams/ReadableStreamTest.cpp', | 3575 'streams/ReadableStreamTest.cpp', |
3575 'testing/UnitTestHelpers.cpp', | 3576 'testing/UnitTestHelpers.cpp', |
3576 'testing/UnitTestHelpers.h', | 3577 'testing/UnitTestHelpers.h', |
3577 'xml/parser/SharedBufferReaderTest.cpp', | 3578 'xml/parser/SharedBufferReaderTest.cpp', |
3578 ], | 3579 ], |
3579 } | 3580 } |
3580 } | 3581 } |
OLD | NEW |