1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
12 ['OS == "linux" and target_arch != "arm" and use_x11==1', {
15 # GN: //gpu:compositor_model_bench
16 'target_name': 'compositor_model_bench',
19 '../../base/base.gyp:base',
20 '../../build/linux/system.gyp:x11',
21 '../../ui/gl/gl.gyp:gl',
28 'compositor_model_bench/compositor_model_bench.cc',
29 'compositor_model_bench/forward_render_model.cc',
30 'compositor_model_bench/render_model_utils.cc',
31 'compositor_model_bench/render_models.cc',
32 'compositor_model_bench/render_tree.cc',
33 'compositor_model_bench/shaders.cc',