OLD | NEW |
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 # TODO(rsesek): Remove this target once ui_unittests is run on the | 8 # TODO(rsesek): Remove this target once ui_unittests is run on the |
9 # waterfall instead of gfx_unittests. | 9 # waterfall instead of gfx_unittests. |
10 'target_name': 'gfx_unittests', | 10 'target_name': 'gfx_unittests', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'gfx/scrollbar_size.cc', | 103 'gfx/scrollbar_size.cc', |
104 'gfx/scrollbar_size.h', | 104 'gfx/scrollbar_size.h', |
105 'gfx/size.cc', | 105 'gfx/size.cc', |
106 'gfx/size.h', | 106 'gfx/size.h', |
107 'gfx/skbitmap_operations.cc', | 107 'gfx/skbitmap_operations.cc', |
108 'gfx/skbitmap_operations.h', | 108 'gfx/skbitmap_operations.h', |
109 'gfx/skia_util.cc', | 109 'gfx/skia_util.cc', |
110 'gfx/skia_util.h', | 110 'gfx/skia_util.h', |
111 'gfx/skia_utils_gtk.cc', | 111 'gfx/skia_utils_gtk.cc', |
112 'gfx/skia_utils_gtk.h', | 112 'gfx/skia_utils_gtk.h', |
| 113 'gfx/skia_utils_mac.h', |
| 114 'gfx/skia_utils_mac.mm', |
113 'gfx/transform.h', | 115 'gfx/transform.h', |
114 'gfx/transform.cc', | 116 'gfx/transform.cc', |
115 ], | 117 ], |
116 'conditions': [ | 118 'conditions': [ |
117 ['OS=="win"', { | 119 ['OS=="win"', { |
118 'sources': [ | 120 'sources': [ |
119 'gfx/canvas_direct2d.cc', | 121 'gfx/canvas_direct2d.cc', |
120 'gfx/canvas_direct2d.h', | 122 'gfx/canvas_direct2d.h', |
121 'gfx/gdi_util.cc', | 123 'gfx/gdi_util.cc', |
122 'gfx/gdi_util.h', | 124 'gfx/gdi_util.h', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 }, | 181 }, |
180 | 182 |
181 ], | 183 ], |
182 } | 184 } |
183 | 185 |
184 # Local Variables: | 186 # Local Variables: |
185 # tab-width:2 | 187 # tab-width:2 |
186 # indent-tabs-mode:nil | 188 # indent-tabs-mode:nil |
187 # End: | 189 # End: |
188 # vim: set expandtab tabstop=2 shiftwidth=2: | 190 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |