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

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

Issue 55223002: Remove rendering dependency in GraphicsContextAnnotation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for relanding Created 7 years, 1 month 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
« no previous file with comments | « no previous file | Source/core/platform/graphics/GraphicsContextAnnotation.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 '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/CSSKeyframeRule.idl', 10 'css/CSSKeyframeRule.idl',
(...skipping 1344 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 'rendering/EllipsisBox.cpp', 1355 'rendering/EllipsisBox.cpp',
1356 'rendering/EllipsisBox.h', 1356 'rendering/EllipsisBox.h',
1357 'rendering/FilterEffectRenderer.cpp', 1357 'rendering/FilterEffectRenderer.cpp',
1358 'rendering/FilterEffectRenderer.h', 1358 'rendering/FilterEffectRenderer.h',
1359 'rendering/FixedTableLayout.cpp', 1359 'rendering/FixedTableLayout.cpp',
1360 'rendering/FixedTableLayout.h', 1360 'rendering/FixedTableLayout.h',
1361 'rendering/FloatingObjects.cpp', 1361 'rendering/FloatingObjects.cpp',
1362 'rendering/FloatingObjects.h', 1362 'rendering/FloatingObjects.h',
1363 'rendering/FlowThreadController.cpp', 1363 'rendering/FlowThreadController.cpp',
1364 'rendering/FlowThreadController.h', 1364 'rendering/FlowThreadController.h',
1365 'rendering/GraphicsContextAnnotator.cpp',
1366 'rendering/GraphicsContextAnnotator.h',
1365 'rendering/TextAutosizer.cpp', 1367 'rendering/TextAutosizer.cpp',
1366 'rendering/TextAutosizer.h', 1368 'rendering/TextAutosizer.h',
1367 'rendering/HitTestingTransformState.cpp', 1369 'rendering/HitTestingTransformState.cpp',
1368 'rendering/HitTestingTransformState.h', 1370 'rendering/HitTestingTransformState.h',
1369 'rendering/HitTestLocation.cpp', 1371 'rendering/HitTestLocation.cpp',
1370 'rendering/HitTestLocation.h', 1372 'rendering/HitTestLocation.h',
1371 'rendering/HitTestResult.cpp', 1373 'rendering/HitTestResult.cpp',
1372 'rendering/InlineBox.cpp', 1374 'rendering/InlineBox.cpp',
1373 'rendering/InlineFlowBox.cpp', 1375 'rendering/InlineFlowBox.cpp',
1374 'rendering/InlineIterator.h', 1376 'rendering/InlineIterator.h',
(...skipping 2180 matching lines...) Expand 10 before | Expand all | Expand 10 after
3555 'platform/graphics/gpu/DrawingBufferTest.cpp', 3557 'platform/graphics/gpu/DrawingBufferTest.cpp',
3556 'platform/image-decoders/ImageDecoderTest.cpp', 3558 'platform/image-decoders/ImageDecoderTest.cpp',
3557 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3559 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3558 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3560 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3559 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3561 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3560 'platform/testing/FakeWebGraphicsContext3D.h', 3562 'platform/testing/FakeWebGraphicsContext3D.h',
3561 'rendering/RenderOverflowTest.cpp', 3563 'rendering/RenderOverflowTest.cpp',
3562 ], 3564 ],
3563 } 3565 }
3564 } 3566 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/platform/graphics/GraphicsContextAnnotation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698