Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(496)

Side by Side Diff: Source/core/core.gypi

Issue 147353007: DevTools: remove references to modules/webdatabase from core/inspector (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/core/inspector/InspectorBaseAgent.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'clipboard/Clipboard.idl', 8 'clipboard/Clipboard.idl',
9 'clipboard/DataTransferItem.idl', 9 'clipboard/DataTransferItem.idl',
10 'clipboard/DataTransferItemList.idl', 10 'clipboard/DataTransferItemList.idl',
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after
1146 'inspector/InspectorConsoleAgent.h', 1146 'inspector/InspectorConsoleAgent.h',
1147 'inspector/InspectorConsoleInstrumentation.h', 1147 'inspector/InspectorConsoleInstrumentation.h',
1148 'inspector/InspectorController.cpp', 1148 'inspector/InspectorController.cpp',
1149 'inspector/InspectorCounters.cpp', 1149 'inspector/InspectorCounters.cpp',
1150 'inspector/InspectorCounters.h', 1150 'inspector/InspectorCounters.h',
1151 'inspector/InspectorDOMAgent.cpp', 1151 'inspector/InspectorDOMAgent.cpp',
1152 'inspector/InspectorDOMDebuggerAgent.cpp', 1152 'inspector/InspectorDOMDebuggerAgent.cpp',
1153 'inspector/InspectorDOMDebuggerAgent.h', 1153 'inspector/InspectorDOMDebuggerAgent.h',
1154 'inspector/InspectorDOMStorageAgent.cpp', 1154 'inspector/InspectorDOMStorageAgent.cpp',
1155 'inspector/InspectorDOMStorageAgent.h', 1155 'inspector/InspectorDOMStorageAgent.h',
1156 'inspector/InspectorDatabaseAgent.cpp',
1157 'inspector/InspectorDatabaseAgent.h',
1158 'inspector/InspectorDatabaseInstrumentation.h',
1159 'inspector/InspectorDatabaseResource.cpp',
1160 'inspector/InspectorDatabaseResource.h',
1161 'inspector/InspectorDebuggerAgent.cpp', 1156 'inspector/InspectorDebuggerAgent.cpp',
1162 'inspector/InspectorDebuggerAgent.h', 1157 'inspector/InspectorDebuggerAgent.h',
1163 'inspector/InspectorFrontendChannel.h', 1158 'inspector/InspectorFrontendChannel.h',
1164 'inspector/InspectorFrontendHost.cpp', 1159 'inspector/InspectorFrontendHost.cpp',
1165 'inspector/InspectorFrontendHost.h', 1160 'inspector/InspectorFrontendHost.h',
1166 'inspector/InspectorHeapProfilerAgent.cpp', 1161 'inspector/InspectorHeapProfilerAgent.cpp',
1167 'inspector/InspectorHeapProfilerAgent.h', 1162 'inspector/InspectorHeapProfilerAgent.h',
1168 'inspector/InspectorHistory.cpp', 1163 'inspector/InspectorHistory.cpp',
1169 'inspector/InspectorHistory.h', 1164 'inspector/InspectorHistory.h',
1170 'inspector/InspectorInputAgent.cpp', 1165 'inspector/InspectorInputAgent.cpp',
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3282 'html/parser/HTMLParserThreadTest.cpp', 3277 'html/parser/HTMLParserThreadTest.cpp',
3283 'html/track/vtt/BufferedLineReaderTest.cpp', 3278 'html/track/vtt/BufferedLineReaderTest.cpp',
3284 'html/track/vtt/VTTScannerTest.cpp', 3279 'html/track/vtt/VTTScannerTest.cpp',
3285 'rendering/RenderOverflowTest.cpp', 3280 'rendering/RenderOverflowTest.cpp',
3286 'rendering/shapes/BoxShapeTest.cpp', 3281 'rendering/shapes/BoxShapeTest.cpp',
3287 'testing/UnitTestHelpers.cpp', 3282 'testing/UnitTestHelpers.cpp',
3288 'testing/UnitTestHelpers.h', 3283 'testing/UnitTestHelpers.h',
3289 ], 3284 ],
3290 } 3285 }
3291 } 3286 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/InspectorBaseAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698