| 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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 'font.cc', | 159 'font.cc', |
| 160 'font.h', | 160 'font.h', |
| 161 'font_fallback_win.cc', | 161 'font_fallback_win.cc', |
| 162 'font_fallback_win.h', | 162 'font_fallback_win.h', |
| 163 'font_list.cc', | 163 'font_list.cc', |
| 164 'font_list.h', | 164 'font_list.h', |
| 165 'font_list_impl.cc', | 165 'font_list_impl.cc', |
| 166 'font_list_impl.h', | 166 'font_list_impl.h', |
| 167 'font_render_params_android.cc', | 167 'font_render_params_android.cc', |
| 168 'font_render_params_linux.cc', | 168 'font_render_params_linux.cc', |
| 169 'font_render_params_linux.h', | 169 'font_render_params_win.cc', |
| 170 'font_smoothing_win.cc', | 170 'font_render_params.h', |
| 171 'font_smoothing_win.h', | |
| 172 'frame_time.h', | 171 'frame_time.h', |
| 173 'gfx_export.h', | 172 'gfx_export.h', |
| 174 'gfx_paths.cc', | 173 'gfx_paths.cc', |
| 175 'gfx_paths.h', | 174 'gfx_paths.h', |
| 176 'gpu_memory_buffer.cc', | 175 'gpu_memory_buffer.cc', |
| 177 'gpu_memory_buffer.h', | 176 'gpu_memory_buffer.h', |
| 178 'image/canvas_image_source.cc', | 177 'image/canvas_image_source.cc', |
| 179 'image/canvas_image_source.h', | 178 'image/canvas_image_source.h', |
| 180 'image/image.cc', | 179 'image/image.cc', |
| 181 'image/image.h', | 180 'image/image.h', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 ], | 463 ], |
| 465 'variables': { | 464 'variables': { |
| 466 'jni_gen_package': 'ui/gfx', | 465 'jni_gen_package': 'ui/gfx', |
| 467 }, | 466 }, |
| 468 'includes': [ '../../build/jni_generator.gypi' ], | 467 'includes': [ '../../build/jni_generator.gypi' ], |
| 469 }, | 468 }, |
| 470 ], | 469 ], |
| 471 }], | 470 }], |
| 472 ], | 471 ], |
| 473 } | 472 } |
| OLD | NEW |