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

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

Issue 445023005: DevTools: reduce ResourceAgent dependency on PageAgent. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 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
OLDNEW
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/Animation.idl', 8 'animation/Animation.idl',
9 'animation/AnimationEffect.idl', 9 'animation/AnimationEffect.idl',
10 'animation/AnimationPlayer.idl', 10 'animation/AnimationPlayer.idl',
(...skipping 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after
1214 'frame/csp/CSPSourceList.cpp', 1214 'frame/csp/CSPSourceList.cpp',
1215 'frame/csp/ContentSecurityPolicy.cpp', 1215 'frame/csp/ContentSecurityPolicy.cpp',
1216 'frame/csp/MediaListDirective.cpp', 1216 'frame/csp/MediaListDirective.cpp',
1217 'frame/csp/SourceListDirective.cpp', 1217 'frame/csp/SourceListDirective.cpp',
1218 'imagebitmap/ImageBitmapFactories.cpp', 1218 'imagebitmap/ImageBitmapFactories.cpp',
1219 'imagebitmap/ImageBitmapFactories.h', 1219 'imagebitmap/ImageBitmapFactories.h',
1220 'inspector/AsyncCallStackTracker.cpp', 1220 'inspector/AsyncCallStackTracker.cpp',
1221 'inspector/AsyncCallStackTracker.h', 1221 'inspector/AsyncCallStackTracker.h',
1222 'inspector/BindingVisitors.h', 1222 'inspector/BindingVisitors.h',
1223 'inspector/ConsoleAPITypes.h', 1223 'inspector/ConsoleAPITypes.h',
1224 'inspector/EditedResourcesContentManager.h',
1225 'inspector/EditedResourcesContentManager.cpp',
1224 'inspector/InspectorConsoleMessage.cpp', 1226 'inspector/InspectorConsoleMessage.cpp',
1225 'inspector/InspectorConsoleMessage.h', 1227 'inspector/InspectorConsoleMessage.h',
1226 'inspector/ContentSearchUtils.cpp', 1228 'inspector/ContentSearchUtils.cpp',
1227 'inspector/ContentSearchUtils.h', 1229 'inspector/ContentSearchUtils.h',
1228 'inspector/DOMEditor.cpp', 1230 'inspector/DOMEditor.cpp',
1229 'inspector/DOMEditor.h', 1231 'inspector/DOMEditor.h',
1230 'inspector/DOMPatchSupport.cpp', 1232 'inspector/DOMPatchSupport.cpp',
1231 'inspector/DOMPatchSupport.h', 1233 'inspector/DOMPatchSupport.h',
1232 'inspector/IdentifiersFactory.cpp', 1234 'inspector/IdentifiersFactory.cpp',
1233 'inspector/IdentifiersFactory.h', 1235 'inspector/IdentifiersFactory.h',
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after
3454 'rendering/shapes/BoxShapeTest.cpp', 3456 'rendering/shapes/BoxShapeTest.cpp',
3455 'rendering/style/OutlineValueTest.cpp', 3457 'rendering/style/OutlineValueTest.cpp',
3456 'testing/PrivateScriptTestTest.cpp', 3458 'testing/PrivateScriptTestTest.cpp',
3457 'streams/ReadableStreamTest.cpp', 3459 'streams/ReadableStreamTest.cpp',
3458 'testing/UnitTestHelpers.cpp', 3460 'testing/UnitTestHelpers.cpp',
3459 'testing/UnitTestHelpers.h', 3461 'testing/UnitTestHelpers.h',
3460 'xml/parser/SharedBufferReaderTest.cpp', 3462 'xml/parser/SharedBufferReaderTest.cpp',
3461 ], 3463 ],
3462 } 3464 }
3463 } 3465 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/inspector/EditedResourcesContentManager.h » ('j') | Source/core/inspector/InspectorDebuggerAgent.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698