| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1461 'editing/EditingBehavior.h', | 1461 'editing/EditingBehavior.h', |
| 1462 'editing/EditingStrategy.cpp', | 1462 'editing/EditingStrategy.cpp', |
| 1463 'editing/EditingStrategy.h', | 1463 'editing/EditingStrategy.h', |
| 1464 'editing/EditingStyle.cpp', | 1464 'editing/EditingStyle.cpp', |
| 1465 'editing/EditingUtilities.cpp', | 1465 'editing/EditingUtilities.cpp', |
| 1466 'editing/EditingUtilities.h', | 1466 'editing/EditingUtilities.h', |
| 1467 'editing/Editor.cpp', | 1467 'editing/Editor.cpp', |
| 1468 'editing/EditorKeyBindings.cpp', | 1468 'editing/EditorKeyBindings.cpp', |
| 1469 'editing/EphemeralRange.cpp', | 1469 'editing/EphemeralRange.cpp', |
| 1470 'editing/EphemeralRange.h', | 1470 'editing/EphemeralRange.h', |
| 1471 'editing/FrameCaret.cpp', |
| 1472 'editing/FrameCaret.h', |
| 1471 'editing/FrameSelection.cpp', | 1473 'editing/FrameSelection.cpp', |
| 1472 'editing/GranularityStrategy.cpp', | 1474 'editing/GranularityStrategy.cpp', |
| 1473 'editing/InputMethodController.cpp', | 1475 'editing/InputMethodController.cpp', |
| 1474 'editing/InputMethodController.h', | 1476 'editing/InputMethodController.h', |
| 1475 'editing/PendingSelection.cpp', | 1477 'editing/PendingSelection.cpp', |
| 1476 'editing/PendingSelection.h', | 1478 'editing/PendingSelection.h', |
| 1477 'editing/PlainTextRange.cpp', | 1479 'editing/PlainTextRange.cpp', |
| 1478 'editing/PlainTextRange.h', | 1480 'editing/PlainTextRange.h', |
| 1479 'editing/Position.cpp', | 1481 'editing/Position.cpp', |
| 1480 'editing/Position.h', | 1482 'editing/Position.h', |
| (...skipping 2645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4126 'testing/PrivateScriptTestTest.cpp', | 4128 'testing/PrivateScriptTestTest.cpp', |
| 4127 'timing/MemoryInfoTest.cpp', | 4129 'timing/MemoryInfoTest.cpp', |
| 4128 'timing/PerformanceBaseTest.cpp', | 4130 'timing/PerformanceBaseTest.cpp', |
| 4129 'timing/PerformanceObserverTest.cpp', | 4131 'timing/PerformanceObserverTest.cpp', |
| 4130 'workers/WorkerThreadTest.cpp', | 4132 'workers/WorkerThreadTest.cpp', |
| 4131 'workers/WorkerThreadTestHelper.h', | 4133 'workers/WorkerThreadTestHelper.h', |
| 4132 'xml/parser/SharedBufferReaderTest.cpp', | 4134 'xml/parser/SharedBufferReaderTest.cpp', |
| 4133 ], | 4135 ], |
| 4134 } | 4136 } |
| 4135 } | 4137 } |
| OLD | NEW |