| 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 2641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2652 'html/forms/TextFieldInputType.cpp', | 2652 'html/forms/TextFieldInputType.cpp', |
| 2653 'html/forms/TextFieldInputType.h', | 2653 'html/forms/TextFieldInputType.h', |
| 2654 'html/forms/TextInputType.cpp', | 2654 'html/forms/TextInputType.cpp', |
| 2655 'html/forms/TextInputType.h', | 2655 'html/forms/TextInputType.h', |
| 2656 'html/forms/TimeInputType.cpp', | 2656 'html/forms/TimeInputType.cpp', |
| 2657 'html/forms/TimeInputType.h', | 2657 'html/forms/TimeInputType.h', |
| 2658 'html/forms/TypeAhead.cpp', | 2658 'html/forms/TypeAhead.cpp', |
| 2659 'html/forms/TypeAhead.h', | 2659 'html/forms/TypeAhead.h', |
| 2660 'html/forms/URLInputType.cpp', | 2660 'html/forms/URLInputType.cpp', |
| 2661 'html/forms/URLInputType.h', | 2661 'html/forms/URLInputType.h', |
| 2662 'html/forms/ValidationMessage.cpp', | |
| 2663 'html/forms/ValidationMessage.h', | |
| 2664 'html/forms/WeekInputType.cpp', | 2662 'html/forms/WeekInputType.cpp', |
| 2665 'html/forms/WeekInputType.h', | 2663 'html/forms/WeekInputType.h', |
| 2666 'html/ime/InputMethodContext.cpp', | 2664 'html/ime/InputMethodContext.cpp', |
| 2667 'html/ime/InputMethodContext.h', | 2665 'html/ime/InputMethodContext.h', |
| 2668 'html/imports/HTMLImport.cpp', | 2666 'html/imports/HTMLImport.cpp', |
| 2669 'html/imports/HTMLImport.h', | 2667 'html/imports/HTMLImport.h', |
| 2670 'html/imports/HTMLImportChild.cpp', | 2668 'html/imports/HTMLImportChild.cpp', |
| 2671 'html/imports/HTMLImportChild.h', | 2669 'html/imports/HTMLImportChild.h', |
| 2672 'html/imports/HTMLImportChildClient.h', | 2670 'html/imports/HTMLImportChildClient.h', |
| 2673 'html/imports/HTMLImportLoader.cpp', | 2671 'html/imports/HTMLImportLoader.cpp', |
| (...skipping 732 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3406 'rendering/RenderOverflowTest.cpp', | 3404 'rendering/RenderOverflowTest.cpp', |
| 3407 'rendering/RenderTableCellTest.cpp', | 3405 'rendering/RenderTableCellTest.cpp', |
| 3408 'rendering/RenderTableRowTest.cpp', | 3406 'rendering/RenderTableRowTest.cpp', |
| 3409 'rendering/shapes/BoxShapeTest.cpp', | 3407 'rendering/shapes/BoxShapeTest.cpp', |
| 3410 'testing/UnitTestHelpers.cpp', | 3408 'testing/UnitTestHelpers.cpp', |
| 3411 'testing/UnitTestHelpers.h', | 3409 'testing/UnitTestHelpers.h', |
| 3412 'xml/parser/SharedBufferReaderTest.cpp', | 3410 'xml/parser/SharedBufferReaderTest.cpp', |
| 3413 ], | 3411 ], |
| 3414 } | 3412 } |
| 3415 } | 3413 } |
| OLD | NEW |