Index: ui/aura_shell/aura_shell.gyp |
=================================================================== |
--- ui/aura_shell/aura_shell.gyp (revision 110826) |
+++ ui/aura_shell/aura_shell.gyp (working copy) |
@@ -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', |
- ], |
- }, |
], |
} |