| 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_fallback_mac.cc', | 166 'font_fallback_mac.cc', |
| 167 'font_fallback_win.cc', | 167 'font_fallback_win.cc', |
| 168 'font_fallback_win.h', | 168 'font_fallback_win.h', |
| 169 'font_list.cc', | 169 'font_list.cc', |
| 170 'font_list.h', | 170 'font_list.h', |
| 171 'font_list_impl.cc', | 171 'font_list_impl.cc', |
| 172 'font_list_impl.h', | 172 'font_list_impl.h', |
| 173 'font_render_params.cc', | 173 'font_render_params.cc', |
| 174 'font_render_params.h', | 174 'font_render_params.h', |
| 175 'font_render_params_android.cc', | 175 'font_render_params_android.cc', |
| 176 'font_render_params_ios.cc', |
| 176 'font_render_params_linux.cc', | 177 'font_render_params_linux.cc', |
| 177 'font_render_params_mac.cc', | 178 'font_render_params_mac.cc', |
| 178 'font_render_params_win.cc', | 179 'font_render_params_win.cc', |
| 179 'frame_time.h', | 180 'frame_time.h', |
| 180 'gfx_export.h', | 181 'gfx_export.h', |
| 181 'gfx_paths.cc', | 182 'gfx_paths.cc', |
| 182 'gfx_paths.h', | 183 'gfx_paths.h', |
| 183 'gpu_memory_buffer.cc', | 184 'gpu_memory_buffer.cc', |
| 184 'gpu_memory_buffer.h', | 185 'gpu_memory_buffer.h', |
| 185 'image/canvas_image_source.cc', | 186 'image/canvas_image_source.cc', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 ], | 483 ], |
| 483 'variables': { | 484 'variables': { |
| 484 'jni_gen_package': 'ui/gfx', | 485 'jni_gen_package': 'ui/gfx', |
| 485 }, | 486 }, |
| 486 'includes': [ '../../build/jni_generator.gypi' ], | 487 'includes': [ '../../build/jni_generator.gypi' ], |
| 487 }, | 488 }, |
| 488 ], | 489 ], |
| 489 }], | 490 }], |
| 490 ], | 491 ], |
| 491 } | 492 } |
| OLD | NEW |