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

Side by Side Diff: ash/ash.gyp

Issue 22429004: Refactor LauncherDelegate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 7 years, 4 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
« no previous file with comments | « no previous file | ash/launcher/app_list_launcher_item_delegate.h » ('j') | ash/launcher/launcher.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/alternate_app_list_button.cc', 137 'launcher/alternate_app_list_button.cc',
138 'launcher/alternate_app_list_button.h', 138 'launcher/alternate_app_list_button.h',
139 'launcher/app_list_button.cc', 139 'launcher/app_list_button.cc',
140 'launcher/app_list_button.h', 140 'launcher/app_list_button.h',
141 'launcher/app_list_launcher_item_delegate.cc',
142 'launcher/app_list_launcher_item_delegate.h',
141 'launcher/launcher.cc', 143 'launcher/launcher.cc',
142 'launcher/launcher.h', 144 'launcher/launcher.h',
143 'launcher/launcher_alignment_menu.cc', 145 'launcher/launcher_alignment_menu.cc',
144 'launcher/launcher_alignment_menu.h', 146 'launcher/launcher_alignment_menu.h',
145 'launcher/launcher_button.cc', 147 'launcher/launcher_button.cc',
146 'launcher/launcher_button.h', 148 'launcher/launcher_button.h',
147 'launcher/launcher_delegate.h', 149 'launcher/launcher_delegate.h',
150 'launcher/launcher_delegate_proxy.cc',
151 'launcher/launcher_delegate_proxy.h',
148 'launcher/launcher_icon_observer.h', 152 'launcher/launcher_icon_observer.h',
153 'launcher/launcher_item_delegate.h',
149 'launcher/launcher_model.cc', 154 'launcher/launcher_model.cc',
150 'launcher/launcher_model.h', 155 'launcher/launcher_model.h',
151 'launcher/launcher_model_observer.h', 156 'launcher/launcher_model_observer.h',
152 'launcher/launcher_navigator.cc', 157 'launcher/launcher_navigator.cc',
153 'launcher/launcher_navigator.h', 158 'launcher/launcher_navigator.h',
154 'launcher/launcher_tooltip_manager.cc', 159 'launcher/launcher_tooltip_manager.cc',
155 'launcher/launcher_tooltip_manager.h', 160 'launcher/launcher_tooltip_manager.h',
156 'launcher/launcher_types.cc', 161 'launcher/launcher_types.cc',
157 'launcher/launcher_types.h', 162 'launcher/launcher_types.h',
158 'launcher/launcher_util.cc', 163 'launcher/launcher_util.cc',
(...skipping 764 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 'shell/cocoa/app-Info.plist', 928 'shell/cocoa/app-Info.plist',
924 ], 929 ],
925 'xcode_settings': { 930 'xcode_settings': {
926 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 931 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
927 }, 932 },
928 }], 933 }],
929 ], 934 ],
930 }, 935 },
931 ], 936 ],
932 } 937 }
OLDNEW
« no previous file with comments | « no previous file | ash/launcher/app_list_launcher_item_delegate.h » ('j') | ash/launcher/launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698