Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: ui/aura_shell/aura_shell.gyp

Issue 8598024: Now that we are doing a hard-cut-over to Aura, remove a bunch of *Views based classes that are ob... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/native_web_keyboard_event_views.cc ('k') | ui/views/aura_desktop/aura_desktop_main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
- ],
- },
],
}
« no previous file with comments | « chrome/common/native_web_keyboard_event_views.cc ('k') | ui/views/aura_desktop/aura_desktop_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698