diff options
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 9c380d4..8f97927 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -87,6 +87,8 @@ 'test/content_test_suite.h', 'test/gpu/gpu_test_config.cc', 'test/gpu/gpu_test_config.h', + 'test/gpu/gpu_test_expectations_parser.cc', + 'test/gpu/gpu_test_expectations_parser.h', 'test/js_injection_ready_observer.h', 'test/mock_geolocation.cc', 'test/mock_geolocation.h', @@ -289,6 +291,7 @@ 'renderer/pepper_plugin_delegate_impl_unittest.cc', 'renderer/v8_value_converter_impl_unittest.cc', 'test/gpu/gpu_test_config_unittest.cc', + 'test/gpu/gpu_test_expectations_parser_unittest.cc', 'test/run_all_unittests.cc', ], 'conditions': [ |