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

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

Issue 8555025: aura: Draw drop shadows under browsers and menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: minor changes 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
« no previous file with comments | « ui/aura/window_observer.h ('k') | ui/aura_shell/desktop_layout_manager.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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'desktop_background_view.cc', 42 'desktop_background_view.cc',
43 'desktop_background_view.h', 43 'desktop_background_view.h',
44 'desktop_event_filter.cc', 44 'desktop_event_filter.cc',
45 'desktop_event_filter.h', 45 'desktop_event_filter.h',
46 'desktop_layout_manager.cc', 46 'desktop_layout_manager.cc',
47 'desktop_layout_manager.h', 47 'desktop_layout_manager.h',
48 'drag_drop_controller.cc', 48 'drag_drop_controller.cc',
49 'drag_drop_controller.h', 49 'drag_drop_controller.h',
50 'drag_image_view.cc', 50 'drag_image_view.cc',
51 'drag_image_view.h', 51 'drag_image_view.h',
52 'image_grid.cc',
53 'image_grid.h',
52 'launcher/app_launcher_button.cc', 54 'launcher/app_launcher_button.cc',
53 'launcher/app_launcher_button.h', 55 'launcher/app_launcher_button.h',
54 'launcher/launcher.cc', 56 'launcher/launcher.cc',
55 'launcher/launcher.h', 57 'launcher/launcher.h',
56 'launcher/launcher_model.cc', 58 'launcher/launcher_model.cc',
57 'launcher/launcher_model.h', 59 'launcher/launcher_model.h',
58 'launcher/launcher_model_observer.h', 60 'launcher/launcher_model_observer.h',
59 'launcher/launcher_types.h', 61 'launcher/launcher_types.h',
60 'launcher/launcher_view.cc', 62 'launcher/launcher_view.cc',
61 'launcher/launcher_view.h', 63 'launcher/launcher_view.h',
62 'launcher/tabbed_launcher_button.cc', 64 'launcher/tabbed_launcher_button.cc',
63 'launcher/tabbed_launcher_button.h', 65 'launcher/tabbed_launcher_button.h',
64 'launcher/view_model.cc', 66 'launcher/view_model.cc',
65 'launcher/view_model.h', 67 'launcher/view_model.h',
66 'launcher/view_model_utils.cc', 68 'launcher/view_model_utils.cc',
67 'launcher/view_model_utils.h', 69 'launcher/view_model_utils.h',
68 'modal_container_layout_manager.cc', 70 'modal_container_layout_manager.cc',
69 'modal_container_layout_manager.h', 71 'modal_container_layout_manager.h',
70 'modality_event_filter.cc', 72 'modality_event_filter.cc',
71 'modality_event_filter.h', 73 'modality_event_filter.h',
72 'modality_event_filter_delegate.h', 74 'modality_event_filter_delegate.h',
73 'property_util.cc', 75 'property_util.cc',
74 'property_util.h', 76 'property_util.h',
77 'shadow.cc',
78 'shadow.h',
79 'shadow_controller.cc',
80 'shadow_controller.h',
75 'shelf_layout_controller.cc', 81 'shelf_layout_controller.cc',
76 'shelf_layout_controller.h', 82 'shelf_layout_controller.h',
77 'shell.cc', 83 'shell.cc',
78 'shell.h', 84 'shell.h',
79 'shell_delegate.h', 85 'shell_delegate.h',
80 'shell_factory.h', 86 'shell_factory.h',
81 'shell_window_ids.h', 87 'shell_window_ids.h',
82 'show_state_controller.h', 88 'show_state_controller.h',
83 'show_state_controller.cc', 89 'show_state_controller.cc',
84 'stacking_controller.cc', 90 'stacking_controller.cc',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../ui.gyp:ui_resources', 128 '../ui.gyp:ui_resources',
123 '../ui.gyp:ui_resources_standard', 129 '../ui.gyp:ui_resources_standard',
124 '../aura/aura.gyp:aura', 130 '../aura/aura.gyp:aura',
125 '../aura/aura.gyp:test_support_aura', 131 '../aura/aura.gyp:test_support_aura',
126 'aura_shell', 132 'aura_shell',
127 ], 133 ],
128 'sources': [ 134 'sources': [
129 'default_container_layout_manager_unittest.cc', 135 'default_container_layout_manager_unittest.cc',
130 'desktop_event_filter_unittest.cc', 136 'desktop_event_filter_unittest.cc',
131 'drag_drop_controller_unittest.cc', 137 'drag_drop_controller_unittest.cc',
138 'image_grid_unittest.cc',
132 'launcher/launcher_model_unittest.cc', 139 'launcher/launcher_model_unittest.cc',
133 'launcher/view_model_unittest.cc', 140 'launcher/view_model_unittest.cc',
134 'launcher/view_model_utils_unittest.cc', 141 'launcher/view_model_utils_unittest.cc',
135 'modal_container_layout_manager_unittest.cc', 142 'modal_container_layout_manager_unittest.cc',
136 'run_all_unittests.cc', 143 'run_all_unittests.cc',
144 'shadow_controller_unittest.cc',
137 'shell_unittest.cc', 145 'shell_unittest.cc',
138 'stacking_controller_unittest.cc', 146 'stacking_controller_unittest.cc',
139 'test_suite.cc', 147 'test_suite.cc',
140 'test_suite.h', 148 'test_suite.h',
141 'test/aura_shell_test_base.cc', 149 'test/aura_shell_test_base.cc',
142 'test/aura_shell_test_base.h', 150 'test/aura_shell_test_base.h',
143 'toplevel_layout_manager_unittest.cc', 151 'toplevel_layout_manager_unittest.cc',
144 'toplevel_window_event_filter_unittest.cc', 152 'toplevel_window_event_filter_unittest.cc',
145 'workspace_controller_unittest.cc', 153 'workspace_controller_unittest.cc',
146 'workspace/workspace_manager_unittest.cc', 154 'workspace/workspace_manager_unittest.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 'examples/widgets.cc', 188 'examples/widgets.cc',
181 'examples/window_type_launcher.cc', 189 'examples/window_type_launcher.cc',
182 'examples/window_type_launcher.h', 190 'examples/window_type_launcher.h',
183 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 191 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
184 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 192 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
185 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 193 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
186 ], 194 ],
187 }, 195 },
188 ], 196 ],
189 } 197 }
OLDNEW
« no previous file with comments | « ui/aura/window_observer.h ('k') | ui/aura_shell/desktop_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698