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

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

Issue 16896019: Replace RenderArena with PartitionAlloc. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 6 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 'core_idl_files': [ 3 'core_idl_files': [
4 'css/CSS.idl', 4 'css/CSS.idl',
5 'css/CSSCharsetRule.idl', 5 'css/CSSCharsetRule.idl',
6 'css/CSSFontFaceLoadEvent.idl', 6 'css/CSSFontFaceLoadEvent.idl',
7 'css/CSSFontFaceRule.idl', 7 'css/CSSFontFaceRule.idl',
8 'css/CSSHostRule.idl', 8 'css/CSSHostRule.idl',
9 'css/CSSImportRule.idl', 9 'css/CSSImportRule.idl',
10 'css/CSSMediaRule.idl', 10 'css/CSSMediaRule.idl',
(...skipping 1284 matching lines...) Expand 10 before | Expand all | Expand 10 after
1295 'rendering/InlineIterator.h', 1295 'rendering/InlineIterator.h',
1296 'rendering/InlineTextBox.cpp', 1296 'rendering/InlineTextBox.cpp',
1297 'rendering/ImageQualityController.h', 1297 'rendering/ImageQualityController.h',
1298 'rendering/ImageQualityController.cpp', 1298 'rendering/ImageQualityController.cpp',
1299 'rendering/LayoutState.cpp', 1299 'rendering/LayoutState.cpp',
1300 'rendering/LayoutRepainter.cpp', 1300 'rendering/LayoutRepainter.cpp',
1301 'rendering/PointerEventsHitRules.cpp', 1301 'rendering/PointerEventsHitRules.cpp',
1302 'rendering/PointerEventsHitRules.h', 1302 'rendering/PointerEventsHitRules.h',
1303 'rendering/RenderApplet.cpp', 1303 'rendering/RenderApplet.cpp',
1304 'rendering/RenderApplet.h', 1304 'rendering/RenderApplet.h',
1305 'rendering/RenderArena.cpp',
1306 'rendering/RenderArena.h',
1307 'rendering/RenderBR.cpp', 1305 'rendering/RenderBR.cpp',
1308 'rendering/RenderBlock.cpp', 1306 'rendering/RenderBlock.cpp',
1309 'rendering/RenderBlockLineLayout.cpp', 1307 'rendering/RenderBlockLineLayout.cpp',
1310 'rendering/RenderBox.cpp', 1308 'rendering/RenderBox.cpp',
1311 'rendering/RenderBoxModelObject.cpp', 1309 'rendering/RenderBoxModelObject.cpp',
1312 'rendering/RenderButton.cpp', 1310 'rendering/RenderButton.cpp',
1313 'rendering/RenderButton.h', 1311 'rendering/RenderButton.h',
1314 'rendering/RenderCombineText.cpp', 1312 'rendering/RenderCombineText.cpp',
1315 'rendering/RenderCombineText.h', 1313 'rendering/RenderCombineText.h',
1316 'rendering/RenderCounter.cpp', 1314 'rendering/RenderCounter.cpp',
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'html/track/TrackEvent.cpp', 2437 'html/track/TrackEvent.cpp',
2440 'html/track/WebVTTElement.cpp', 2438 'html/track/WebVTTElement.cpp',
2441 'html/track/WebVTTElement.h', 2439 'html/track/WebVTTElement.h',
2442 'html/track/WebVTTParser.cpp', 2440 'html/track/WebVTTParser.cpp',
2443 'html/track/WebVTTParser.h', 2441 'html/track/WebVTTParser.h',
2444 'html/track/WebVTTToken.h', 2442 'html/track/WebVTTToken.h',
2445 'html/track/WebVTTTokenizer.cpp', 2443 'html/track/WebVTTTokenizer.cpp',
2446 'html/track/WebVTTTokenizer.h', 2444 'html/track/WebVTTTokenizer.h',
2447 ], 2445 ],
2448 'webcore_platform_files': [ 2446 'webcore_platform_files': [
2449 'platform/Arena.cpp',
2450 'platform/Arena.h',
2451 'platform/AsyncFileSystem.h', 2447 'platform/AsyncFileSystem.h',
2452 'platform/AsyncFileSystemCallbacks.h', 2448 'platform/AsyncFileSystemCallbacks.h',
2453 'platform/CalculationValue.cpp', 2449 'platform/CalculationValue.cpp',
2454 'platform/CalculationValue.h', 2450 'platform/CalculationValue.h',
2455 'platform/Clock.cpp', 2451 'platform/Clock.cpp',
2456 'platform/Clock.h', 2452 'platform/Clock.h',
2457 'platform/ContentType.cpp', 2453 'platform/ContentType.cpp',
2458 'platform/ContentType.h', 2454 'platform/ContentType.h',
2459 'platform/ContextMenu.cpp', 2455 'platform/ContextMenu.cpp',
2460 'platform/ContextMenuItem.cpp', 2456 'platform/ContextMenuItem.cpp',
(...skipping 16 matching lines...) Expand all
2477 'platform/Language.cpp', 2473 'platform/Language.cpp',
2478 'platform/LayoutTestSupport.cpp', 2474 'platform/LayoutTestSupport.cpp',
2479 'platform/LayoutTestSupport.h', 2475 'platform/LayoutTestSupport.h',
2480 'platform/Length.cpp', 2476 'platform/Length.cpp',
2481 'platform/LengthBox.cpp', 2477 'platform/LengthBox.cpp',
2482 'platform/LinkHash.cpp', 2478 'platform/LinkHash.cpp',
2483 'platform/Logging.cpp', 2479 'platform/Logging.cpp',
2484 'platform/MIMETypeFromURL.cpp', 2480 'platform/MIMETypeFromURL.cpp',
2485 'platform/MIMETypeFromURL.h', 2481 'platform/MIMETypeFromURL.h',
2486 'platform/NotImplemented.cpp', 2482 'platform/NotImplemented.cpp',
2483 'platform/Partitions.cpp',
2484 'platform/Partitions.h',
2487 'platform/Pasteboard.h', 2485 'platform/Pasteboard.h',
2488 'platform/PlatformEvent.cpp', 2486 'platform/PlatformEvent.cpp',
2489 'platform/PlatformEvent.h', 2487 'platform/PlatformEvent.h',
2490 'platform/PlatformInstrumentation.cpp', 2488 'platform/PlatformInstrumentation.cpp',
2491 'platform/PlatformInstrumentation.h', 2489 'platform/PlatformInstrumentation.h',
2492 'platform/PlatformMemoryInstrumentation.cpp', 2490 'platform/PlatformMemoryInstrumentation.cpp',
2493 'platform/PlatformMemoryInstrumentation.h', 2491 'platform/PlatformMemoryInstrumentation.h',
2494 'platform/PlatformSpeechSynthesisUtterance.cpp', 2492 'platform/PlatformSpeechSynthesisUtterance.cpp',
2495 'platform/PlatformSpeechSynthesisUtterance.h', 2493 'platform/PlatformSpeechSynthesisUtterance.h',
2496 'platform/PlatformSpeechSynthesisVoice.cpp', 2494 'platform/PlatformSpeechSynthesisVoice.cpp',
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after
3691 'bison_exe': 'bison', 3689 'bison_exe': 'bison',
3692 # We specify a preprocess so it happens locally and won't get 3690 # We specify a preprocess so it happens locally and won't get
3693 # distributed to goma. 3691 # distributed to goma.
3694 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to 3692 # FIXME: /usr/bin/gcc won't exist on OSX forever. We want to
3695 # use /usr/bin/clang once we require Xcode 4.x. 3693 # use /usr/bin/clang once we require Xcode 4.x.
3696 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"' 3694 'preprocessor': '--preprocessor "/usr/bin/gcc -E -P -x c++"'
3697 }], 3695 }],
3698 ], 3696 ],
3699 } 3697 }
3700 } 3698 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698