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

Side by Side Diff: ash/ash.gyp

Issue 22429004: Refactor LauncherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix for OpenBrowserUsingShelfOnOhterDisplay fail Created 7 years, 3 months 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'high_contrast/high_contrast_controller.h', 127 'high_contrast/high_contrast_controller.h',
128 'host/root_window_host_factory.cc', 128 'host/root_window_host_factory.cc',
129 'host/root_window_host_factory.h', 129 'host/root_window_host_factory.h',
130 'host/root_window_host_factory_win.cc', 130 'host/root_window_host_factory_win.cc',
131 'keyboard_controller_proxy_stub.cc', 131 'keyboard_controller_proxy_stub.cc',
132 'keyboard_controller_proxy_stub.h', 132 'keyboard_controller_proxy_stub.h',
133 'keyboard_overlay/keyboard_overlay_delegate.cc', 133 'keyboard_overlay/keyboard_overlay_delegate.cc',
134 'keyboard_overlay/keyboard_overlay_delegate.h', 134 'keyboard_overlay/keyboard_overlay_delegate.h',
135 'keyboard_overlay/keyboard_overlay_view.cc', 135 'keyboard_overlay/keyboard_overlay_view.cc',
136 'keyboard_overlay/keyboard_overlay_view.h', 136 'keyboard_overlay/keyboard_overlay_view.h',
137 'launcher/app_list_launcher_item_delegate.cc',
138 'launcher/app_list_launcher_item_delegate.h',
137 'launcher/launcher.cc', 139 'launcher/launcher.cc',
138 'launcher/launcher.h', 140 'launcher/launcher.h',
139 'launcher/launcher_alignment_menu.cc', 141 'launcher/launcher_alignment_menu.cc',
140 'launcher/launcher_alignment_menu.h', 142 'launcher/launcher_alignment_menu.h',
141 'launcher/launcher_button.cc', 143 'launcher/launcher_button.cc',
142 'launcher/launcher_button.h', 144 'launcher/launcher_button.h',
143 'launcher/launcher_delegate.h', 145 'launcher/launcher_delegate.h',
146 'launcher/launcher_item_delegate_manager.cc',
147 'launcher/launcher_item_delegate_manager.h',
144 'launcher/launcher_icon_observer.h', 148 'launcher/launcher_icon_observer.h',
149 'launcher/launcher_item_delegate.h',
145 'launcher/launcher_model.cc', 150 'launcher/launcher_model.cc',
146 'launcher/launcher_model.h', 151 'launcher/launcher_model.h',
147 'launcher/launcher_model_observer.h', 152 'launcher/launcher_model_observer.h',
148 'launcher/launcher_navigator.cc', 153 'launcher/launcher_navigator.cc',
149 'launcher/launcher_navigator.h', 154 'launcher/launcher_navigator.h',
150 'launcher/launcher_tooltip_manager.cc', 155 'launcher/launcher_tooltip_manager.cc',
151 'launcher/launcher_tooltip_manager.h', 156 'launcher/launcher_tooltip_manager.h',
152 'launcher/launcher_types.cc', 157 'launcher/launcher_types.cc',
153 'launcher/launcher_types.h', 158 'launcher/launcher_types.h',
154 'launcher/launcher_util.cc', 159 'launcher/launcher_util.cc',
(...skipping 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 'shell/cocoa/app-Info.plist', 929 'shell/cocoa/app-Info.plist',
925 ], 930 ],
926 'xcode_settings': { 931 'xcode_settings': {
927 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 932 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
928 }, 933 },
929 }], 934 }],
930 ], 935 ],
931 }, 936 },
932 ], 937 ],
933 } 938 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/app_list_launcher_item_delegate.h » ('j') | ash/launcher/launcher_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698