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

Unified Diff: ui/ui.gyp

Issue 7511029: Implement Pango RenderText for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 9 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 99969)
+++ ui/ui.gyp (working copy)
@@ -249,6 +249,8 @@
'gfx/native_theme.cc',
'gfx/native_theme.h',
'gfx/native_widget_types.h',
+ 'gfx/pango_util.h',
+ 'gfx/pango_util.cc',
'gfx/path.cc',
'gfx/path.h',
'gfx/path_gtk.cc',
@@ -381,6 +383,10 @@
'gfx/win_util.cc',
'gfx/win_util.h',
],
+ 'sources!': [
+ 'gfx/pango_util.h',
+ 'gfx/pango_util.cc',
+ ],
'include_dirs': [
'../',
'../third_party/wtl/include',
@@ -420,6 +426,10 @@
],
}],
['OS=="mac"', {
+ 'sources!': [
+ 'gfx/pango_util.h',
+ 'gfx/pango_util.cc',
+ ],
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',

Powered by Google App Engine
This is Rietveld 408576698