blob: 004884b7364062e6a6fc6617d3a96c9602e0c00a [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/config/ui.gni")
if ((is_linux || is_chromeos) && use_x11 && current_cpu != "arm") {
executable("compositor_model_bench") {
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" ]
deps = [
"//base",
"//ui/base/x",
"//ui/gfx/x",
"//ui/gl",
"//ui/gl/init",
]
}
}