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_mac.cc', | 175 'font_render_params_mac.cc', |
176 'font_render_params_win.cc', | 176 'font_render_params_win.cc', |
177 'generic_shared_memory_id.cc', | 177 'generic_shared_memory_id.cc', |
178 'generic_shared_memory_id.h', | 178 'generic_shared_memory_id.h', |
179 'gfx_export.h', | 179 'gfx_export.h', |
180 'gfx_paths.cc', | 180 'gfx_paths.cc', |
181 'gfx_paths.h', | 181 'gfx_paths.h', |
182 | 182 |
183 'harfbuzz_font_skia.cc', | 183 'harfbuzz_font_skia.cc', |
184 'harfbuzz_font_skia.h', | 184 'harfbuzz_font_skia.h', |
| 185 'host_desktop_type.h', |
185 'hud_font.cc', | 186 'hud_font.cc', |
186 'hud_font.h', | 187 'hud_font.h', |
187 'image/canvas_image_source.cc', | 188 'image/canvas_image_source.cc', |
188 'image/canvas_image_source.h', | 189 'image/canvas_image_source.h', |
189 'image/image.cc', | 190 'image/image.cc', |
190 'image/image.h', | 191 'image/image.h', |
191 'image/image_family.cc', | 192 'image/image_family.cc', |
192 'image/image_family.h', | 193 'image/image_family.h', |
193 'image/image_ios.mm', | 194 'image/image_ios.mm', |
194 'image/image_mac.mm', | 195 'image/image_mac.mm', |
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 ], | 564 ], |
564 'variables': { | 565 'variables': { |
565 'jni_gen_package': 'ui/gfx', | 566 'jni_gen_package': 'ui/gfx', |
566 }, | 567 }, |
567 'includes': [ '../../build/jni_generator.gypi' ], | 568 'includes': [ '../../build/jni_generator.gypi' ], |
568 }, | 569 }, |
569 ], | 570 ], |
570 }], | 571 }], |
571 ], | 572 ], |
572 } | 573 } |
OLD | NEW |