summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn22
1 files changed, 0 insertions, 22 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index c7f70eb..c27cb8f 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -291,25 +291,3 @@ test("angle_unittests") {
"//third_party/angle:translator_static",
]
}
-
-if (is_linux && !is_chromeos && target_cpu != "arm" && use_x11) {
- executable("compositor_model_bench") {
- sources = [
- "tools/compositor_model_bench/compositor_model_bench.cc",
- "tools/compositor_model_bench/forward_render_model.cc",
- "tools/compositor_model_bench/render_model_utils.cc",
- "tools/compositor_model_bench/render_models.cc",
- "tools/compositor_model_bench/render_tree.cc",
- "tools/compositor_model_bench/shaders.cc",
- ]
-
- libs = [ "GL" ]
-
- configs += [ "//build/config/linux:x11" ]
-
- deps = [
- "//base",
- "//ui/gl",
- ]
- }
-}