summaryrefslogtreecommitdiffstats
path: root/ui/ui.gyp
diff options
context:
space:
mode:
authorsaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-19 16:22:49 +0000
committersaintlou@chromium.org <saintlou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-19 16:22:49 +0000
commit197a77226e6085c845837a310a948bb0422a3292 (patch)
treec980e98ace993af9d114e3c89b00718cc4cc1b7f /ui/ui.gyp
parentd82fba46e1cd09d371fdb4a25f8f42777e59d7f9 (diff)
downloadchromium_src-197a77226e6085c845837a310a948bb0422a3292.zip
chromium_src-197a77226e6085c845837a310a948bb0422a3292.tar.gz
chromium_src-197a77226e6085c845837a310a948bb0422a3292.tar.bz2
Address old TODOs, removed GTK code for ChromeOS.
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9720014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127484 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/ui.gyp')
-rw-r--r--ui/ui.gyp16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/ui.gyp b/ui/ui.gyp
index d150935..2cb8163 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -303,8 +303,6 @@
'gfx/native_theme_aura.h',
'gfx/native_theme_base.cc',
'gfx/native_theme_base.h',
- 'gfx/native_theme_chromeos.cc',
- 'gfx/native_theme_chromeos.h',
'gfx/native_theme_gtk.cc',
'gfx/native_theme_gtk.h',
'gfx/native_theme_win.cc',
@@ -393,8 +391,6 @@
['exclude', 'gfx/gtk_util.cc'],
['exclude', 'gfx/gtk_util.h'],
['exclude', 'gfx/screen_gtk.cc'],
- ['exclude', 'gfx/native_theme_chromeos.cc'],
- ['exclude', 'gfx/native_theme_chromeos.h'],
['exclude', 'gfx/screen_win.cc'],
['exclude', 'base/dragdrop/drag_utils_win.cc'],
['exclude', 'base/view_prop.cc'],
@@ -613,18 +609,6 @@
'base/x/',
],
}],
- ['chromeos==1', {
- # On Chrome OS we replace the default GTK look with a special look.
- 'sources!': [
- 'gfx/native_theme_gtk.cc',
- 'gfx/native_theme_gtk.h',
- ]
- }, { # chromeos != 1
- 'sources!': [
- 'gfx/native_theme_chromeos.cc',
- 'gfx/native_theme_chromeos.h',
- ]
- }],
['toolkit_views==0', {
'sources!': [
'base/x/events_x.cc',