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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1890583002: Renaming App List Shower to App List Presenter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix. Created 4 years, 8 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 | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_tests.gypi » ('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 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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 2609 matching lines...) Expand 10 before | Expand all | Expand 10 after
2620 'browser/ui/app_list/app_list_prefs_factory.cc', 2620 'browser/ui/app_list/app_list_prefs_factory.cc',
2621 'browser/ui/app_list/app_list_prefs_factory.h', 2621 'browser/ui/app_list/app_list_prefs_factory.h',
2622 'browser/ui/app_list/app_list_service.cc', 2622 'browser/ui/app_list/app_list_service.cc',
2623 'browser/ui/app_list/app_list_service.h', 2623 'browser/ui/app_list/app_list_service.h',
2624 'browser/ui/app_list/app_list_service_cocoa_mac.h', 2624 'browser/ui/app_list/app_list_service_cocoa_mac.h',
2625 'browser/ui/app_list/app_list_service_cocoa_mac.mm', 2625 'browser/ui/app_list/app_list_service_cocoa_mac.mm',
2626 'browser/ui/app_list/app_list_service_impl.cc', 2626 'browser/ui/app_list/app_list_service_impl.cc',
2627 'browser/ui/app_list/app_list_service_impl.h', 2627 'browser/ui/app_list/app_list_service_impl.h',
2628 'browser/ui/app_list/app_list_service_mac.h', 2628 'browser/ui/app_list/app_list_service_mac.h',
2629 'browser/ui/app_list/app_list_service_mac.mm', 2629 'browser/ui/app_list/app_list_service_mac.mm',
2630 'browser/ui/app_list/app_list_shower_delegate.h', 2630 'browser/ui/app_list/app_list_presenter_delegate.h',
2631 'browser/ui/app_list/app_list_syncable_service.cc', 2631 'browser/ui/app_list/app_list_syncable_service.cc',
2632 'browser/ui/app_list/app_list_syncable_service.h', 2632 'browser/ui/app_list/app_list_syncable_service.h',
2633 'browser/ui/app_list/app_list_syncable_service_factory.cc', 2633 'browser/ui/app_list/app_list_syncable_service_factory.cc',
2634 'browser/ui/app_list/app_list_syncable_service_factory.h', 2634 'browser/ui/app_list/app_list_syncable_service_factory.h',
2635 'browser/ui/app_list/app_list_view_delegate.cc', 2635 'browser/ui/app_list/app_list_view_delegate.cc',
2636 'browser/ui/app_list/app_list_view_delegate.h', 2636 'browser/ui/app_list/app_list_view_delegate.h',
2637 'browser/ui/app_list/chrome_app_list_item.cc', 2637 'browser/ui/app_list/chrome_app_list_item.cc',
2638 'browser/ui/app_list/chrome_app_list_item.h', 2638 'browser/ui/app_list/chrome_app_list_item.h',
2639 'browser/ui/app_list/extension_app_context_menu.cc', 2639 'browser/ui/app_list/extension_app_context_menu.cc',
2640 'browser/ui/app_list/extension_app_context_menu.h', 2640 'browser/ui/app_list/extension_app_context_menu.h',
(...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
3042 '../printing/printing.gyp:cups', 3042 '../printing/printing.gyp:cups',
3043 ], 3043 ],
3044 }], 3044 }],
3045 ['use_ash==1', { 3045 ['use_ash==1', {
3046 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3046 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3047 'dependencies': [ 3047 'dependencies': [
3048 '../ash/ash.gyp:ash', 3048 '../ash/ash.gyp:ash',
3049 '../ash/ash.gyp:ash_with_content', 3049 '../ash/ash.gyp:ash_with_content',
3050 '../ash/ash_strings.gyp:ash_strings', 3050 '../ash/ash_strings.gyp:ash_strings',
3051 '../components/components.gyp:user_manager', 3051 '../components/components.gyp:user_manager',
3052 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower', 3052 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter' ,
3053 ], 3053 ],
3054 'conditions': [ 3054 'conditions': [
3055 ['chromeos == 0', { 3055 ['chromeos == 0', {
3056 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 3056 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
3057 }], 3057 }],
3058 ], 3058 ],
3059 }, { # use_ash==0 3059 }, { # use_ash==0
3060 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3060 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
3061 }], 3061 }],
3062 ['toolkit_views==1', { 3062 ['toolkit_views==1', {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3372 ], 3372 ],
3373 'sources': [ 3373 'sources': [
3374 '<@(chrome_browser_ui_non_mobile_sources)', 3374 '<@(chrome_browser_ui_non_mobile_sources)',
3375 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3375 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3376 ], 3376 ],
3377 }], 3377 }],
3378 ], 3378 ],
3379 }, 3379 },
3380 ], 3380 ],
3381 } 3381 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698