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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'examples/toplevel_window.cc', 178 'examples/toplevel_window.cc',
179 'examples/toplevel_window.h', 179 'examples/toplevel_window.h',
180 'examples/widgets.cc', 180 'examples/widgets.cc',
181 'examples/window_type_launcher.cc', 181 'examples/window_type_launcher.cc',
182 'examples/window_type_launcher.h', 182 'examples/window_type_launcher.h',
183 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 183 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
184 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 184 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
185 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 185 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
186 ], 186 ],
187 }, 187 },
188 # It's convenient for aura_shell developers to be able to build all
189 # compositor and aura targets from within this solution.
190 {
191 'target_name': 'buildbot_targets',
192 'type': 'none',
193 'dependencies': [
194 '../../views/views.gyp:views',
195 '../../views/views.gyp:views_aura_desktop',
196 '../../views/views.gyp:views_desktop',
197 '../../views/views.gyp:views_desktop_lib',
198 '../../views/views.gyp:views_unittests',
199 '../aura/aura.gyp:*',
200 '../gfx/compositor/compositor.gyp:*',
201 'aura_shell_exe',
202 ],
203 },
204 ], 188 ],
205 } 189 }
OLDNEW
« 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