diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 21:44:29 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-25 21:44:29 +0000 |
commit | 50bde0387560560e711ca9ec376b0f7734ea5054 (patch) | |
tree | f86cbfebbb14d200672737f1d49895b3974b7546 /ui/ui.gyp | |
parent | 31fd99b24c73754eac6e6417ce76ada710166b69 (diff) | |
download | chromium_src-50bde0387560560e711ca9ec376b0f7734ea5054.zip chromium_src-50bde0387560560e711ca9ec376b0f7734ea5054.tar.gz chromium_src-50bde0387560560e711ca9ec376b0f7734ea5054.tar.bz2 |
Revert 98306 - Create a new views_aura_desktop.
Get views::Widget rendering working against an aura::Window NativeWidget.
http://crbug.com/93944
TEST=none
Review URL: http://codereview.chromium.org/7741027
TBR=ben@chromium.org
Review URL: http://codereview.chromium.org/7749020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r-- | ui/ui.gyp | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -265,7 +265,6 @@ 'gfx/render_text_win.cc', 'gfx/render_text_win.h', 'gfx/screen.h', - 'gfx/screen_aura.cc', 'gfx/screen_gtk.cc', 'gfx/screen_wayland.cc', 'gfx/screen_win.cc', @@ -286,11 +285,6 @@ 'gfx/transform.cc', ], 'conditions': [ - ['use_aura==1', { - 'sources/': [ - ['exclude', 'gfx/screen_win.cc'], - ], - }], ['toolkit_uses_gtk == 1', { 'dependencies': [ # font_gtk.cc uses fontconfig. |