From 0d444026280a2c6bdffbcb302c871786fc14d9c3 Mon Sep 17 00:00:00 2001 From: "Thiago Marcos P. Santos" Date: Fri, 10 Jul 2015 20:43:41 +0300 Subject: Move MockFileSource to fixtures It is going to be used by another test that needs to emulate asynchronous requests. --- test/test.gypi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/test.gypi') diff --git a/test/test.gypi b/test/test.gypi index c32b02746a..ece68fcc8e 100644 --- a/test/test.gypi +++ b/test/test.gypi @@ -30,6 +30,9 @@ ], 'sources': [ 'fixtures/main.cpp', + 'fixtures/mock_file_source.cpp', + 'fixtures/mock_file_source.hpp', + 'fixtures/mock_view.hpp', 'fixtures/util.hpp', 'fixtures/util.cpp', 'fixtures/fixture_log_observer.hpp', @@ -83,9 +86,6 @@ 'storage/http_other_loop.cpp', 'storage/http_reading.cpp', - 'style/mock_file_source.cpp', - 'style/mock_file_source.hpp', - 'style/mock_view.hpp', 'style/pending_resources.cpp', 'style/resource_loading.cpp', 'style/sprite.cpp', -- cgit v1.2.1