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

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

Issue 464293002: [DevTools] ConsoleMessage storage moved from ConsoleAgent (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@remove-can-generate
Patch Set: Rebased 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 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 'frame/csp/MediaListDirective.cpp', 1222 'frame/csp/MediaListDirective.cpp',
1223 'frame/csp/SourceListDirective.cpp', 1223 'frame/csp/SourceListDirective.cpp',
1224 'imagebitmap/ImageBitmapFactories.cpp', 1224 'imagebitmap/ImageBitmapFactories.cpp',
1225 'imagebitmap/ImageBitmapFactories.h', 1225 'imagebitmap/ImageBitmapFactories.h',
1226 'inspector/AsyncCallStackTracker.cpp', 1226 'inspector/AsyncCallStackTracker.cpp',
1227 'inspector/AsyncCallStackTracker.h', 1227 'inspector/AsyncCallStackTracker.h',
1228 'inspector/BindingVisitors.h', 1228 'inspector/BindingVisitors.h',
1229 'inspector/ConsoleAPITypes.h', 1229 'inspector/ConsoleAPITypes.h',
1230 'inspector/ConsoleMessage.h', 1230 'inspector/ConsoleMessage.h',
1231 'inspector/ConsoleMessage.cpp', 1231 'inspector/ConsoleMessage.cpp',
1232 'inspector/InspectorConsoleMessage.cpp', 1232 'inspector/ConsoleMessageStorage.h',
1233 'inspector/InspectorConsoleMessage.h', 1233 'inspector/ConsoleMessageStorage.cpp',
1234 'inspector/ContentSearchUtils.cpp', 1234 'inspector/ContentSearchUtils.cpp',
1235 'inspector/ContentSearchUtils.h', 1235 'inspector/ContentSearchUtils.h',
1236 'inspector/DOMEditor.cpp', 1236 'inspector/DOMEditor.cpp',
1237 'inspector/DOMEditor.h', 1237 'inspector/DOMEditor.h',
1238 'inspector/DOMPatchSupport.cpp', 1238 'inspector/DOMPatchSupport.cpp',
1239 'inspector/DOMPatchSupport.h', 1239 'inspector/DOMPatchSupport.h',
1240 'inspector/IdentifiersFactory.cpp', 1240 'inspector/IdentifiersFactory.cpp',
1241 'inspector/IdentifiersFactory.h', 1241 'inspector/IdentifiersFactory.h',
1242 'inspector/InjectedScript.cpp', 1242 'inspector/InjectedScript.cpp',
1243 'inspector/InjectedScript.h', 1243 'inspector/InjectedScript.h',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 'rendering/shapes/BoxShapeTest.cpp', 3465 'rendering/shapes/BoxShapeTest.cpp',
3466 'rendering/style/OutlineValueTest.cpp', 3466 'rendering/style/OutlineValueTest.cpp',
3467 'testing/PrivateScriptTestTest.cpp', 3467 'testing/PrivateScriptTestTest.cpp',
3468 'streams/ReadableStreamTest.cpp', 3468 'streams/ReadableStreamTest.cpp',
3469 'testing/UnitTestHelpers.cpp', 3469 'testing/UnitTestHelpers.cpp',
3470 'testing/UnitTestHelpers.h', 3470 'testing/UnitTestHelpers.h',
3471 'xml/parser/SharedBufferReaderTest.cpp', 3471 'xml/parser/SharedBufferReaderTest.cpp',
3472 ], 3472 ],
3473 } 3473 }
3474 } 3474 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698