1 # Copyright 2015 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.
11 'target_name': 'gl_unittests',
12 'type': '<(gtest_target_type)',
14 'test/run_all_unittests.cc',
18 '<(DEPTH)/base/base.gyp:base',
19 '<(DEPTH)/base/base.gyp:test_support_base',
20 '<(DEPTH)/testing/gtest.gyp:gtest',
26 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
29 ['OS in ("win", "android", "linux")', {
31 'test/egl_initialization_displays_unittest.cc',
34 '<(DEPTH)/ui/gl/gl.gyp:gl',
37 '<(DEPTH)/third_party/khronos',
47 'target_name': 'gl_unittests_apk',
53 'test_suite_name': 'gl_unittests',
55 'includes': [ '../../build/apk_test.gypi' ],
59 ['test_isolation_mode != "noop"', {
62 'target_name': 'gl_unittests_run',
68 '../../build/isolate.gypi',
71 'gl_unittests.isolate',
76 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',