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 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1198 'frame/NavigatorCPU.h', | 1198 'frame/NavigatorCPU.h', |
1199 'frame/NavigatorID.cpp', | 1199 'frame/NavigatorID.cpp', |
1200 'frame/NavigatorID.h', | 1200 'frame/NavigatorID.h', |
1201 'frame/NavigatorLanguage.cpp', | 1201 'frame/NavigatorLanguage.cpp', |
1202 'frame/NavigatorLanguage.h', | 1202 'frame/NavigatorLanguage.h', |
1203 'frame/NavigatorOnLine.h', | 1203 'frame/NavigatorOnLine.h', |
1204 'frame/PinchViewport.cpp', | 1204 'frame/PinchViewport.cpp', |
1205 'frame/PinchViewport.h', | 1205 'frame/PinchViewport.h', |
1206 'frame/RemoteFrame.cpp', | 1206 'frame/RemoteFrame.cpp', |
1207 'frame/RemoteFrame.h', | 1207 'frame/RemoteFrame.h', |
| 1208 'frame/RemoteFrameClient.h', |
1208 'frame/RemoteFrameView.cpp', | 1209 'frame/RemoteFrameView.cpp', |
1209 'frame/RemoteFrameView.h', | 1210 'frame/RemoteFrameView.h', |
1210 'frame/Screen.cpp', | 1211 'frame/Screen.cpp', |
1211 'frame/Screen.h', | 1212 'frame/Screen.h', |
1212 'frame/Settings.cpp', | 1213 'frame/Settings.cpp', |
1213 'frame/SettingsDelegate.cpp', | 1214 'frame/SettingsDelegate.cpp', |
1214 'frame/SettingsDelegate.h', | 1215 'frame/SettingsDelegate.h', |
1215 'frame/SmartClip.cpp', | 1216 'frame/SmartClip.cpp', |
1216 'frame/SmartClip.h', | 1217 'frame/SmartClip.h', |
1217 'frame/SuspendableTimer.cpp', | 1218 'frame/SuspendableTimer.cpp', |
(...skipping 2306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3524 'rendering/shapes/BoxShapeTest.cpp', | 3525 'rendering/shapes/BoxShapeTest.cpp', |
3525 'rendering/style/OutlineValueTest.cpp', | 3526 'rendering/style/OutlineValueTest.cpp', |
3526 'testing/PrivateScriptTestTest.cpp', | 3527 'testing/PrivateScriptTestTest.cpp', |
3527 'streams/ReadableStreamTest.cpp', | 3528 'streams/ReadableStreamTest.cpp', |
3528 'testing/UnitTestHelpers.cpp', | 3529 'testing/UnitTestHelpers.cpp', |
3529 'testing/UnitTestHelpers.h', | 3530 'testing/UnitTestHelpers.h', |
3530 'xml/parser/SharedBufferReaderTest.cpp', | 3531 'xml/parser/SharedBufferReaderTest.cpp', |
3531 ], | 3532 ], |
3532 } | 3533 } |
3533 } | 3534 } |
OLD | NEW |