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 1359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1370 'editing/RemoveFormatCommand.h', | 1370 'editing/RemoveFormatCommand.h', |
| 1371 'editing/RemoveNodeCommand.cpp', | 1371 'editing/RemoveNodeCommand.cpp', |
| 1372 'editing/RemoveNodeCommand.h', | 1372 'editing/RemoveNodeCommand.h', |
| 1373 'editing/RemoveNodePreservingChildrenCommand.cpp', | 1373 'editing/RemoveNodePreservingChildrenCommand.cpp', |
| 1374 'editing/RemoveNodePreservingChildrenCommand.h', | 1374 'editing/RemoveNodePreservingChildrenCommand.h', |
| 1375 'editing/RenderedPosition.cpp', | 1375 'editing/RenderedPosition.cpp', |
| 1376 'editing/RenderedPosition.h', | 1376 'editing/RenderedPosition.h', |
| 1377 'editing/ReplaceNodeWithSpanCommand.cpp', | 1377 'editing/ReplaceNodeWithSpanCommand.cpp', |
| 1378 'editing/ReplaceNodeWithSpanCommand.h', | 1378 'editing/ReplaceNodeWithSpanCommand.h', |
| 1379 'editing/ReplaceSelectionCommand.cpp', | 1379 'editing/ReplaceSelectionCommand.cpp', |
| 1380 'editing/SelectionController.cpp', | |
| 1380 'editing/SelectionType.h', | 1381 'editing/SelectionType.h', |
|
tkent
2015/05/20 03:31:01
Add SelectionController.h too.
Miyoung Shin(g)
2015/05/20 15:53:40
Done.
| |
| 1381 'editing/SetNodeAttributeCommand.cpp', | 1382 'editing/SetNodeAttributeCommand.cpp', |
| 1382 'editing/SetNodeAttributeCommand.h', | 1383 'editing/SetNodeAttributeCommand.h', |
| 1383 'editing/SimplifyMarkupCommand.cpp', | 1384 'editing/SimplifyMarkupCommand.cpp', |
| 1384 'editing/SmartReplaceCF.cpp', | 1385 'editing/SmartReplaceCF.cpp', |
| 1385 'editing/SmartReplaceICU.cpp', | 1386 'editing/SmartReplaceICU.cpp', |
| 1386 'editing/SpellCheckRequester.cpp', | 1387 'editing/SpellCheckRequester.cpp', |
| 1387 'editing/SpellCheckRequester.h', | 1388 'editing/SpellCheckRequester.h', |
| 1388 'editing/SpellChecker.cpp', | 1389 'editing/SpellChecker.cpp', |
| 1389 'editing/SpellChecker.h', | 1390 'editing/SpellChecker.h', |
| 1390 'editing/SplitElementCommand.cpp', | 1391 'editing/SplitElementCommand.cpp', |
| (...skipping 2508 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3899 'style/ComputedStyleTest.cpp', | 3900 'style/ComputedStyleTest.cpp', |
| 3900 'style/OutlineValueTest.cpp', | 3901 'style/OutlineValueTest.cpp', |
| 3901 'style/SVGComputedStyleTest.cpp', | 3902 'style/SVGComputedStyleTest.cpp', |
| 3902 'testing/PrivateScriptTestTest.cpp', | 3903 'testing/PrivateScriptTestTest.cpp', |
| 3903 'timing/MemoryInfoTest.cpp', | 3904 'timing/MemoryInfoTest.cpp', |
| 3904 'workers/WorkerThreadTest.cpp', | 3905 'workers/WorkerThreadTest.cpp', |
| 3905 'xml/parser/SharedBufferReaderTest.cpp', | 3906 'xml/parser/SharedBufferReaderTest.cpp', |
| 3906 ], | 3907 ], |
| 3907 } | 3908 } |
| 3908 } | 3909 } |
| OLD | NEW |