Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | |
|
Eric Willigers
2014/12/19 03:16:29
No need to change this file
| |
| 1 { | 2 { |
| 2 'includes': [ | 3 'includes': [ |
| 3 'core_generated.gypi', | 4 'core_generated.gypi', |
| 4 ], | 5 ], |
| 5 'variables': { | 6 'variables': { |
| 6 # Files for which bindings (.cpp and .h files) will be generated | 7 # Files for which bindings (.cpp and .h files) will be generated |
| 7 'core_idl_files': [ | 8 'core_idl_files': [ |
| 8 'animation/Animation.idl', | 9 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 10 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 11 'animation/AnimationNode.idl', |
| (...skipping 3648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3659 'rendering/style/RenderStyleTest.cpp', | 3660 'rendering/style/RenderStyleTest.cpp', |
| 3660 'rendering/style/SVGRenderStyleTest.cpp', | 3661 'rendering/style/SVGRenderStyleTest.cpp', |
| 3661 'streams/ReadableStreamTest.cpp', | 3662 'streams/ReadableStreamTest.cpp', |
| 3662 'testing/PrivateScriptTestTest.cpp', | 3663 'testing/PrivateScriptTestTest.cpp', |
| 3663 'testing/UnitTestHelpers.cpp', | 3664 'testing/UnitTestHelpers.cpp', |
| 3664 'testing/UnitTestHelpers.h', | 3665 'testing/UnitTestHelpers.h', |
| 3665 'xml/parser/SharedBufferReaderTest.cpp', | 3666 'xml/parser/SharedBufferReaderTest.cpp', |
| 3666 ], | 3667 ], |
| 3667 } | 3668 } |
| 3668 } | 3669 } |
| OLD | NEW |