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 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 185 'harfbuzz_font_skia.cc', |
186 'harfbuzz_font_skia.h', | 186 'harfbuzz_font_skia.h', |
187 'hud_font.cc', | |
188 'hud_font.h', | |
189 'image/canvas_image_source.cc', | 187 'image/canvas_image_source.cc', |
190 'image/canvas_image_source.h', | 188 'image/canvas_image_source.h', |
191 'image/image.cc', | 189 'image/image.cc', |
192 'image/image.h', | 190 'image/image.h', |
193 'image/image_family.cc', | 191 'image/image_family.cc', |
194 'image/image_family.h', | 192 'image/image_family.h', |
195 'image/image_ios.mm', | 193 'image/image_ios.mm', |
196 'image/image_mac.mm', | 194 'image/image_mac.mm', |
197 'image/image_png_rep.cc', | 195 'image/image_png_rep.cc', |
198 'image/image_png_rep.h', | 196 'image/image_png_rep.h', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
478 ], | 476 ], |
479 'variables': { | 477 'variables': { |
480 'jni_gen_package': 'ui/gfx', | 478 'jni_gen_package': 'ui/gfx', |
481 }, | 479 }, |
482 'includes': [ '../../build/jni_generator.gypi' ], | 480 'includes': [ '../../build/jni_generator.gypi' ], |
483 }, | 481 }, |
484 ], | 482 ], |
485 }], | 483 }], |
486 ], | 484 ], |
487 } | 485 } |
OLD | NEW |