diff options
Diffstat (limited to 'Source/WebKit/chromium/WebKit.gypi')
-rw-r--r-- | Source/WebKit/chromium/WebKit.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/WebKit/chromium/WebKit.gypi b/Source/WebKit/chromium/WebKit.gypi index 016cf1a..c23c9ed 100644 --- a/Source/WebKit/chromium/WebKit.gypi +++ b/Source/WebKit/chromium/WebKit.gypi @@ -53,6 +53,8 @@ ], 'webkit_unittest_files': [ 'tests/ArenaTestHelpers.h', + 'tests/CCThreadTaskTest.cpp', + 'tests/CCThreadTest.cpp', 'tests/DragImageTest.cpp', 'tests/IDBBindingUtilitiesTest.cpp', 'tests/IDBKeyPathTest.cpp', @@ -64,6 +66,7 @@ 'tests/TilingDataTest.cpp', 'tests/TreeTestHelpers.cpp', 'tests/TreeTestHelpers.h', + 'tests/WebFrameTest.cpp', ], }, } |