| Index: gpu/BUILD.gn
|
| diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
|
| index 82a3f588cf86f586341a27fe6087d945daaa049a..8c25b78f53f09ac434d51c4151dfc4ed50f03367 100644
|
| --- a/gpu/BUILD.gn
|
| +++ b/gpu/BUILD.gn
|
| @@ -249,6 +249,7 @@ if (!is_win || link_chrome_on_windows) {
|
|
|
| test("gpu_perftests") {
|
| sources = [
|
| + "perftests/measurements.cc",
|
| "perftests/run_all_tests.cc",
|
| "perftests/texture_upload_perftest.cc",
|
| ]
|
| @@ -256,6 +257,7 @@ if (!is_win || link_chrome_on_windows) {
|
| deps = [
|
| "//base",
|
| "//base/test:test_support",
|
| + "//gpu/command_buffer/service",
|
| "//testing/gtest",
|
| "//testing/perf",
|
| "//ui/gfx/geometry",
|
|
|