OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. | 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 'gfx/insets.cc', | 230 'gfx/insets.cc', |
231 'gfx/insets.h', | 231 'gfx/insets.h', |
232 'gfx/interpolated_transform.h', | 232 'gfx/interpolated_transform.h', |
233 'gfx/interpolated_transform.cc', | 233 'gfx/interpolated_transform.cc', |
234 'gfx/mac/nsimage_cache.h', | 234 'gfx/mac/nsimage_cache.h', |
235 'gfx/mac/nsimage_cache.mm', | 235 'gfx/mac/nsimage_cache.mm', |
236 'gfx/mac/scoped_ns_disable_screen_updates.h', | 236 'gfx/mac/scoped_ns_disable_screen_updates.h', |
237 'gfx/native_theme.cc', | 237 'gfx/native_theme.cc', |
238 'gfx/native_theme.h', | 238 'gfx/native_theme.h', |
239 'gfx/native_widget_types.h', | 239 'gfx/native_widget_types.h', |
| 240 'gfx/pango_util.h', |
| 241 'gfx/pango_util.cc', |
240 'gfx/path.cc', | 242 'gfx/path.cc', |
241 'gfx/path.h', | 243 'gfx/path.h', |
242 'gfx/path_gtk.cc', | 244 'gfx/path_gtk.cc', |
243 'gfx/path_win.cc', | 245 'gfx/path_win.cc', |
244 'gfx/platform_font.h', | 246 'gfx/platform_font.h', |
245 'gfx/platform_font_gtk.h', | 247 'gfx/platform_font_gtk.h', |
246 'gfx/platform_font_gtk.cc', | 248 'gfx/platform_font_gtk.cc', |
247 'gfx/platform_font_mac.h', | 249 'gfx/platform_font_mac.h', |
248 'gfx/platform_font_mac.mm', | 250 'gfx/platform_font_mac.mm', |
249 'gfx/platform_font_win.h', | 251 'gfx/platform_font_win.h', |
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
521 'configurations': { | 523 'configurations': { |
522 'Common_Base': { | 524 'Common_Base': { |
523 'msvs_target_platform': 'x64', | 525 'msvs_target_platform': 'x64', |
524 }, | 526 }, |
525 }, | 527 }, |
526 }, | 528 }, |
527 ], | 529 ], |
528 }], | 530 }], |
529 ], | 531 ], |
530 } | 532 } |
OLD | NEW |