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

Side by Side Diff: trunk/src/ui/ui_unittests.gypi

Issue 23845004: Revert 222192 "Turn on canvas_skia for OSX" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « trunk/src/ui/ui.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ui_test_support', 8 'target_name': 'ui_test_support',
9 'dependencies': [ 9 'dependencies': [
10 '../base/base.gyp:base', 10 '../base/base.gyp:base',
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
163 'base/models/list_selection_model_unittest.cc', 163 'base/models/list_selection_model_unittest.cc',
164 'base/models/tree_node_model_unittest.cc', 164 'base/models/tree_node_model_unittest.cc',
165 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc', 165 'base/ozone/evdev/touch_event_converter_ozone_unittest.cc',
166 'base/test/data/resource.h', 166 'base/test/data/resource.h',
167 'base/text/bytes_formatting_unittest.cc', 167 'base/text/bytes_formatting_unittest.cc',
168 'base/text/utf16_indexing_unittest.cc', 168 'base/text/utf16_indexing_unittest.cc',
169 'base/view_prop_unittest.cc', 169 'base/view_prop_unittest.cc',
170 'gfx/blit_unittest.cc', 170 'gfx/blit_unittest.cc',
171 'gfx/break_list_unittest.cc', 171 'gfx/break_list_unittest.cc',
172 'gfx/canvas_unittest.cc', 172 'gfx/canvas_unittest.cc',
173 'gfx/canvas_unittest_mac.mm',
174 'gfx/codec/jpeg_codec_unittest.cc', 173 'gfx/codec/jpeg_codec_unittest.cc',
175 'gfx/color_analysis_unittest.cc', 174 'gfx/color_analysis_unittest.cc',
176 'gfx/font_list_unittest.cc', 175 'gfx/font_list_unittest.cc',
177 'gfx/image/image_mac_unittest.mm', 176 'gfx/image/image_mac_unittest.mm',
178 'gfx/image/image_util_unittest.cc', 177 'gfx/image/image_util_unittest.cc',
179 'gfx/platform_font_mac_unittest.mm', 178 'gfx/platform_font_mac_unittest.mm',
180 'gfx/render_text_unittest.cc', 179 'gfx/render_text_unittest.cc',
181 'gfx/transform_util_unittest.cc', 180 'gfx/transform_util_unittest.cc',
182 'shell_dialogs/select_file_dialog_win_unittest.cc', 181 'shell_dialogs/select_file_dialog_win_unittest.cc',
183 'webui/web_ui_util_unittest.cc', 182 'webui/web_ui_util_unittest.cc',
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 'variables': { 355 'variables': {
357 'test_suite_name': 'ui_unittests', 356 'test_suite_name': 'ui_unittests',
358 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 357 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
359 }, 358 },
360 'includes': [ '../build/apk_test.gypi' ], 359 'includes': [ '../build/apk_test.gypi' ],
361 }, 360 },
362 ], 361 ],
363 }], 362 }],
364 ], 363 ],
365 } 364 }
OLDNEW
« no previous file with comments | « trunk/src/ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698