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

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

Issue 148253005: DevTools: remove references to modules/indexeddb 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
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 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 1133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'inspector/InspectorDatabaseResource.h', 1144 'inspector/InspectorDatabaseResource.h',
1145 'inspector/InspectorDebuggerAgent.cpp', 1145 'inspector/InspectorDebuggerAgent.cpp',
1146 'inspector/InspectorDebuggerAgent.h', 1146 'inspector/InspectorDebuggerAgent.h',
1147 'inspector/InspectorFrontendChannel.h', 1147 'inspector/InspectorFrontendChannel.h',
1148 'inspector/InspectorFrontendHost.cpp', 1148 'inspector/InspectorFrontendHost.cpp',
1149 'inspector/InspectorFrontendHost.h', 1149 'inspector/InspectorFrontendHost.h',
1150 'inspector/InspectorHeapProfilerAgent.cpp', 1150 'inspector/InspectorHeapProfilerAgent.cpp',
1151 'inspector/InspectorHeapProfilerAgent.h', 1151 'inspector/InspectorHeapProfilerAgent.h',
1152 'inspector/InspectorHistory.cpp', 1152 'inspector/InspectorHistory.cpp',
1153 'inspector/InspectorHistory.h', 1153 'inspector/InspectorHistory.h',
1154 'inspector/InspectorIndexedDBAgent.cpp',
1155 'inspector/InspectorIndexedDBAgent.h',
1156 'inspector/InspectorInputAgent.cpp', 1154 'inspector/InspectorInputAgent.cpp',
1157 'inspector/InspectorInputAgent.h', 1155 'inspector/InspectorInputAgent.h',
1158 'inspector/InspectorInspectorAgent.cpp', 1156 'inspector/InspectorInspectorAgent.cpp',
1159 'inspector/InspectorInstrumentation.cpp', 1157 'inspector/InspectorInstrumentation.cpp',
1160 'inspector/InspectorInstrumentation.h', 1158 'inspector/InspectorInstrumentation.h',
1161 'inspector/InspectorInstrumentationCustomInl.h', 1159 'inspector/InspectorInstrumentationCustomInl.h',
1162 'inspector/InspectorLayerTreeAgent.cpp', 1160 'inspector/InspectorLayerTreeAgent.cpp',
1163 'inspector/InspectorLayerTreeAgent.h', 1161 'inspector/InspectorLayerTreeAgent.h',
1164 'inspector/InspectorMemoryAgent.cpp', 1162 'inspector/InspectorMemoryAgent.cpp',
1165 'inspector/InspectorMemoryAgent.h', 1163 'inspector/InspectorMemoryAgent.h',
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after
3278 'html/parser/HTMLParserThreadTest.cpp', 3276 'html/parser/HTMLParserThreadTest.cpp',
3279 'html/track/vtt/BufferedLineReaderTest.cpp', 3277 'html/track/vtt/BufferedLineReaderTest.cpp',
3280 'html/track/vtt/VTTScannerTest.cpp', 3278 'html/track/vtt/VTTScannerTest.cpp',
3281 'rendering/RenderOverflowTest.cpp', 3279 'rendering/RenderOverflowTest.cpp',
3282 'rendering/shapes/BoxShapeTest.cpp', 3280 'rendering/shapes/BoxShapeTest.cpp',
3283 'testing/UnitTestHelpers.cpp', 3281 'testing/UnitTestHelpers.cpp',
3284 'testing/UnitTestHelpers.h', 3282 'testing/UnitTestHelpers.h',
3285 ], 3283 ],
3286 } 3284 }
3287 } 3285 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698