| Index: content/test/BUILD.gn
|
| diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
|
| index 2d6a193fb5f975781eff1f3f15f93eb5dc96aacf..1820ef78427c709f5f6326565564d733f4b003d9 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",
|
| ]
|
|
|
|
|