Chromium Code Reviews| 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 1193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1204 'frame/RemoteFrame.h', | 1204 'frame/RemoteFrame.h', |
| 1205 'frame/RemoteFrameView.cpp', | 1205 'frame/RemoteFrameView.cpp', |
| 1206 'frame/RemoteFrameView.h', | 1206 'frame/RemoteFrameView.h', |
| 1207 'frame/Screen.cpp', | 1207 'frame/Screen.cpp', |
| 1208 'frame/Screen.h', | 1208 'frame/Screen.h', |
| 1209 'frame/Settings.cpp', | 1209 'frame/Settings.cpp', |
| 1210 'frame/SettingsDelegate.cpp', | 1210 'frame/SettingsDelegate.cpp', |
| 1211 'frame/SettingsDelegate.h', | 1211 'frame/SettingsDelegate.h', |
| 1212 'frame/SmartClip.cpp', | 1212 'frame/SmartClip.cpp', |
| 1213 'frame/SmartClip.h', | 1213 'frame/SmartClip.h', |
| 1214 'frame/SubresourceIntegrity.cpp', | |
|
Mike West
2014/09/16 06:45:03
Please add the .h as well.
jww
2014/09/16 22:34:49
Done.
| |
| 1214 'frame/SuspendableTimer.cpp', | 1215 'frame/SuspendableTimer.cpp', |
| 1215 'frame/SuspendableTimer.h', | 1216 'frame/SuspendableTimer.h', |
| 1216 'frame/UseCounter.cpp', | 1217 'frame/UseCounter.cpp', |
| 1217 'frame/csp/CSPDirectiveList.cpp', | 1218 'frame/csp/CSPDirectiveList.cpp', |
| 1218 'frame/csp/CSPSource.cpp', | 1219 'frame/csp/CSPSource.cpp', |
| 1219 'frame/csp/CSPSourceList.cpp', | 1220 'frame/csp/CSPSourceList.cpp', |
| 1220 'frame/csp/ContentSecurityPolicy.cpp', | 1221 'frame/csp/ContentSecurityPolicy.cpp', |
| 1221 'frame/csp/MediaListDirective.cpp', | 1222 'frame/csp/MediaListDirective.cpp', |
| 1222 'frame/csp/SourceListDirective.cpp', | 1223 'frame/csp/SourceListDirective.cpp', |
| 1223 'imagebitmap/ImageBitmapFactories.cpp', | 1224 'imagebitmap/ImageBitmapFactories.cpp', |
| (...skipping 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3501 'rendering/shapes/BoxShapeTest.cpp', | 3502 'rendering/shapes/BoxShapeTest.cpp', |
| 3502 'rendering/style/OutlineValueTest.cpp', | 3503 'rendering/style/OutlineValueTest.cpp', |
| 3503 'testing/PrivateScriptTestTest.cpp', | 3504 'testing/PrivateScriptTestTest.cpp', |
| 3504 'streams/ReadableStreamTest.cpp', | 3505 'streams/ReadableStreamTest.cpp', |
| 3505 'testing/UnitTestHelpers.cpp', | 3506 'testing/UnitTestHelpers.cpp', |
| 3506 'testing/UnitTestHelpers.h', | 3507 'testing/UnitTestHelpers.h', |
| 3507 'xml/parser/SharedBufferReaderTest.cpp', | 3508 'xml/parser/SharedBufferReaderTest.cpp', |
| 3508 ], | 3509 ], |
| 3509 } | 3510 } |
| 3510 } | 3511 } |
| OLD | NEW |