| 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 'frame_time.h', | |
| 175 'gfx_export.h', | 174 'gfx_export.h', |
| 176 'gfx_paths.cc', | 175 'gfx_paths.cc', |
| 177 'gfx_paths.h', | 176 'gfx_paths.h', |
| 178 'gpu_memory_buffer.cc', | 177 'gpu_memory_buffer.cc', |
| 179 'gpu_memory_buffer.h', | 178 'gpu_memory_buffer.h', |
| 180 'harfbuzz_font_skia.cc', | 179 'harfbuzz_font_skia.cc', |
| 181 'harfbuzz_font_skia.h', | 180 'harfbuzz_font_skia.h', |
| 182 'hud_font.cc', | 181 'hud_font.cc', |
| 183 'hud_font.h', | 182 'hud_font.h', |
| 184 'image/canvas_image_source.cc', | 183 'image/canvas_image_source.cc', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 490 ], | 489 ], |
| 491 'variables': { | 490 'variables': { |
| 492 'jni_gen_package': 'ui/gfx', | 491 'jni_gen_package': 'ui/gfx', |
| 493 }, | 492 }, |
| 494 'includes': [ '../../build/jni_generator.gypi' ], | 493 'includes': [ '../../build/jni_generator.gypi' ], |
| 495 }, | 494 }, |
| 496 ], | 495 ], |
| 497 }], | 496 }], |
| 498 ], | 497 ], |
| 499 } | 498 } |
| OLD | NEW |