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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'font_render_params_android.cc', | 164 'font_render_params_android.cc', |
165 'font_render_params_linux.cc', | 165 'font_render_params_linux.cc', |
166 'font_render_params_mac.cc', | 166 'font_render_params_mac.cc', |
167 'font_render_params_win.cc', | 167 'font_render_params_win.cc', |
168 'frame_time.h', | 168 'frame_time.h', |
169 'gfx_export.h', | 169 'gfx_export.h', |
170 'gfx_paths.cc', | 170 'gfx_paths.cc', |
171 'gfx_paths.h', | 171 'gfx_paths.h', |
172 'gpu_memory_buffer.cc', | 172 'gpu_memory_buffer.cc', |
173 'gpu_memory_buffer.h', | 173 'gpu_memory_buffer.h', |
174 'image/canvas_image_source.cc', | |
175 'image/canvas_image_source.h', | |
176 'image/image.cc', | 174 'image/image.cc', |
177 'image/image.h', | 175 'image/image.h', |
178 'image/image_family.cc', | 176 'image/image_family.cc', |
179 'image/image_family.h', | 177 'image/image_family.h', |
180 'image/image_ios.mm', | 178 'image/image_ios.mm', |
181 'image/image_mac.mm', | 179 'image/image_mac.mm', |
182 'image/image_png_rep.cc', | 180 'image/image_png_rep.cc', |
183 'image/image_png_rep.h', | 181 'image/image_png_rep.h', |
184 'image/image_skia.cc', | 182 'image/image_skia.cc', |
185 'image/image_skia.h', | 183 'image/image_skia.h', |
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 ], | 454 ], |
457 'variables': { | 455 'variables': { |
458 'jni_gen_package': 'ui/gfx', | 456 'jni_gen_package': 'ui/gfx', |
459 }, | 457 }, |
460 'includes': [ '../../build/jni_generator.gypi' ], | 458 'includes': [ '../../build/jni_generator.gypi' ], |
461 }, | 459 }, |
462 ], | 460 ], |
463 }], | 461 }], |
464 ], | 462 ], |
465 } | 463 } |
OLD | NEW |