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 4028 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4039 'dom/shadow/FlatTreeTraversalTest.cpp', | 4039 'dom/shadow/FlatTreeTraversalTest.cpp', |
| 4040 'editing/EditingCommandTest.cpp', | 4040 'editing/EditingCommandTest.cpp', |
| 4041 'editing/EditingStrategyTest.cpp', | 4041 'editing/EditingStrategyTest.cpp', |
| 4042 'editing/EditingTestBase.cpp', | 4042 'editing/EditingTestBase.cpp', |
| 4043 'editing/EditingTestBase.h', | 4043 'editing/EditingTestBase.h', |
| 4044 'editing/EditingUtilitiesTest.cpp', | 4044 'editing/EditingUtilitiesTest.cpp', |
| 4045 'editing/EditorTest.cpp', | 4045 'editing/EditorTest.cpp', |
| 4046 'editing/FrameSelectionTest.cpp', | 4046 'editing/FrameSelectionTest.cpp', |
| 4047 'editing/GranularityStrategyTest.cpp', | 4047 'editing/GranularityStrategyTest.cpp', |
| 4048 'editing/InputMethodControllerTest.cpp', | 4048 'editing/InputMethodControllerTest.cpp', |
| 4049 'editing/commands/ReplaceSelectionCommandTest.cpp', | |
|
yosin_UTC9
2016/07/06 03:44:00
(^_^)b
| |
| 4049 'editing/iterators/BackwardsTextBufferTest.cpp', | 4050 'editing/iterators/BackwardsTextBufferTest.cpp', |
| 4050 'editing/iterators/CharacterIteratorTest.cpp', | 4051 'editing/iterators/CharacterIteratorTest.cpp', |
| 4051 'editing/iterators/ForwardsTextBufferTest.cpp', | 4052 'editing/iterators/ForwardsTextBufferTest.cpp', |
| 4052 'editing/iterators/SearchBufferTest.cpp', | 4053 'editing/iterators/SearchBufferTest.cpp', |
| 4053 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', | 4054 'editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp', |
| 4054 'editing/iterators/TextIteratorTest.cpp', | 4055 'editing/iterators/TextIteratorTest.cpp', |
| 4055 'editing/markers/DocumentMarkerControllerTest.cpp', | 4056 'editing/markers/DocumentMarkerControllerTest.cpp', |
| 4056 'editing/PositionTest.cpp', | 4057 'editing/PositionTest.cpp', |
| 4057 'editing/SelectionAdjusterTest.cpp', | 4058 'editing/SelectionAdjusterTest.cpp', |
| 4058 'editing/SurroundingTextTest.cpp', | 4059 'editing/SurroundingTextTest.cpp', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 4195 'testing/PrivateScriptTestTest.cpp', | 4196 'testing/PrivateScriptTestTest.cpp', |
| 4196 'timing/MemoryInfoTest.cpp', | 4197 'timing/MemoryInfoTest.cpp', |
| 4197 'timing/PerformanceBaseTest.cpp', | 4198 'timing/PerformanceBaseTest.cpp', |
| 4198 'timing/PerformanceObserverTest.cpp', | 4199 'timing/PerformanceObserverTest.cpp', |
| 4199 'workers/WorkerThreadTest.cpp', | 4200 'workers/WorkerThreadTest.cpp', |
| 4200 'workers/WorkerThreadTestHelper.h', | 4201 'workers/WorkerThreadTestHelper.h', |
| 4201 'xml/parser/SharedBufferReaderTest.cpp', | 4202 'xml/parser/SharedBufferReaderTest.cpp', |
| 4202 ], | 4203 ], |
| 4203 } | 4204 } |
| 4204 } | 4205 } |
| OLD | NEW |