Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 | |
|
Eric Willigers
2014/12/22 00:49:20
No need for the blank line to be added. This file
evemj (not active)
2014/12/22 06:09:05
Done.
| |
| 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 3649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3660 'rendering/style/RenderStyleTest.cpp', | 3661 'rendering/style/RenderStyleTest.cpp', |
| 3661 'rendering/style/SVGRenderStyleTest.cpp', | 3662 'rendering/style/SVGRenderStyleTest.cpp', |
| 3662 'streams/ReadableStreamTest.cpp', | 3663 'streams/ReadableStreamTest.cpp', |
| 3663 'testing/PrivateScriptTestTest.cpp', | 3664 'testing/PrivateScriptTestTest.cpp', |
| 3664 'testing/UnitTestHelpers.cpp', | 3665 'testing/UnitTestHelpers.cpp', |
| 3665 'testing/UnitTestHelpers.h', | 3666 'testing/UnitTestHelpers.h', |
| 3666 'xml/parser/SharedBufferReaderTest.cpp', | 3667 'xml/parser/SharedBufferReaderTest.cpp', |
| 3667 ], | 3668 ], |
| 3668 } | 3669 } |
| 3669 } | 3670 } |
| OLD | NEW |