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

Side by Side Diff: ui/ui_unittests.gypi

Issue 7262024: Interpolated transforms (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added more NaN checks and comments. Created 9 years, 6 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
« ui/gfx/interpolated_transform_unittest.cc ('K') | « ui/ui_gfx.gypi ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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_unittests', 8 'target_name': 'ui_unittests',
9 'type': 'executable', 9 'type': 'executable',
10 'dependencies': [ 10 'dependencies': [
(...skipping 28 matching lines...) Expand all
39 'gfx/codec/jpeg_codec_unittest.cc', 39 'gfx/codec/jpeg_codec_unittest.cc',
40 'gfx/codec/png_codec_unittest.cc', 40 'gfx/codec/png_codec_unittest.cc',
41 'gfx/color_analysis_unittest.cc', 41 'gfx/color_analysis_unittest.cc',
42 'gfx/color_utils_unittest.cc', 42 'gfx/color_utils_unittest.cc',
43 'gfx/font_unittest.cc', 43 'gfx/font_unittest.cc',
44 'gfx/image/image_mac_unittest.mm', 44 'gfx/image/image_mac_unittest.mm',
45 'gfx/image/image_unittest.cc', 45 'gfx/image/image_unittest.cc',
46 'gfx/image/image_unittest_util.h', 46 'gfx/image/image_unittest_util.h',
47 'gfx/image/image_unittest_util.cc', 47 'gfx/image/image_unittest_util.cc',
48 'gfx/insets_unittest.cc', 48 'gfx/insets_unittest.cc',
49 'gfx/interpolated_transform_unittest.cc',
49 'gfx/rect_unittest.cc', 50 'gfx/rect_unittest.cc',
50 'gfx/run_all_unittests.cc', 51 'gfx/run_all_unittests.cc',
51 'gfx/skbitmap_operations_unittest.cc', 52 'gfx/skbitmap_operations_unittest.cc',
52 'gfx/skia_util_unittest.cc', 53 'gfx/skia_util_unittest.cc',
53 'gfx/test_suite.cc', 54 'gfx/test_suite.cc',
54 'gfx/test_suite.h', 55 'gfx/test_suite.h',
55 'views/rendering/border_unittest.cc', 56 'views/rendering/border_unittest.cc',
56 'views/view_unittest.cc', 57 'views/view_unittest.cc',
57 'views/widget/native_widget_win_unittest.cc', 58 'views/widget/native_widget_win_unittest.cc',
58 'views/widget/root_view_unittest.cc', 59 'views/widget/root_view_unittest.cc',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 ], 123 ],
123 }, 124 },
124 ], 125 ],
125 } 126 }
126 127
127 # Local Variables: 128 # Local Variables:
128 # tab-width:2 129 # tab-width:2
129 # indent-tabs-mode:nil 130 # indent-tabs-mode:nil
130 # End: 131 # End:
131 # vim: set expandtab tabstop=2 shiftwidth=2: 132 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« ui/gfx/interpolated_transform_unittest.cc ('K') | « ui/ui_gfx.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698