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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'font.h', | 160 'font.h', |
161 'font_fallback_win.cc', | 161 'font_fallback_win.cc', |
162 'font_fallback_win.h', | 162 'font_fallback_win.h', |
163 'font_list.cc', | 163 'font_list.cc', |
164 'font_list.h', | 164 'font_list.h', |
165 'font_list_impl.cc', | 165 'font_list_impl.cc', |
166 'font_list_impl.h', | 166 'font_list_impl.h', |
167 'font_render_params_android.cc', | 167 'font_render_params_android.cc', |
168 'font_render_params_linux.cc', | 168 'font_render_params_linux.cc', |
169 'font_render_params_win.cc', | 169 'font_render_params_win.cc', |
| 170 'font_render_params.cc', |
170 'font_render_params.h', | 171 'font_render_params.h', |
171 'frame_time.h', | 172 'frame_time.h', |
172 'gfx_export.h', | 173 'gfx_export.h', |
173 'gfx_paths.cc', | 174 'gfx_paths.cc', |
174 'gfx_paths.h', | 175 'gfx_paths.h', |
175 'gpu_memory_buffer.cc', | 176 'gpu_memory_buffer.cc', |
176 'gpu_memory_buffer.h', | 177 'gpu_memory_buffer.h', |
177 'image/canvas_image_source.cc', | 178 'image/canvas_image_source.cc', |
178 'image/canvas_image_source.h', | 179 'image/canvas_image_source.h', |
179 'image/image.cc', | 180 'image/image.cc', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 ], | 457 ], |
457 'variables': { | 458 'variables': { |
458 'jni_gen_package': 'ui/gfx', | 459 'jni_gen_package': 'ui/gfx', |
459 }, | 460 }, |
460 'includes': [ '../../build/jni_generator.gypi' ], | 461 'includes': [ '../../build/jni_generator.gypi' ], |
461 }, | 462 }, |
462 ], | 463 ], |
463 }], | 464 }], |
464 ], | 465 ], |
465 } | 466 } |
OLD | NEW |