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

Side by Side Diff: ui/ui_unittests.gypi

Issue 13947013: Complete (but inefficient) implementation of the image retargetting method. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Oops. Now saved and uploaded. Created 7 years, 8 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
« skia/ext/convolver.cc ('K') | « 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 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'base/models/tree_node_model_unittest.cc', 138 'base/models/tree_node_model_unittest.cc',
139 'base/test/data/resource.h', 139 'base/test/data/resource.h',
140 'base/text/bytes_formatting_unittest.cc', 140 'base/text/bytes_formatting_unittest.cc',
141 'base/text/utf16_indexing_unittest.cc', 141 'base/text/utf16_indexing_unittest.cc',
142 'base/view_prop_unittest.cc', 142 'base/view_prop_unittest.cc',
143 'gfx/blit_unittest.cc', 143 'gfx/blit_unittest.cc',
144 'gfx/break_list_unittest.cc', 144 'gfx/break_list_unittest.cc',
145 'gfx/canvas_unittest.cc', 145 'gfx/canvas_unittest.cc',
146 'gfx/codec/jpeg_codec_unittest.cc', 146 'gfx/codec/jpeg_codec_unittest.cc',
147 'gfx/color_analysis_unittest.cc', 147 'gfx/color_analysis_unittest.cc',
148 'gfx/content_analysis_unittest.cc',
148 'gfx/font_list_unittest.cc', 149 'gfx/font_list_unittest.cc',
149 'gfx/image/image_mac_unittest.mm', 150 'gfx/image/image_mac_unittest.mm',
150 'gfx/image/image_util_unittest.cc', 151 'gfx/image/image_util_unittest.cc',
151 'gfx/platform_font_mac_unittest.mm', 152 'gfx/platform_font_mac_unittest.mm',
152 'gfx/render_text_unittest.cc', 153 'gfx/render_text_unittest.cc',
153 'gfx/transform_util_unittest.cc', 154 'gfx/transform_util_unittest.cc',
154 'gfx/video_decode_acceleration_support_mac_unittest.mm', 155 'gfx/video_decode_acceleration_support_mac_unittest.mm',
155 'shell_dialogs/select_file_dialog_win_unittest.cc', 156 'shell_dialogs/select_file_dialog_win_unittest.cc',
156 'webui/web_ui_util_unittest.cc', 157 'webui/web_ui_util_unittest.cc',
157 ], 158 ],
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 'variables': { 321 'variables': {
321 'test_suite_name': 'ui_unittests', 322 'test_suite_name': 'ui_unittests',
322 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 323 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
323 }, 324 },
324 'includes': [ '../build/apk_test.gypi' ], 325 'includes': [ '../build/apk_test.gypi' ],
325 }, 326 },
326 ], 327 ],
327 }], 328 }],
328 ], 329 ],
329 } 330 }
OLDNEW
« skia/ext/convolver.cc ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698