Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
| 4 'core_idl_files': [ | 4 'core_idl_files': [ |
| 5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
| 6 'animation/Player.idl', | 6 'animation/Player.idl', |
| 7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
| 8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
| 9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
| 10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
| (...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1101 'frame/SettingsDelegate.h', | 1101 'frame/SettingsDelegate.h', |
| 1102 'frame/SuspendableTimer.cpp', | 1102 'frame/SuspendableTimer.cpp', |
| 1103 'frame/SuspendableTimer.h', | 1103 'frame/SuspendableTimer.h', |
| 1104 'frame/UseCounter.cpp', | 1104 'frame/UseCounter.cpp', |
| 1105 'frame/csp/CSPDirectiveList.cpp', | 1105 'frame/csp/CSPDirectiveList.cpp', |
| 1106 'frame/csp/CSPSource.cpp', | 1106 'frame/csp/CSPSource.cpp', |
| 1107 'frame/csp/CSPSourceList.cpp', | 1107 'frame/csp/CSPSourceList.cpp', |
| 1108 'frame/csp/ContentSecurityPolicy.cpp', | 1108 'frame/csp/ContentSecurityPolicy.cpp', |
| 1109 'frame/csp/MediaListDirective.cpp', | 1109 'frame/csp/MediaListDirective.cpp', |
| 1110 'frame/csp/SourceListDirective.cpp', | 1110 'frame/csp/SourceListDirective.cpp', |
| 1111 'frame/device_sensors_common/DeviceSensorEventController.cpp', | |
| 1112 'frame/device_sensors_common/DeviceSensorEventController.h', | |
| 1113 'frame/device_sensors_common/DeviceSensorEventDispatcher.cpp', | |
| 1114 'frame/device_sensors_common/DeviceSensorEventDispatcher.h', | |
|
abarth-chromium
2014/03/12 19:27:23
You can just put these in frame/ directly. There'
| |
| 1111 'inspector/AsyncCallStackTracker.cpp', | 1115 'inspector/AsyncCallStackTracker.cpp', |
| 1112 'inspector/AsyncCallStackTracker.h', | 1116 'inspector/AsyncCallStackTracker.h', |
| 1113 'inspector/BindingVisitors.h', | 1117 'inspector/BindingVisitors.h', |
| 1114 'inspector/ConsoleAPITypes.h', | 1118 'inspector/ConsoleAPITypes.h', |
| 1115 'inspector/ConsoleMessage.cpp', | 1119 'inspector/ConsoleMessage.cpp', |
| 1116 'inspector/ConsoleMessage.h', | 1120 'inspector/ConsoleMessage.h', |
| 1117 'inspector/ContentSearchUtils.cpp', | 1121 'inspector/ContentSearchUtils.cpp', |
| 1118 'inspector/ContentSearchUtils.h', | 1122 'inspector/ContentSearchUtils.h', |
| 1119 'inspector/DOMEditor.cpp', | 1123 'inspector/DOMEditor.cpp', |
| 1120 'inspector/DOMEditor.h', | 1124 'inspector/DOMEditor.h', |
| (...skipping 2176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3297 'html/parser/HTMLParserThreadTest.cpp', | 3301 'html/parser/HTMLParserThreadTest.cpp', |
| 3298 'html/track/vtt/BufferedLineReaderTest.cpp', | 3302 'html/track/vtt/BufferedLineReaderTest.cpp', |
| 3299 'html/track/vtt/VTTScannerTest.cpp', | 3303 'html/track/vtt/VTTScannerTest.cpp', |
| 3300 'rendering/RenderOverflowTest.cpp', | 3304 'rendering/RenderOverflowTest.cpp', |
| 3301 'rendering/shapes/BoxShapeTest.cpp', | 3305 'rendering/shapes/BoxShapeTest.cpp', |
| 3302 'testing/UnitTestHelpers.cpp', | 3306 'testing/UnitTestHelpers.cpp', |
| 3303 'testing/UnitTestHelpers.h', | 3307 'testing/UnitTestHelpers.h', |
| 3304 ], | 3308 ], |
| 3305 } | 3309 } |
| 3306 } | 3310 } |
| OLD | NEW |