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_list.cc', | 164 'font_list.cc', |
165 'font_list.h', | 165 'font_list.h', |
166 'font_list_impl.cc', | 166 'font_list_impl.cc', |
167 'font_list_impl.h', | 167 'font_list_impl.h', |
168 'font_render_params.cc', | 168 'font_render_params.cc', |
169 'font_render_params.h', | 169 'font_render_params.h', |
170 'font_render_params_android.cc', | 170 'font_render_params_android.cc', |
171 'font_render_params_linux.cc', | 171 'font_render_params_linux.cc', |
172 'font_render_params_mac.cc', | 172 'font_render_params_mac.cc', |
173 'font_render_params_win.cc', | 173 'font_render_params_win.cc', |
| 174 'generic_shared_memory_tracing_id.cc', |
| 175 'generic_shared_memory_tracing_id.h', |
174 'gfx_export.h', | 176 'gfx_export.h', |
175 'gfx_paths.cc', | 177 'gfx_paths.cc', |
176 'gfx_paths.h', | 178 'gfx_paths.h', |
177 'gpu_memory_buffer.cc', | 179 'gpu_memory_buffer.cc', |
178 'gpu_memory_buffer.h', | 180 'gpu_memory_buffer.h', |
179 'harfbuzz_font_skia.cc', | 181 'harfbuzz_font_skia.cc', |
180 'harfbuzz_font_skia.h', | 182 'harfbuzz_font_skia.h', |
181 'hud_font.cc', | 183 'hud_font.cc', |
182 'hud_font.h', | 184 'hud_font.h', |
183 'image/canvas_image_source.cc', | 185 'image/canvas_image_source.cc', |
(...skipping 366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
550 ], | 552 ], |
551 'variables': { | 553 'variables': { |
552 'jni_gen_package': 'ui/gfx', | 554 'jni_gen_package': 'ui/gfx', |
553 }, | 555 }, |
554 'includes': [ '../../build/jni_generator.gypi' ], | 556 'includes': [ '../../build/jni_generator.gypi' ], |
555 }, | 557 }, |
556 ], | 558 ], |
557 }], | 559 }], |
558 ], | 560 ], |
559 } | 561 } |
OLD | NEW |