diff options
Diffstat (limited to 'content/test')
-rw-r--r-- | content/test/BUILD.gn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn index 2d6a193..1820ef7 100644 --- a/content/test/BUILD.gn +++ b/content/test/BUILD.gn @@ -838,7 +838,7 @@ test("content_perftests") { test("content_gl_tests") { sources = [ - "../common/gpu/client/gl_helper_unittest.cc", + "../browser/compositor/gl_helper_unittest.cc", "../common/gpu/client/gpu_in_process_context_tests.cc", "run_all_gl_tests.cc", ] @@ -875,7 +875,7 @@ test("content_gl_tests") { test("content_gl_benchmark") { sources = [ - "../common/gpu/client/gl_helper_benchmark.cc", + "../browser/compositor/gl_helper_benchmark.cc", "run_gl_benchmark.cc", ] |