Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(367)

Side by Side Diff: ui/gl/gl_tests.gyp

Issue 1390143002: Revert of Re-land: ui: Add GLImage unit test framework. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/gl_surface_glx.cc ('k') | ui/gl/test/gl_image_test_support.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'gl_unittests', 11 'target_name': 'gl_unittests',
12 'type': '<(gtest_target_type)', 12 'type': '<(gtest_target_type)',
13 'sources': [ 13 'sources': [
14 'test/run_all_unittests.cc', 14 'test/run_all_unittests.cc',
15 'gpu_timing_unittest.cc', 15 'gpu_timing_unittest.cc',
16 'gl_api_unittest.cc', 16 'gl_api_unittest.cc',
17 'gl_image_ref_counted_memory_unittest.cc',
18 'gl_image_shared_memory_unittest.cc',
19 ], 17 ],
20 'include_dirs': [ 18 'include_dirs': [
21 '<(DEPTH)/third_party/khronos', 19 '<(DEPTH)/third_party/khronos',
22 ], 20 ],
23 'dependencies': [ 21 'dependencies': [
24 '<(DEPTH)/base/base.gyp:base', 22 '<(DEPTH)/base/base.gyp:base',
25 '<(DEPTH)/base/base.gyp:test_support_base', 23 '<(DEPTH)/base/base.gyp:test_support_base',
26 '<(DEPTH)/skia/skia.gyp:skia',
27 '<(DEPTH)/testing/gmock.gyp:gmock', 24 '<(DEPTH)/testing/gmock.gyp:gmock',
28 '<(DEPTH)/testing/gtest.gyp:gtest', 25 '<(DEPTH)/testing/gtest.gyp:gtest',
29 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa',
30 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
31 '<(DEPTH)/ui/gl/gl.gyp:gl', 26 '<(DEPTH)/ui/gl/gl.gyp:gl',
32 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support', 27 '<(DEPTH)/ui/gl/gl.gyp:gl_test_support',
33 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils', 28 '<(DEPTH)/ui/gl/gl.gyp:gl_unittest_utils',
34 ], 29 ],
35 'conditions': [ 30 'conditions': [
36 ['OS == "android"', { 31 ['OS == "android"', {
37 'dependencies': [ 32 'dependencies': [
38 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 33 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
39 ], 34 ],
40 }], 35 }],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'dependencies': [ 87 'dependencies': [
93 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 88 '<(DEPTH)/tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
94 ], 89 ],
95 }], 90 }],
96 ], 91 ],
97 }, 92 },
98 ], 93 ],
99 }], 94 }],
100 ], 95 ],
101 } 96 }
OLDNEW
« no previous file with comments | « ui/gl/gl_surface_glx.cc ('k') | ui/gl/test/gl_image_test_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698