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

Unified Diff: Source/web/web.gypi

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/web.gyp ('k') | public/blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/web.gypi
diff --git a/Source/web/web.gypi b/Source/web/web.gypi
index 77d5c8a258d9beeea2b0359fa6d4c09454e02aca..8cc0a7e22ab9f16f1b495408035fa4138b4d0e8d 100644
--- a/Source/web/web.gypi
+++ b/Source/web/web.gypi
@@ -254,8 +254,6 @@
'WorkerPermissionClient.cpp',
'WorkerPermissionClient.h',
'default/WebRenderTheme.cpp',
- 'linux/WebFontInfo.cpp',
- 'linux/WebFontRenderStyle.cpp',
'linux/WebFontRendering.cpp',
'mac/WebScrollbarTheme.cpp',
'mac/WebSubstringUtil.mm',
@@ -266,23 +264,35 @@
],
'web_unittest_files': [
'tests/AssociatedURLLoaderTest.cpp',
+ 'tests/BitmapImageTest.cpp',
+ 'tests/Canvas2DLayerBridgeTest.cpp',
+ 'tests/Canvas2DLayerManagerTest.cpp',
'tests/ChromeClientImplTest.cpp',
'tests/CompositedLayerMappingTest.cpp',
'tests/CustomEventTest.cpp',
+ 'tests/DeferredImageDecoderTest.cpp',
'tests/DragImageTest.cpp',
+ 'tests/DrawingBufferTest.cpp',
'tests/FakeWebPlugin.cpp',
'tests/FakeWebPlugin.h',
'tests/FilterOperationsTest.cpp',
'tests/FrameLoaderClientImplTest.cpp',
'tests/FrameTestHelpers.cpp',
'tests/FrameTestHelpers.h',
+ 'tests/GIFImageDecoderTest.cpp',
+ 'tests/GraphicsContextTest.cpp',
'tests/GraphicsLayerTest.cpp',
+ 'tests/ImageDecodingStoreTest.cpp',
'tests/ImageFilterBuilderTest.cpp',
+ 'tests/ImageFrameGeneratorTest.cpp',
'tests/ImageLayerChromiumTest.cpp',
+ 'tests/JPEGImageDecoderTest.cpp',
'tests/KeyboardTest.cpp',
'tests/LinkHighlightTest.cpp',
'tests/ListenerLeakTest.cpp',
'tests/MemoryInfo.cpp',
+ 'tests/MockImageDecoder.h',
+ 'tests/MockWebGraphicsContext3D.h',
'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
'tests/OpenTypeVerticalDataTest.cpp',
'tests/PageSerializerTest.cpp',
@@ -301,6 +311,7 @@
'tests/WebImageTest.cpp',
'tests/WebInputEventConversionTest.cpp',
'tests/WebInputEventFactoryTestMac.mm',
+ 'tests/WEBPImageDecoderTest.cpp',
'tests/WebPageNewSerializerTest.cpp',
'tests/WebPageSerializerTest.cpp',
'tests/WebPluginContainerTest.cpp',
« no previous file with comments | « Source/web/web.gyp ('k') | public/blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698