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

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

Issue 8743014: [cros, Aura] Refresh status area widget bounds on StatusAreaView layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup 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
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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'modal_container_layout_manager.h', 73 'modal_container_layout_manager.h',
74 'modality_event_filter.cc', 74 'modality_event_filter.cc',
75 'modality_event_filter.h', 75 'modality_event_filter.h',
76 'modality_event_filter_delegate.h', 76 'modality_event_filter_delegate.h',
77 'property_util.cc', 77 'property_util.cc',
78 'property_util.h', 78 'property_util.h',
79 'shadow.cc', 79 'shadow.cc',
80 'shadow.h', 80 'shadow.h',
81 'shadow_controller.cc', 81 'shadow_controller.cc',
82 'shadow_controller.h', 82 'shadow_controller.h',
83 'shelf_layout_controller.cc', 83 'shelf_layout_manager.cc',
84 'shelf_layout_controller.h', 84 'shelf_layout_manager.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', 93 'shell_tooltip_manager.cc',
94 'shell_tooltip_manager.h', 94 'shell_tooltip_manager.h',
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'examples/widgets.cc', 200 'examples/widgets.cc',
201 'examples/window_type_launcher.cc', 201 'examples/window_type_launcher.cc',
202 'examples/window_type_launcher.h', 202 'examples/window_type_launcher.h',
203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
206 ], 206 ],
207 }, 207 },
208 ], 208 ],
209 } 209 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698