diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:40:57 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-17 06:40:57 +0000 |
commit | 5c7293a73bdaedbe368bc26426a2345f230f2822 (patch) | |
tree | 9a5c28a66102e61536730d8335843c14ae5e0a10 /gfx/gfx.gyp | |
parent | af63c908603f8a2f58f69167129f819d5d30820c (diff) | |
download | chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.zip chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.gz chromium_src-5c7293a73bdaedbe368bc26426a2345f230f2822.tar.bz2 |
Move some more files to toplevel gfx dir.
TBR=darin
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gfx/gfx.gyp')
-rw-r--r-- | gfx/gfx.gyp | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gfx/gfx.gyp b/gfx/gfx.gyp index 0af6121..ab35db6 100644 --- a/gfx/gfx.gyp +++ b/gfx/gfx.gyp @@ -17,6 +17,7 @@ '../testing/gtest.gyp:gtest', ], 'sources': [ + 'insets_unittest.cc', 'rect_unittest.cc', 'run_all_unittests.cc', 'test_suite.h', @@ -53,12 +54,24 @@ '../third_party/zlib/zlib.gyp:zlib', ], 'sources': [ + 'blit.cc', + 'blit.h', 'gfx_paths.cc', 'gfx_paths.h', + 'insets.cc', + 'insets.h', + 'native_widget_types.h', + 'native_widget_types_gtk.cc', + 'path.cc', + 'path.h', + 'path_gtk.cc', + 'path_win.cc', 'point.cc', 'point.h', 'rect.cc', 'rect.h', + 'scrollbar_size.cc', + 'scrollbar_size.h', 'size.cc', 'size.h', ], @@ -69,6 +82,14 @@ 'icon_util.h', ], }], + ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { + 'sources': [ + 'gtk_native_view_manager.cc', + 'gtk_native_view_manager.h', + 'gtk_util.cc', + 'gtk_util.h', + ], + }], ], }, ], |