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

Side by Side Diff: ui/ui_unittests.gypi

Issue 11369043: ui: Create the gfx::QuadF class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 8 years, 1 month 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
« ui/gfx/vector2d_f.h ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'gfx/font_unittest.cc', 75 'gfx/font_unittest.cc',
76 'gfx/image/image_skia_unittest.cc', 76 'gfx/image/image_skia_unittest.cc',
77 'gfx/image/image_unittest.cc', 77 'gfx/image/image_unittest.cc',
78 'gfx/image/image_unittest_util.cc', 78 'gfx/image/image_unittest_util.cc',
79 'gfx/image/image_unittest_util.h', 79 'gfx/image/image_unittest_util.h',
80 'gfx/image/image_unittest_util_ios.mm', 80 'gfx/image/image_unittest_util_ios.mm',
81 'gfx/image/image_unittest_util_mac.mm', 81 'gfx/image/image_unittest_util_mac.mm',
82 'gfx/insets_unittest.cc', 82 'gfx/insets_unittest.cc',
83 'gfx/point_unittest.cc', 83 'gfx/point_unittest.cc',
84 'gfx/point3_unittest.cc', 84 'gfx/point3_unittest.cc',
85 'gfx/quad_unittest.cc',
85 'gfx/rect_unittest.cc', 86 'gfx/rect_unittest.cc',
86 'gfx/safe_integer_conversions_unittest.cc', 87 'gfx/safe_integer_conversions_unittest.cc',
87 'gfx/screen_unittest.cc', 88 'gfx/screen_unittest.cc',
88 'gfx/shadow_value_unittest.cc', 89 'gfx/shadow_value_unittest.cc',
89 'gfx/size_unittest.cc', 90 'gfx/size_unittest.cc',
90 'gfx/skbitmap_operations_unittest.cc', 91 'gfx/skbitmap_operations_unittest.cc',
91 'gfx/skia_util_unittest.cc', 92 'gfx/skia_util_unittest.cc',
92 'gfx/vector2d_unittest.cc', 93 'gfx/vector2d_unittest.cc',
93 'gfx/vector3d_unittest.cc', 94 'gfx/vector3d_unittest.cc',
94 'test/run_all_unittests.cc', 95 'test/run_all_unittests.cc',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 'variables': { 282 'variables': {
282 'test_suite_name': 'ui_unittests', 283 'test_suite_name': 'ui_unittests',
283 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)', 284 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)ui_unitte sts<(SHARED_LIB_SUFFIX)',
284 }, 285 },
285 'includes': [ '../build/apk_test.gypi' ], 286 'includes': [ '../build/apk_test.gypi' ],
286 }, 287 },
287 ], 288 ],
288 }], 289 }],
289 ], 290 ],
290 } 291 }
OLDNEW
« ui/gfx/vector2d_f.h ('K') | « ui/ui.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698