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

Unified Diff: Source/WebKit/chromium/tests/LayoutUnitTest.cpp

Issue 13881010: Move Layout unit test into webkit_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add it to win branch - makes sense? 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
« no previous file with comments | « Source/WebKit/chromium/WebKit.gypi ('k') | Tools/TestWebKitAPI/TestWebKitAPI.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/LayoutUnitTest.cpp
diff --git a/Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp b/Source/WebKit/chromium/tests/LayoutUnitTest.cpp
similarity index 99%
rename from Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp
rename to Source/WebKit/chromium/tests/LayoutUnitTest.cpp
index ceafb039c3a84027cde5ecad07dedb0a27cb2778..c922edfeab231e6fa1ea3e1f879472aa0accf603 100644
--- a/Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp
+++ b/Source/WebKit/chromium/tests/LayoutUnitTest.cpp
@@ -32,11 +32,12 @@
#define ENABLE_SATURATED_LAYOUT_ARITHMETIC 1
#include "config.h"
-#include <WebCore/LayoutUnit.h>
+#include "LayoutUnit.h"
+#include <gtest/gtest.h>
using namespace WebCore;
-namespace TestWebKitAPI {
+namespace {
TEST(WebCoreLayoutUnit, LayoutUnitInt)
{
@@ -251,4 +252,4 @@ TEST(WebCoreLayoutUnit, LayoutUnitFloor)
}
-} // namespace TestWebKitAPI
+} // namespace
« no previous file with comments | « Source/WebKit/chromium/WebKit.gypi ('k') | Tools/TestWebKitAPI/TestWebKitAPI.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698