OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
162 'font.h', | 162 'font.h', |
163 'font_fallback.h', | 163 'font_fallback.h', |
164 'font_fallback_linux.cc', | 164 'font_fallback_linux.cc', |
165 'font_fallback_mac.cc', | 165 'font_fallback_mac.cc', |
166 'font_fallback_win.cc', | 166 'font_fallback_win.cc', |
167 'font_fallback_win.h', | 167 'font_fallback_win.h', |
168 'font_list.cc', | 168 'font_list.cc', |
169 'font_list.h', | 169 'font_list.h', |
170 'font_list_impl.cc', | 170 'font_list_impl.cc', |
171 'font_list_impl.h', | 171 'font_list_impl.h', |
| 172 'font_render_params.cc', |
| 173 'font_render_params.h', |
172 'font_render_params_android.cc', | 174 'font_render_params_android.cc', |
173 'font_render_params_linux.cc', | 175 'font_render_params_linux.cc', |
| 176 'font_render_params_mac.cc', |
174 'font_render_params_win.cc', | 177 'font_render_params_win.cc', |
175 'font_render_params.cc', | |
176 'font_render_params.h', | |
177 'frame_time.h', | 178 'frame_time.h', |
178 'gfx_export.h', | 179 'gfx_export.h', |
179 'gfx_paths.cc', | 180 'gfx_paths.cc', |
180 'gfx_paths.h', | 181 'gfx_paths.h', |
181 'gpu_memory_buffer.cc', | 182 'gpu_memory_buffer.cc', |
182 'gpu_memory_buffer.h', | 183 'gpu_memory_buffer.h', |
183 'image/canvas_image_source.cc', | 184 'image/canvas_image_source.cc', |
184 'image/canvas_image_source.h', | 185 'image/canvas_image_source.h', |
185 'image/image.cc', | 186 'image/image.cc', |
186 'image/image.h', | 187 'image/image.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
469 ], | 470 ], |
470 'variables': { | 471 'variables': { |
471 'jni_gen_package': 'ui/gfx', | 472 'jni_gen_package': 'ui/gfx', |
472 }, | 473 }, |
473 'includes': [ '../../build/jni_generator.gypi' ], | 474 'includes': [ '../../build/jni_generator.gypi' ], |
474 }, | 475 }, |
475 ], | 476 ], |
476 }], | 477 }], |
477 ], | 478 ], |
478 } | 479 } |
OLD | NEW |