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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 25859005: Elim ActivateAppListItem, ChromeAppListItem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix static cast in AppModelBuilder, add AppType Created 7 years, 2 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 | Annotate | Revision Log
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'browser/ui/app_list/app_list_service_linux.cc', 134 'browser/ui/app_list/app_list_service_linux.cc',
135 'browser/ui/app_list/app_list_service_linux.h', 135 'browser/ui/app_list/app_list_service_linux.h',
136 'browser/ui/app_list/app_list_service_mac.h', 136 'browser/ui/app_list/app_list_service_mac.h',
137 'browser/ui/app_list/app_list_service_mac.mm', 137 'browser/ui/app_list/app_list_service_mac.mm',
138 'browser/ui/app_list/app_list_icon_win.cc', 138 'browser/ui/app_list/app_list_icon_win.cc',
139 'browser/ui/app_list/app_list_icon_win.h', 139 'browser/ui/app_list/app_list_icon_win.h',
140 'browser/ui/app_list/app_list_view_delegate.cc', 140 'browser/ui/app_list/app_list_view_delegate.cc',
141 'browser/ui/app_list/app_list_view_delegate.h', 141 'browser/ui/app_list/app_list_view_delegate.h',
142 'browser/ui/app_list/apps_model_builder.cc', 142 'browser/ui/app_list/apps_model_builder.cc',
143 'browser/ui/app_list/apps_model_builder.h', 143 'browser/ui/app_list/apps_model_builder.h',
144 'browser/ui/app_list/chrome_app_list_item.h',
145 'browser/ui/app_list/chrome_signin_delegate.cc', 144 'browser/ui/app_list/chrome_signin_delegate.cc',
146 'browser/ui/app_list/chrome_signin_delegate.h', 145 'browser/ui/app_list/chrome_signin_delegate.h',
147 'browser/ui/app_list/extension_app_item.cc', 146 'browser/ui/app_list/extension_app_item.cc',
148 'browser/ui/app_list/extension_app_item.h', 147 'browser/ui/app_list/extension_app_item.h',
149 'browser/ui/app_list/keep_alive_service.h', 148 'browser/ui/app_list/keep_alive_service.h',
150 'browser/ui/app_list/keep_alive_service_impl.cc', 149 'browser/ui/app_list/keep_alive_service_impl.cc',
151 'browser/ui/app_list/keep_alive_service_impl.h', 150 'browser/ui/app_list/keep_alive_service_impl.h',
152 'browser/ui/app_list/profile_loader.cc', 151 'browser/ui/app_list/profile_loader.cc',
153 'browser/ui/app_list/profile_loader.h', 152 'browser/ui/app_list/profile_loader.h',
154 'browser/ui/app_list/profile_store.h', 153 'browser/ui/app_list/profile_store.h',
(...skipping 3095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3250 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3249 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3251 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3250 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3252 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3251 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3253 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3252 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3254 ], 3253 ],
3255 }], 3254 }],
3256 ], 3255 ],
3257 }, 3256 },
3258 ], 3257 ],
3259 } 3258 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698