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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 'font_render_params_android.cc', | 175 'font_render_params_android.cc', |
176 'font_render_params_linux.cc', | 176 'font_render_params_linux.cc', |
177 'font_render_params_mac.cc', | 177 'font_render_params_mac.cc', |
178 'font_render_params_win.cc', | 178 'font_render_params_win.cc', |
179 'frame_time.h', | 179 'frame_time.h', |
180 'gfx_export.h', | 180 'gfx_export.h', |
181 'gfx_paths.cc', | 181 'gfx_paths.cc', |
182 'gfx_paths.h', | 182 'gfx_paths.h', |
183 'gpu_memory_buffer.cc', | 183 'gpu_memory_buffer.cc', |
184 'gpu_memory_buffer.h', | 184 'gpu_memory_buffer.h', |
| 185 'harfbuzz_font_skia.cc', |
| 186 'harfbuzz_font_skia.h', |
185 'image/canvas_image_source.cc', | 187 'image/canvas_image_source.cc', |
186 'image/canvas_image_source.h', | 188 'image/canvas_image_source.h', |
187 'image/image.cc', | 189 'image/image.cc', |
188 'image/image.h', | 190 'image/image.h', |
189 'image/image_family.cc', | 191 'image/image_family.cc', |
190 'image/image_family.h', | 192 'image/image_family.h', |
191 'image/image_ios.mm', | 193 'image/image_ios.mm', |
192 'image/image_mac.mm', | 194 'image/image_mac.mm', |
193 'image/image_png_rep.cc', | 195 'image/image_png_rep.cc', |
194 'image/image_png_rep.h', | 196 'image/image_png_rep.h', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
482 ], | 484 ], |
483 'variables': { | 485 'variables': { |
484 'jni_gen_package': 'ui/gfx', | 486 'jni_gen_package': 'ui/gfx', |
485 }, | 487 }, |
486 'includes': [ '../../build/jni_generator.gypi' ], | 488 'includes': [ '../../build/jni_generator.gypi' ], |
487 }, | 489 }, |
488 ], | 490 ], |
489 }], | 491 }], |
490 ], | 492 ], |
491 } | 493 } |
OLD | NEW |