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

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

Issue 8574033: Beginnings of Window Modality support. (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
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura_shell/desktop_event_filter.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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'launcher/launcher_model_observer.h', 54 'launcher/launcher_model_observer.h',
55 'launcher/launcher_types.h', 55 'launcher/launcher_types.h',
56 'launcher/launcher_view.cc', 56 'launcher/launcher_view.cc',
57 'launcher/launcher_view.h', 57 'launcher/launcher_view.h',
58 'launcher/tabbed_launcher_button.cc', 58 'launcher/tabbed_launcher_button.cc',
59 'launcher/tabbed_launcher_button.h', 59 'launcher/tabbed_launcher_button.h',
60 'launcher/view_model.cc', 60 'launcher/view_model.cc',
61 'launcher/view_model.h', 61 'launcher/view_model.h',
62 'launcher/view_model_utils.cc', 62 'launcher/view_model_utils.cc',
63 'launcher/view_model_utils.h', 63 'launcher/view_model_utils.h',
64 'modal_container_layout_manager.cc',
65 'modal_container_layout_manager.h',
66 'modality_event_filter.cc',
67 'modality_event_filter.h',
68 'modality_event_filter_delegate.h',
64 'property_util.cc', 69 'property_util.cc',
65 'property_util.h', 70 'property_util.h',
66 'shelf_layout_controller.cc', 71 'shelf_layout_controller.cc',
67 'shelf_layout_controller.h', 72 'shelf_layout_controller.h',
68 'shell.cc', 73 'shell.cc',
69 'shell.h', 74 'shell.h',
70 'shell_delegate.h', 75 'shell_delegate.h',
71 'shell_factory.h', 76 'shell_factory.h',
72 'shell_window_ids.h', 77 'shell_window_ids.h',
73 'show_state_controller.h', 78 'show_state_controller.h',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 '../aura/aura.gyp:aura', 120 '../aura/aura.gyp:aura',
116 '../aura/aura.gyp:test_support_aura', 121 '../aura/aura.gyp:test_support_aura',
117 'aura_shell', 122 'aura_shell',
118 ], 123 ],
119 'sources': [ 124 'sources': [
120 'default_container_layout_manager_unittest.cc', 125 'default_container_layout_manager_unittest.cc',
121 'desktop_event_filter_unittest.cc', 126 'desktop_event_filter_unittest.cc',
122 'launcher/launcher_model_unittest.cc', 127 'launcher/launcher_model_unittest.cc',
123 'launcher/view_model_unittest.cc', 128 'launcher/view_model_unittest.cc',
124 'launcher/view_model_utils_unittest.cc', 129 'launcher/view_model_utils_unittest.cc',
130 'modal_container_layout_manager_unittest.cc',
125 'run_all_unittests.cc', 131 'run_all_unittests.cc',
126 'shell_unittest.cc', 132 'shell_unittest.cc',
127 'stacking_controller_unittest.cc', 133 'stacking_controller_unittest.cc',
128 'test_suite.cc', 134 'test_suite.cc',
129 'test_suite.h', 135 'test_suite.h',
130 'test/aura_shell_test_base.cc', 136 'test/aura_shell_test_base.cc',
131 'test/aura_shell_test_base.h', 137 'test/aura_shell_test_base.h',
132 'toplevel_layout_manager_unittest.cc', 138 'toplevel_layout_manager_unittest.cc',
133 'toplevel_window_event_filter_unittest.cc', 139 'toplevel_window_event_filter_unittest.cc',
134 'workspace_controller_unittest.cc', 140 'workspace_controller_unittest.cc',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 '../../views/views.gyp:views_desktop', 191 '../../views/views.gyp:views_desktop',
186 '../../views/views.gyp:views_desktop_lib', 192 '../../views/views.gyp:views_desktop_lib',
187 '../../views/views.gyp:views_unittests', 193 '../../views/views.gyp:views_unittests',
188 '../aura/aura.gyp:*', 194 '../aura/aura.gyp:*',
189 '../gfx/compositor/compositor.gyp:*', 195 '../gfx/compositor/compositor.gyp:*',
190 'aura_shell_exe', 196 'aura_shell_exe',
191 ], 197 ],
192 }, 198 },
193 ], 199 ],
194 } 200 }
OLDNEW
« no previous file with comments | « ui/aura/window.cc ('k') | ui/aura_shell/desktop_event_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698