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