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

Side by Side Diff: ui/ui_unittests.gypi

Issue 10830207: Add support for PNG representation in gfx::Image (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Missed small change from previous CL. Created 8 years, 4 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/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 'includes': [ 10 'includes': [
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'gfx/color_analysis_unittest.cc', 94 'gfx/color_analysis_unittest.cc',
95 'gfx/color_utils_unittest.cc', 95 'gfx/color_utils_unittest.cc',
96 'gfx/display_unittest.cc', 96 'gfx/display_unittest.cc',
97 'gfx/font_list_unittest.cc', 97 'gfx/font_list_unittest.cc',
98 'gfx/font_unittest.cc', 98 'gfx/font_unittest.cc',
99 'gfx/image/image_mac_unittest.mm', 99 'gfx/image/image_mac_unittest.mm',
100 'gfx/image/image_skia_unittest.cc', 100 'gfx/image/image_skia_unittest.cc',
101 'gfx/image/image_unittest.cc', 101 'gfx/image/image_unittest.cc',
102 'gfx/image/image_unittest_util.cc', 102 'gfx/image/image_unittest_util.cc',
103 'gfx/image/image_unittest_util.h', 103 'gfx/image/image_unittest_util.h',
104 'gfx/image/image_unittest_util_mac.mm',
104 'gfx/image/image_util_unittest.cc', 105 'gfx/image/image_util_unittest.cc',
105 'gfx/insets_unittest.cc', 106 'gfx/insets_unittest.cc',
106 'gfx/rect_unittest.cc', 107 'gfx/rect_unittest.cc',
107 'gfx/render_text_unittest.cc', 108 'gfx/render_text_unittest.cc',
108 'gfx/screen_unittest.cc', 109 'gfx/screen_unittest.cc',
109 'gfx/shadow_value_unittest.cc', 110 'gfx/shadow_value_unittest.cc',
110 'gfx/skbitmap_operations_unittest.cc', 111 'gfx/skbitmap_operations_unittest.cc',
111 'gfx/skia_util_unittest.cc', 112 'gfx/skia_util_unittest.cc',
112 'gfx/transform_util_unittest.cc', 113 'gfx/transform_util_unittest.cc',
113 'gfx/video_decode_acceleration_support_mac_unittest.mm', 114 'gfx/video_decode_acceleration_support_mac_unittest.mm',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'test_suite_name': 'ui_unittests', 246 'test_suite_name': 'ui_unittests',
246 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 247 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
247 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',], 248 'input_jars_paths': ['<(PRODUCT_DIR)/lib.java/chromium_base.jar',],
248 }, 249 },
249 'includes': [ '../build/apk_test.gypi' ], 250 'includes': [ '../build/apk_test.gypi' ],
250 }, 251 },
251 ], 252 ],
252 }], 253 }],
253 ], 254 ],
254 } 255 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698