| 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 94e57dadd73e2f00fbf508126b5a9810ecaad379..e6c89f1ec0a8b0718ce0a32544c37329c911b411 100644
|
| --- a/gpu/tools/compositor_model_bench/BUILD.gn
|
| +++ b/gpu/tools/compositor_model_bench/BUILD.gn
|
| @@ -9,10 +9,15 @@ if (is_linux && !is_chromeos && current_cpu != "arm" && use_x11) {
|
| sources = [
|
| "compositor_model_bench.cc",
|
| "forward_render_model.cc",
|
| + "forward_render_model.h",
|
| "render_model_utils.cc",
|
| + "render_model_utils.h",
|
| "render_models.cc",
|
| + "render_models.h",
|
| "render_tree.cc",
|
| + "render_tree.h",
|
| "shaders.cc",
|
| + "shaders.h",
|
| ]
|
|
|
| libs = [ "GL" ]
|
|
|