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

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

Issue 950343002: Decouple memory() from Console (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: wrapperinfo and idl fixes Created 5 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/frame/Console.h » ('j') | Source/core/timing/ConsoleMemory.cpp » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/AnimationNode.idl', 10 'animation/AnimationNode.idl',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'svg/SVGTextPathElement.idl', 412 'svg/SVGTextPathElement.idl',
413 'svg/SVGTextPositioningElement.idl', 413 'svg/SVGTextPositioningElement.idl',
414 'svg/SVGTitleElement.idl', 414 'svg/SVGTitleElement.idl',
415 'svg/SVGTransform.idl', 415 'svg/SVGTransform.idl',
416 'svg/SVGTransformList.idl', 416 'svg/SVGTransformList.idl',
417 'svg/SVGUnitTypes.idl', 417 'svg/SVGUnitTypes.idl',
418 'svg/SVGUseElement.idl', 418 'svg/SVGUseElement.idl',
419 'svg/SVGViewElement.idl', 419 'svg/SVGViewElement.idl',
420 'svg/SVGViewSpec.idl', 420 'svg/SVGViewSpec.idl',
421 'svg/SVGZoomEvent.idl', 421 'svg/SVGZoomEvent.idl',
422 'timing/MemoryInfo.idl', 422 'timing/MemoryInfo.idl',
dsinclair 2015/02/24 16:18:43 nit: weird spacing.
423 'timing/Performance.idl', 423 'timing/Performance.idl',
424 'timing/PerformanceEntry.idl', 424 'timing/PerformanceEntry.idl',
425 'timing/PerformanceMark.idl', 425 'timing/PerformanceMark.idl',
426 'timing/PerformanceMeasure.idl', 426 'timing/PerformanceMeasure.idl',
427 'timing/PerformanceNavigation.idl', 427 'timing/PerformanceNavigation.idl',
428 'timing/PerformanceResourceTiming.idl', 428 'timing/PerformanceResourceTiming.idl',
429 'timing/PerformanceTiming.idl', 429 'timing/PerformanceTiming.idl',
430 'workers/Worker.idl', 430 'workers/Worker.idl',
431 'workers/WorkerConsole.idl', 431 'workers/WorkerConsole.idl',
432 'workers/WorkerLocation.idl', 432 'workers/WorkerLocation.idl',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'imagebitmap/ImageBitmapFactories.idl', 489 'imagebitmap/ImageBitmapFactories.idl',
490 'imagebitmap/WindowImageBitmapFactories.idl', 490 'imagebitmap/WindowImageBitmapFactories.idl',
491 'page/WindowPagePopup.idl', 491 'page/WindowPagePopup.idl',
492 'storage/WindowStorage.idl', 492 'storage/WindowStorage.idl',
493 'svg/SVGDocument.idl', 493 'svg/SVGDocument.idl',
494 'svg/SVGFilterPrimitiveStandardAttributes.idl', 494 'svg/SVGFilterPrimitiveStandardAttributes.idl',
495 'svg/SVGFitToViewBox.idl', 495 'svg/SVGFitToViewBox.idl',
496 'svg/SVGTests.idl', 496 'svg/SVGTests.idl',
497 'svg/SVGURIReference.idl', 497 'svg/SVGURIReference.idl',
498 'svg/SVGZoomAndPan.idl', 498 'svg/SVGZoomAndPan.idl',
499 'timing/ConsoleMemory.idl',
499 'timing/WindowPerformance.idl', 500 'timing/WindowPerformance.idl',
500 'workers/AbstractWorker.idl', 501 'workers/AbstractWorker.idl',
501 'xml/DocumentXMLTreeViewer.idl', 502 'xml/DocumentXMLTreeViewer.idl',
502 'xml/DocumentXPathEvaluator.idl', 503 'xml/DocumentXPathEvaluator.idl',
503 ], 504 ],
504 # interfaces that inherit from Event, including Event itself 505 # interfaces that inherit from Event, including Event itself
505 'core_event_idl_files': [ 506 'core_event_idl_files': [
506 'css/FontFaceSetLoadEvent.idl', 507 'css/FontFaceSetLoadEvent.idl',
507 'css/MediaQueryListEvent.idl', 508 'css/MediaQueryListEvent.idl',
508 'events/AnimationPlayerEvent.idl', 509 'events/AnimationPlayerEvent.idl',
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1950 'storage/StorageNamespaceController.cpp', 1951 'storage/StorageNamespaceController.cpp',
1951 'storage/StorageNamespaceController.h', 1952 'storage/StorageNamespaceController.h',
1952 'streams/ExclusiveStreamReader.cpp', 1953 'streams/ExclusiveStreamReader.cpp',
1953 'streams/ExclusiveStreamReader.h', 1954 'streams/ExclusiveStreamReader.h',
1954 'streams/ReadableStream.cpp', 1955 'streams/ReadableStream.cpp',
1955 'streams/ReadableStream.h', 1956 'streams/ReadableStream.h',
1956 'streams/ReadableStreamImpl.h', 1957 'streams/ReadableStreamImpl.h',
1957 'streams/Stream.cpp', 1958 'streams/Stream.cpp',
1958 'streams/Stream.h', 1959 'streams/Stream.h',
1959 'streams/UnderlyingSource.h', 1960 'streams/UnderlyingSource.h',
1961 'timing/ConsoleMemory.cpp',
1962 'timing/ConsoleMemory.h',
1960 'timing/DOMWindowPerformance.cpp', 1963 'timing/DOMWindowPerformance.cpp',
1961 'timing/DOMWindowPerformance.h', 1964 'timing/DOMWindowPerformance.h',
1962 'timing/MemoryInfo.cpp', 1965 'timing/MemoryInfo.cpp',
1963 'timing/Performance.cpp', 1966 'timing/Performance.cpp',
1964 'timing/Performance.h', 1967 'timing/Performance.h',
1965 'timing/PerformanceEntry.cpp', 1968 'timing/PerformanceEntry.cpp',
1966 'timing/PerformanceEntry.h', 1969 'timing/PerformanceEntry.h',
1967 'timing/PerformanceMark.h', 1970 'timing/PerformanceMark.h',
1968 'timing/PerformanceMeasure.h', 1971 'timing/PerformanceMeasure.h',
1969 'timing/PerformanceNavigation.cpp', 1972 'timing/PerformanceNavigation.cpp',
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
3806 'rendering/RenderOverflowTest.cpp', 3809 'rendering/RenderOverflowTest.cpp',
3807 'streams/ExclusiveStreamReaderTest.cpp', 3810 'streams/ExclusiveStreamReaderTest.cpp',
3808 'streams/ReadableStreamTest.cpp', 3811 'streams/ReadableStreamTest.cpp',
3809 'testing/PrivateScriptTestTest.cpp', 3812 'testing/PrivateScriptTestTest.cpp',
3810 'testing/UnitTestHelpers.cpp', 3813 'testing/UnitTestHelpers.cpp',
3811 'testing/UnitTestHelpers.h', 3814 'testing/UnitTestHelpers.h',
3812 'xml/parser/SharedBufferReaderTest.cpp', 3815 'xml/parser/SharedBufferReaderTest.cpp',
3813 ], 3816 ],
3814 } 3817 }
3815 } 3818 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/frame/Console.h » ('j') | Source/core/timing/ConsoleMemory.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698