summaryrefslogtreecommitdiffstats
path: root/ui/aura_shell
diff options
context:
space:
mode:
authorben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 04:50:16 +0000
committerben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-19 04:50:16 +0000
commit11c36bed534c21bb2c6203c3ad6ca5ea54ebf91d (patch)
tree571a73e5c23ec51cf2f0591867421df97678d69c /ui/aura_shell
parent684899472204f817834c51d581f518571a6b882d (diff)
downloadchromium_src-11c36bed534c21bb2c6203c3ad6ca5ea54ebf91d.zip
chromium_src-11c36bed534c21bb2c6203c3ad6ca5ea54ebf91d.tar.gz
chromium_src-11c36bed534c21bb2c6203c3ad6ca5ea54ebf91d.tar.bz2
Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are obsoleted by Aura. Also remove a bunch of Wayland stuff, since any future Wayland integration is likely done as an implementation detail of Aura, not Views.
Specifically: - views-desktop (classes and NativeWidgetView[s]) - NativeWidgetViews subclasses in Chrome (Constrained Windows, NTCVV, NTCCV, BrowserFrameViews et al). - RWHVV, NWKEV - NativeViewHostViews BUG=none TEST=none Review URL: http://codereview.chromium.org/8598024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110832 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/aura_shell')
-rw-r--r--ui/aura_shell/aura_shell.gyp16
1 files changed, 0 insertions, 16 deletions
diff --git a/ui/aura_shell/aura_shell.gyp b/ui/aura_shell/aura_shell.gyp
index 1b8667e..5639feb 100644
--- a/ui/aura_shell/aura_shell.gyp
+++ b/ui/aura_shell/aura_shell.gyp
@@ -185,21 +185,5 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standard.rc',
],
},
- # It's convenient for aura_shell developers to be able to build all
- # compositor and aura targets from within this solution.
- {
- 'target_name': 'buildbot_targets',
- 'type': 'none',
- 'dependencies': [
- '../../views/views.gyp:views',
- '../../views/views.gyp:views_aura_desktop',
- '../../views/views.gyp:views_desktop',
- '../../views/views.gyp:views_desktop_lib',
- '../../views/views.gyp:views_unittests',
- '../aura/aura.gyp:*',
- '../gfx/compositor/compositor.gyp:*',
- 'aura_shell_exe',
- ],
- },
],
}