Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Side by Side Diff: ui/ui.gyp

Issue 7511029: Implement Pango RenderText for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: address comments on patch 20, move SetupPango to pango_util Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« ui/gfx/render_text_linux.cc ('K') | « ui/gfx/render_text_linux.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« ui/gfx/render_text_linux.cc ('K') | « ui/gfx/render_text_linux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698