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

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: Move GraphicsContextAnnotator to its own file 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
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',
Stephen Chennney 2013/11/01 12:06:03 And before you re-land, add the header file here t
1365 'rendering/TextAutosizer.cpp', 1366 'rendering/TextAutosizer.cpp',
1366 'rendering/TextAutosizer.h', 1367 'rendering/TextAutosizer.h',
1367 'rendering/HitTestingTransformState.cpp', 1368 'rendering/HitTestingTransformState.cpp',
1368 'rendering/HitTestingTransformState.h', 1369 'rendering/HitTestingTransformState.h',
1369 'rendering/HitTestLocation.cpp', 1370 'rendering/HitTestLocation.cpp',
1370 'rendering/HitTestLocation.h', 1371 'rendering/HitTestLocation.h',
1371 'rendering/HitTestResult.cpp', 1372 'rendering/HitTestResult.cpp',
1372 'rendering/InlineBox.cpp', 1373 'rendering/InlineBox.cpp',
1373 'rendering/InlineFlowBox.cpp', 1374 'rendering/InlineFlowBox.cpp',
1374 'rendering/InlineIterator.h', 1375 'rendering/InlineIterator.h',
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
3562 'platform/graphics/gpu/DrawingBufferTest.cpp', 3563 'platform/graphics/gpu/DrawingBufferTest.cpp',
3563 'platform/image-decoders/ImageDecoderTest.cpp', 3564 'platform/image-decoders/ImageDecoderTest.cpp',
3564 'platform/image-decoders/gif/GIFImageDecoderTest.cpp', 3565 'platform/image-decoders/gif/GIFImageDecoderTest.cpp',
3565 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp', 3566 'platform/image-decoders/jpeg/JPEGImageDecoderTest.cpp',
3566 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp', 3567 'platform/image-decoders/webp/WEBPImageDecoderTest.cpp',
3567 'platform/testing/FakeWebGraphicsContext3D.h', 3568 'platform/testing/FakeWebGraphicsContext3D.h',
3568 'rendering/RenderOverflowTest.cpp', 3569 'rendering/RenderOverflowTest.cpp',
3569 ], 3570 ],
3570 } 3571 }
3571 } 3572 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698