diff options
author | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 17:49:40 +0000 |
---|---|---|
committer | xiyuan@chromium.org <xiyuan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-28 17:49:40 +0000 |
commit | d2ceb4e7fe001e55d540784abac24620dc6b4a4a (patch) | |
tree | 3e426f088d0d6a2e774bff9cf81429614b2bea98 /ui/ui_gfx.gypi | |
parent | dc8e44a27106d13d8605ccfa2ca0dd8ef3959bef (diff) | |
download | chromium_src-d2ceb4e7fe001e55d540784abac24620dc6b4a4a.zip chromium_src-d2ceb4e7fe001e55d540784abac24620dc6b4a4a.tar.gz chromium_src-d2ceb4e7fe001e55d540784abac24620dc6b4a4a.tar.bz2 |
Move NativeThemeChromeOS into gfx.
This should fix test_shell/DRT build on ChromeOS.
BUG=chromium-os:13511
TEST=Verify test_shell/DRT builds fine on ChromeOS per chromium-os:13511.
Review URL: http://codereview.chromium.org/6745009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79585 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui_gfx.gypi')
-rw-r--r-- | ui/ui_gfx.gypi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/ui_gfx.gypi b/ui/ui_gfx.gypi index 1673b90..4e6d2ee 100644 --- a/ui/ui_gfx.gypi +++ b/ui/ui_gfx.gypi @@ -152,6 +152,12 @@ 'gfx/native_widget_types_gtk.cc', ], }], + ['chromeos==1', { + 'sources': [ + 'gfx/native_theme_chromeos.cc', + 'gfx/native_theme_chromeos.h', + ], + }], ], }, { |