| Index: gpu/tools/compositor_model_bench/BUILD.gn
|
| diff --git a/gpu/tools/compositor_model_bench/BUILD.gn b/gpu/tools/compositor_model_bench/BUILD.gn
|
| index fbef186806b01eddb6e5452f638caa8079247090..63308aecb6327b191d479072a67ab7d92aa728c8 100644
|
| --- a/gpu/tools/compositor_model_bench/BUILD.gn
|
| +++ b/gpu/tools/compositor_model_bench/BUILD.gn
|
| @@ -4,7 +4,7 @@
|
|
|
| import("//build/config/ui.gni")
|
|
|
| -if (is_linux && !is_chromeos && target_cpu != "arm" && use_x11) {
|
| +if (is_linux && !is_chromeos && current_cpu != "arm" && use_x11) {
|
| # GYP version: //gpu/tools/tools.gyp:compositor_model_bench
|
| executable("compositor_model_bench") {
|
| sources = [
|
|
|