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

Unified Diff: Source/WebKit/chromium/WebKit.gypi

Issue 13881010: Move Layout unit test into webkit_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: Source/WebKit/chromium/WebKit.gypi
diff --git a/Source/WebKit/chromium/WebKit.gypi b/Source/WebKit/chromium/WebKit.gypi
index e4b676da4d6bfac089a5587d082a0641e0124606..7df8a3930d2e73c783c84231c2872c2d01e8e550 100644
--- a/Source/WebKit/chromium/WebKit.gypi
+++ b/Source/WebKit/chromium/WebKit.gypi
@@ -43,9 +43,9 @@
'tests/DecimalTest.cpp',
'tests/DeferredImageDecoderTest.cpp',
'tests/DragImageTest.cpp',
+ 'tests/FakeWebGraphicsContext3D.h',
'tests/FakeWebPlugin.cpp',
'tests/FakeWebPlugin.h',
- 'tests/FakeWebGraphicsContext3D.h',
'tests/FilterOperationsTest.cpp',
'tests/FrameLoaderClientImplTest.cpp',
'tests/FrameTestHelpers.cpp',
@@ -64,14 +64,15 @@
'tests/ImageDecodingStoreTest.cpp',
'tests/ImageFrameGeneratorTest.cpp',
'tests/ImageLayerChromiumTest.cpp',
- 'tests/MockDiscardablePixelRef.h',
- 'tests/MockImageDecoder.h',
- 'tests/KeyboardTest.cpp',
'tests/KURLTest.cpp',
+ 'tests/KeyboardTest.cpp',
+ 'tests/LayoutUnitTest.cpp',
'tests/LevelDBTest.cpp',
'tests/LinkHighlightTest.cpp',
'tests/ListenerLeakTest.cpp',
'tests/MemoryInfo.cpp',
+ 'tests/MockDiscardablePixelRef.h',
+ 'tests/MockImageDecoder.h',
'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
'tests/OpenTypeVerticalDataTest.cpp',
'tests/PODArenaTest.cpp',
@@ -100,11 +101,11 @@
'tests/WebPageNewSerializerTest.cpp',
'tests/WebPageSerializerTest.cpp',
'tests/WebPluginContainerTest.cpp',
- 'tests/WebUserGestureTokenTest.cpp',
'tests/WebSocketDeflaterTest.cpp',
'tests/WebSocketExtensionDispatcherTest.cpp',
'tests/WebURLRequestTest.cpp',
'tests/WebURLResponseTest.cpp',
+ 'tests/WebUserGestureTokenTest.cpp',
'tests/WebViewTest.cpp',
],
« no previous file with comments | « no previous file | Source/WebKit/chromium/tests/LayoutUnitTest.cpp » ('j') | Source/WebKit/chromium/tests/LayoutUnitTest.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698