Chromium Code Reviews| Index: ui/ui.gyp |
| =================================================================== |
| --- ui/ui.gyp (revision 99272) |
| +++ 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', |
| @@ -375,6 +377,10 @@ |
| 'gfx/win_util.cc', |
| 'gfx/win_util.h', |
| ], |
| + 'sources!': [ |
| + 'gfx/pango_util.h', |
| + 'gfx/pango_util.cc', |
| + ], |
| 'include_dirs': [ |
| '../', |
| '../third_party/wtl/include', |
| @@ -414,6 +420,10 @@ |
| ], |
| }], |
| ['OS=="mac"', { |
| + 'sources!': [ |
| + 'gfx/pango_util.h', |
| + 'gfx/pango_util.cc', |
| + ], |
| 'link_settings': { |
| 'libraries': [ |
| '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', |