Index: Source/web/web.gypi |
diff --git a/Source/web/web.gypi b/Source/web/web.gypi |
index 6fc8b0ae180245cbb292ab8990dc2b35377d0a85..d4822f87fc1ec5a2b87c3867f728c34640b5412e 100644 |
--- a/Source/web/web.gypi |
+++ b/Source/web/web.gypi |
@@ -260,6 +260,8 @@ |
], |
'web_unittest_files': [ |
'ExternalPopupMenuTest.cpp', |
+ 'PopupContainerTest.cpp', |
+ 'PopupMenuTest.cpp', |
'WebNodeTest.cpp', |
# FIXME: Move the tests from web/tests/ to appropriate places. |
# crbug.com/353585 |
@@ -282,8 +284,6 @@ |
'tests/PageSerializerTest.cpp', |
'tests/PaintAggregatorTest.cpp', |
'tests/PinchViewportTest.cpp', |
- 'tests/PopupContainerTest.cpp', |
- 'tests/PopupMenuTest.cpp', |
'tests/PrerenderingTest.cpp', |
'tests/ProgrammaticScrollTest.cpp', |
'tests/RenderGeometryMapTest.cpp', |