From 5abb8606fa57c3ebfc8b3c3dbc3fa4a25d2ae306 Mon Sep 17 00:00:00 2001 From: Iain Merrick Date: Mon, 13 Sep 2010 16:35:48 +0100 Subject: Merge WebKit at r67178 : Initial merge by git. Change-Id: I57e01163b6866cb029cdadf405a0394a3918bc18 --- WebKit/chromium/WebKit.gyp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WebKit/chromium/WebKit.gyp') diff --git a/WebKit/chromium/WebKit.gyp b/WebKit/chromium/WebKit.gyp index c75cac7..11246fa 100644 --- a/WebKit/chromium/WebKit.gyp +++ b/WebKit/chromium/WebKit.gyp @@ -733,13 +733,19 @@ 'src', ], 'sources': [ + 'tests/ArenaTestHelpers.h', 'tests/DragImageTest.cpp', 'tests/IDBBindingUtilitiesTest.cpp', 'tests/IDBKeyPathTest.cpp', 'tests/KeyboardTest.cpp', 'tests/KURLTest.cpp', + 'tests/PODArenaTest.cpp', + 'tests/PODIntervalTreeTest.cpp', + 'tests/PODRedBlackTreeTest.cpp', 'tests/RunAllTests.cpp', 'tests/TilingDataTest.cpp', + 'tests/TreeTestHelpers.cpp', + 'tests/TreeTestHelpers.h', ], 'conditions': [ ['OS=="win"', { -- cgit v1.1