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

Side by Side Diff: ui/ui_unittests.gypi

Issue 12881003: ShortcutInfo::favicon is now a gfx::ImageFamily instead of gfx::Image. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Added test suite for icon_family. Created 7 years, 9 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
« chrome/browser/web_applications/web_app_mac.mm ('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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'base/range/range_unittest.cc', 72 'base/range/range_unittest.cc',
73 'base/range/range_win_unittest.cc', 73 'base/range/range_win_unittest.cc',
74 'base/resource/data_pack_literal.cc', 74 'base/resource/data_pack_literal.cc',
75 'base/resource/data_pack_unittest.cc', 75 'base/resource/data_pack_unittest.cc',
76 'base/resource/resource_bundle_unittest.cc', 76 'base/resource/resource_bundle_unittest.cc',
77 'base/text/text_elider_unittest.cc', 77 'base/text/text_elider_unittest.cc',
78 'gfx/codec/png_codec_unittest.cc', 78 'gfx/codec/png_codec_unittest.cc',
79 'gfx/color_utils_unittest.cc', 79 'gfx/color_utils_unittest.cc',
80 'gfx/display_unittest.cc', 80 'gfx/display_unittest.cc',
81 'gfx/font_unittest.cc', 81 'gfx/font_unittest.cc',
82 'gfx/icon_family_unittest.cc',
82 'gfx/image/image_skia_unittest.cc', 83 'gfx/image/image_skia_unittest.cc',
83 'gfx/image/image_unittest.cc', 84 'gfx/image/image_unittest.cc',
84 'gfx/image/image_unittest_util.cc', 85 'gfx/image/image_unittest_util.cc',
85 'gfx/image/image_unittest_util.h', 86 'gfx/image/image_unittest_util.h',
86 'gfx/image/image_unittest_util_ios.mm', 87 'gfx/image/image_unittest_util_ios.mm',
87 'gfx/image/image_unittest_util_mac.mm', 88 'gfx/image/image_unittest_util_mac.mm',
88 'gfx/insets_unittest.cc', 89 'gfx/insets_unittest.cc',
89 'gfx/matrix3_unittest.cc', 90 'gfx/matrix3_unittest.cc',
90 'gfx/point_unittest.cc', 91 'gfx/point_unittest.cc',
91 'gfx/point3_unittest.cc', 92 'gfx/point3_unittest.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 'variables': { 307 'variables': {
307 'test_suite_name': 'ui_unittests', 308 'test_suite_name': 'ui_unittests',
308 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 309 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
309 }, 310 },
310 'includes': [ '../build/apk_test.gypi' ], 311 'includes': [ '../build/apk_test.gypi' ],
311 }, 312 },
312 ], 313 ],
313 }], 314 }],
314 ], 315 ],
315 } 316 }
OLDNEW
« chrome/browser/web_applications/web_app_mac.mm ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698