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

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

Issue 169293002: Oilpan: Remove GC_INFO_{DEFINE,DECLARE} macros (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fixheaptest 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 | « Source/core/clipboard/DataTransferItemList.cpp ('k') | Source/core/css/CSSBasicShapes.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 'animation/Timeline.idl', 8 'animation/Timeline.idl',
9 'animation/Timing.idl', 9 'animation/Timing.idl',
10 'clipboard/Clipboard.idl', 10 'clipboard/Clipboard.idl',
(...skipping 962 matching lines...) Expand 10 before | Expand all | Expand 10 after
973 'editing/UnlinkCommand.h', 973 'editing/UnlinkCommand.h',
974 'editing/VisiblePosition.cpp', 974 'editing/VisiblePosition.cpp',
975 'editing/VisibleSelection.cpp', 975 'editing/VisibleSelection.cpp',
976 'editing/VisibleUnits.cpp', 976 'editing/VisibleUnits.cpp',
977 'editing/WrapContentsInDummySpanCommand.cpp', 977 'editing/WrapContentsInDummySpanCommand.cpp',
978 'editing/WrapContentsInDummySpanCommand.h', 978 'editing/WrapContentsInDummySpanCommand.h',
979 'editing/htmlediting.cpp', 979 'editing/htmlediting.cpp',
980 'editing/markup.cpp', 980 'editing/markup.cpp',
981 'fetch/CSSStyleSheetResource.cpp', 981 'fetch/CSSStyleSheetResource.cpp',
982 'fetch/CSSStyleSheetResource.h', 982 'fetch/CSSStyleSheetResource.h',
983 'fetch/CachedMetadata.cpp',
984 'fetch/CachedMetadata.h', 983 'fetch/CachedMetadata.h',
985 'fetch/CrossOriginAccessControl.cpp', 984 'fetch/CrossOriginAccessControl.cpp',
986 'fetch/CrossOriginAccessControl.h', 985 'fetch/CrossOriginAccessControl.h',
987 'fetch/DocumentResource.cpp', 986 'fetch/DocumentResource.cpp',
988 'fetch/DocumentResource.h', 987 'fetch/DocumentResource.h',
989 'fetch/DocumentResourceReference.h', 988 'fetch/DocumentResourceReference.h',
990 'fetch/FetchContext.cpp', 989 'fetch/FetchContext.cpp',
991 'fetch/FetchContext.h', 990 'fetch/FetchContext.h',
992 'fetch/FetchInitiatorInfo.h', 991 'fetch/FetchInitiatorInfo.h',
993 'fetch/FetchRequest.cpp', 992 'fetch/FetchRequest.cpp',
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1907 'dom/Element.h', 1906 'dom/Element.h',
1908 'dom/ElementData.cpp', 1907 'dom/ElementData.cpp',
1909 'dom/ElementData.h', 1908 'dom/ElementData.h',
1910 'dom/ElementDataCache.cpp', 1909 'dom/ElementDataCache.cpp',
1911 'dom/ElementDataCache.h', 1910 'dom/ElementDataCache.h',
1912 'dom/ElementRareData.cpp', 1911 'dom/ElementRareData.cpp',
1913 'dom/ElementRareData.h', 1912 'dom/ElementRareData.h',
1914 'dom/ElementTraversal.h', 1913 'dom/ElementTraversal.h',
1915 'dom/EmptyNodeList.cpp', 1914 'dom/EmptyNodeList.cpp',
1916 'dom/EmptyNodeList.h', 1915 'dom/EmptyNodeList.h',
1917 'dom/ExecutionContextTask.cpp',
1918 'dom/ExecutionContextTask.h', 1916 'dom/ExecutionContextTask.h',
1919 'dom/MainThreadTaskRunner.cpp', 1917 'dom/MainThreadTaskRunner.cpp',
1920 'dom/MainThreadTaskRunner.h', 1918 'dom/MainThreadTaskRunner.h',
1921 'dom/FullscreenElementStack.cpp', 1919 'dom/FullscreenElementStack.cpp',
1922 'dom/FullscreenElementStack.h', 1920 'dom/FullscreenElementStack.h',
1923 'dom/GlobalEventHandlers.h', 1921 'dom/GlobalEventHandlers.h',
1924 'dom/SiblingRuleHelper.cpp', 1922 'dom/SiblingRuleHelper.cpp',
1925 'dom/SiblingRuleHelper.h', 1923 'dom/SiblingRuleHelper.h',
1926 'dom/IconURL.cpp', 1924 'dom/IconURL.cpp',
1927 'dom/IconURL.h', 1925 'dom/IconURL.h',
(...skipping 1349 matching lines...) Expand 10 before | Expand all | Expand 10 after
3277 'html/parser/HTMLParserThreadTest.cpp', 3275 'html/parser/HTMLParserThreadTest.cpp',
3278 'html/track/vtt/BufferedLineReaderTest.cpp', 3276 'html/track/vtt/BufferedLineReaderTest.cpp',
3279 'html/track/vtt/VTTScannerTest.cpp', 3277 'html/track/vtt/VTTScannerTest.cpp',
3280 'rendering/RenderOverflowTest.cpp', 3278 'rendering/RenderOverflowTest.cpp',
3281 'rendering/shapes/BoxShapeTest.cpp', 3279 'rendering/shapes/BoxShapeTest.cpp',
3282 'testing/UnitTestHelpers.cpp', 3280 'testing/UnitTestHelpers.cpp',
3283 'testing/UnitTestHelpers.h', 3281 'testing/UnitTestHelpers.h',
3284 ], 3282 ],
3285 } 3283 }
3286 } 3284 }
OLDNEW
« no previous file with comments | « Source/core/clipboard/DataTransferItemList.cpp ('k') | Source/core/css/CSSBasicShapes.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698