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

Side by Side Diff: ui/gfx/gfx_tests.gyp

Issue 1114263002: For dyen: add ui/gl unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « no previous file | ui/gfx/gl_api_unittest.cc » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 {
(...skipping 23 matching lines...) Expand all
34 'animation/tween_unittest.cc', 34 'animation/tween_unittest.cc',
35 'blit_unittest.cc', 35 'blit_unittest.cc',
36 'break_list_unittest.cc', 36 'break_list_unittest.cc',
37 'canvas_unittest.cc', 37 'canvas_unittest.cc',
38 'canvas_unittest_mac.mm', 38 'canvas_unittest_mac.mm',
39 'codec/jpeg_codec_unittest.cc', 39 'codec/jpeg_codec_unittest.cc',
40 'codec/png_codec_unittest.cc', 40 'codec/png_codec_unittest.cc',
41 'color_analysis_unittest.cc', 41 'color_analysis_unittest.cc',
42 'color_profile_mac_unittest.mm', 42 'color_profile_mac_unittest.mm',
43 'color_utils_unittest.cc', 43 'color_utils_unittest.cc',
44 'gl_api_unittest.cc',
44 'display_change_notifier_unittest.cc', 45 'display_change_notifier_unittest.cc',
45 'display_unittest.cc', 46 'display_unittest.cc',
46 'font_fallback_mac_unittest.cc', 47 'font_fallback_mac_unittest.cc',
47 'font_list_unittest.cc', 48 'font_list_unittest.cc',
48 'font_render_params_linux_unittest.cc', 49 'font_render_params_linux_unittest.cc',
49 'geometry/box_unittest.cc', 50 'geometry/box_unittest.cc',
50 'geometry/cubic_bezier_unittest.cc', 51 'geometry/cubic_bezier_unittest.cc',
51 'geometry/insets_unittest.cc', 52 'geometry/insets_unittest.cc',
52 'geometry/matrix3_unittest.cc', 53 'geometry/matrix3_unittest.cc',
53 'geometry/point3_unittest.cc', 54 'geometry/point3_unittest.cc',
(...skipping 26 matching lines...) Expand all
80 '../../base/base.gyp:base', 81 '../../base/base.gyp:base',
81 '../../base/base.gyp:test_support_base', 82 '../../base/base.gyp:test_support_base',
82 '../../skia/skia.gyp:skia', 83 '../../skia/skia.gyp:skia',
83 '../../testing/gtest.gyp:gtest', 84 '../../testing/gtest.gyp:gtest',
84 '../../third_party/libpng/libpng.gyp:libpng', 85 '../../third_party/libpng/libpng.gyp:libpng',
85 '../base/ui_base.gyp:ui_base', 86 '../base/ui_base.gyp:ui_base',
86 '../resources/ui_resources.gyp:ui_test_pak', 87 '../resources/ui_resources.gyp:ui_test_pak',
87 'gfx.gyp:gfx', 88 'gfx.gyp:gfx',
88 'gfx.gyp:gfx_geometry', 89 'gfx.gyp:gfx_geometry',
89 'gfx.gyp:gfx_test_support', 90 'gfx.gyp:gfx_test_support',
91 '../../ui/gl/gl.gyp:gl'
90 ], 92 ],
91 'conditions': [ 93 'conditions': [
92 ['OS == "ios"', { 94 ['OS == "ios"', {
93 'sources': ['<@(_common_sources)'], 95 'sources': ['<@(_common_sources)'],
94 }, { # OS != "ios" 96 }, { # OS != "ios"
95 'sources': ['<@(_all_sources)'], 97 'sources': ['<@(_all_sources)'],
96 }], 98 }],
97 ['OS != "mac" and OS != "ios"', { 99 ['OS != "mac" and OS != "ios"', {
98 'sources': [ 100 'sources': [
99 'interpolated_transform_unittest.cc', 101 'interpolated_transform_unittest.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'dependencies': [ 195 'dependencies': [
194 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 196 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
195 ], 197 ],
196 }], 198 }],
197 ], 199 ],
198 }, 200 },
199 ], 201 ],
200 }], 202 }],
201 ], 203 ],
202 } 204 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/gl_api_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698