diff options
author | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 16:57:53 +0000 |
---|---|---|
committer | jcampan@chromium.org <jcampan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-01 16:57:53 +0000 |
commit | b9e562e475b17f6c07a46de7afabdfa3164eafbf (patch) | |
tree | 4e83a5209bd2607113139c2c2356d9605be56132 /skia/skia.gyp | |
parent | a9b1f17f3ba502396dbc41d42a795d6672f8b750 (diff) | |
download | chromium_src-b9e562e475b17f6c07a46de7afabdfa3164eafbf.zip chromium_src-b9e562e475b17f6c07a46de7afabdfa3164eafbf.tar.gz chromium_src-b9e562e475b17f6c07a46de7afabdfa3164eafbf.tar.bz2 |
Adding a skia utils for Gtk.
BUG=None
TEST=None
See original review:
http://codereview.chromium.org/179048/show
Review URL: http://codereview.chromium.org/177053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25042 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r-- | skia/skia.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp index 63cac887..f90bd28 100644 --- a/skia/skia.gyp +++ b/skia/skia.gyp @@ -525,6 +525,8 @@ 'ext/SkMemory_new_handler.cpp', 'ext/skia_utils.cc', 'ext/skia_utils.h', + 'ext/skia_utils_gtk.cc', + 'ext/skia_utils_gtk.h', 'ext/skia_utils_mac.mm', 'ext/skia_utils_mac.h', 'ext/skia_utils_win.cc', @@ -566,7 +568,7 @@ ['exclude', '/mac/'] ], }], [ 'OS != "linux"', { - 'sources/': [ ['exclude', '_linux\\.(cc|cpp)$'] ], + 'sources/': [ ['exclude', '_(linux|gtk)\\.(cc|cpp)$'] ], 'sources!': [ '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', '../third_party/skia/src/ports/SkFontHost_TryeType_Tables.cpp', |