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

Side by Side Diff: ui/aura_shell/aura_shell.gyp

Issue 8747022: Aura: Tooltips (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: moved test_tooltip_client to ui/views/test Created 9 years 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
« no previous file with comments | « ui/aura/client/tooltip_client.h ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 'shelf_layout_controller.cc', 83 'shelf_layout_controller.cc',
84 'shelf_layout_controller.h', 84 'shelf_layout_controller.h',
85 'shell.cc', 85 'shell.cc',
86 'shell.h', 86 'shell.h',
87 'shell_accelerator_controller.cc', 87 'shell_accelerator_controller.cc',
88 'shell_accelerator_controller.h', 88 'shell_accelerator_controller.h',
89 'shell_accelerator_filter.cc', 89 'shell_accelerator_filter.cc',
90 'shell_accelerator_filter.h', 90 'shell_accelerator_filter.h',
91 'shell_delegate.h', 91 'shell_delegate.h',
92 'shell_factory.h', 92 'shell_factory.h',
93 'shell_tooltip_manager.cc',
94 'shell_tooltip_manager.h',
93 'shell_window_ids.h', 95 'shell_window_ids.h',
94 'show_state_controller.h', 96 'show_state_controller.h',
95 'show_state_controller.cc', 97 'show_state_controller.cc',
96 'stacking_controller.cc', 98 'stacking_controller.cc',
97 'stacking_controller.h', 99 'stacking_controller.h',
98 'status_area_view.cc', 100 'status_area_view.cc',
99 'status_area_view.h', 101 'status_area_view.h',
100 'toplevel_frame_view.cc', 102 'toplevel_frame_view.cc',
101 'toplevel_frame_view.h', 103 'toplevel_frame_view.h',
102 'toplevel_layout_manager.cc', 104 'toplevel_layout_manager.cc',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
195 'examples/widgets.cc', 197 'examples/widgets.cc',
196 'examples/window_type_launcher.cc', 198 'examples/window_type_launcher.cc',
197 'examples/window_type_launcher.h', 199 'examples/window_type_launcher.h',
198 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 200 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 201 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
200 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 202 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
201 ], 203 ],
202 }, 204 },
203 ], 205 ],
204 } 206 }
OLDNEW
« no previous file with comments | « ui/aura/client/tooltip_client.h ('k') | ui/aura_shell/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698