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

Side by Side Diff: ui/ui_unittests.gypi

Issue 12704026: Added new class gfx::ImageFamily. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed Windows build (missing UI_EXPORT). 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
« 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 'dependencies': [ 10 'dependencies': [
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 'base/range/range_unittest.cc', 87 'base/range/range_unittest.cc',
88 'base/range/range_win_unittest.cc', 88 'base/range/range_win_unittest.cc',
89 'base/resource/data_pack_literal.cc', 89 'base/resource/data_pack_literal.cc',
90 'base/resource/data_pack_unittest.cc', 90 'base/resource/data_pack_unittest.cc',
91 'base/resource/resource_bundle_unittest.cc', 91 'base/resource/resource_bundle_unittest.cc',
92 'base/text/text_elider_unittest.cc', 92 'base/text/text_elider_unittest.cc',
93 'gfx/codec/png_codec_unittest.cc', 93 'gfx/codec/png_codec_unittest.cc',
94 'gfx/color_utils_unittest.cc', 94 'gfx/color_utils_unittest.cc',
95 'gfx/display_unittest.cc', 95 'gfx/display_unittest.cc',
96 'gfx/font_unittest.cc', 96 'gfx/font_unittest.cc',
97 'gfx/image/image_family_unittest.cc',
97 'gfx/image/image_skia_unittest.cc', 98 'gfx/image/image_skia_unittest.cc',
98 'gfx/image/image_unittest.cc', 99 'gfx/image/image_unittest.cc',
99 'gfx/image/image_unittest_util.cc', 100 'gfx/image/image_unittest_util.cc',
100 'gfx/image/image_unittest_util.h', 101 'gfx/image/image_unittest_util.h',
101 'gfx/image/image_unittest_util_ios.mm', 102 'gfx/image/image_unittest_util_ios.mm',
102 'gfx/image/image_unittest_util_mac.mm', 103 'gfx/image/image_unittest_util_mac.mm',
103 'gfx/insets_unittest.cc', 104 'gfx/insets_unittest.cc',
104 'gfx/matrix3_unittest.cc', 105 'gfx/matrix3_unittest.cc',
105 'gfx/point_unittest.cc', 106 'gfx/point_unittest.cc',
106 'gfx/point3_unittest.cc', 107 'gfx/point3_unittest.cc',
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 'variables': { 320 'variables': {
320 'test_suite_name': 'ui_unittests', 321 'test_suite_name': 'ui_unittests',
321 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 322 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
322 }, 323 },
323 'includes': [ '../build/apk_test.gypi' ], 324 'includes': [ '../build/apk_test.gypi' ],
324 }, 325 },
325 ], 326 ],
326 }], 327 }],
327 ], 328 ],
328 } 329 }
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