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/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', | |
|
yosin_UTC9
2016/05/20 07:53:13
Please add "editing/FrameCaret.h" too.
yoichio
2016/05/20 08:58:09
Done.
| |
| 1471 'editing/FrameSelection.cpp', | 1472 'editing/FrameSelection.cpp', |
| 1472 'editing/GranularityStrategy.cpp', | 1473 'editing/GranularityStrategy.cpp', |
| 1473 'editing/InputMethodController.cpp', | 1474 'editing/InputMethodController.cpp', |
| 1474 'editing/InputMethodController.h', | 1475 'editing/InputMethodController.h', |
| 1475 'editing/PendingSelection.cpp', | 1476 'editing/PendingSelection.cpp', |
| 1476 'editing/PendingSelection.h', | 1477 'editing/PendingSelection.h', |
| 1477 'editing/PlainTextRange.cpp', | 1478 'editing/PlainTextRange.cpp', |
| 1478 'editing/PlainTextRange.h', | 1479 'editing/PlainTextRange.h', |
| 1479 'editing/Position.cpp', | 1480 'editing/Position.cpp', |
| 1480 'editing/Position.h', | 1481 'editing/Position.h', |
| (...skipping 2648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4130 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4130 'testing/PrivateScriptTestTest.cpp', | 4131 'testing/PrivateScriptTestTest.cpp', |
| 4131 'timing/MemoryInfoTest.cpp', | 4132 'timing/MemoryInfoTest.cpp', |
| 4132 'timing/PerformanceBaseTest.cpp', | 4133 'timing/PerformanceBaseTest.cpp', |
| 4133 'workers/WorkerThreadTest.cpp', | 4134 'workers/WorkerThreadTest.cpp', |
| 4134 'workers/WorkerThreadTestHelper.h', | 4135 'workers/WorkerThreadTestHelper.h', |
| 4135 'xml/parser/SharedBufferReaderTest.cpp', | 4136 'xml/parser/SharedBufferReaderTest.cpp', |
| 4136 ], | 4137 ], |
| 4137 } | 4138 } |
| 4138 } | 4139 } |
| OLD | NEW |