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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
156 'display_change_notifier.cc', | 156 'display_change_notifier.cc', |
157 'display_change_notifier.h', | 157 'display_change_notifier.h', |
158 'display_observer.cc', | 158 'display_observer.cc', |
159 'display_observer.h', | 159 'display_observer.h', |
160 'favicon_size.cc', | 160 'favicon_size.cc', |
161 'favicon_size.h', | 161 'favicon_size.h', |
162 'font.cc', | 162 'font.cc', |
163 'font.h', | 163 'font.h', |
164 'font_fallback.h', | 164 'font_fallback.h', |
165 'font_fallback_linux.cc', | 165 'font_fallback_linux.cc', |
166 'font_fallback_mac.cc', | 166 'font_fallback_mac.mm', |
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_linux.cc', | 176 'font_render_params_linux.cc', |
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
476 ], | 476 ], |
477 'variables': { | 477 'variables': { |
478 'jni_gen_package': 'ui/gfx', | 478 'jni_gen_package': 'ui/gfx', |
479 }, | 479 }, |
480 'includes': [ '../../build/jni_generator.gypi' ], | 480 'includes': [ '../../build/jni_generator.gypi' ], |
481 }, | 481 }, |
482 ], | 482 ], |
483 }], | 483 }], |
484 ], | 484 ], |
485 } | 485 } |
OLD | NEW |