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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1861013004: AppListController refactoring part 3: Switching over to use AppListShower in Ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mus_chrome_delegates_ash_impl
Patch Set: Addressing review feedback. 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
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 3033 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 '../printing/printing.gyp:cups', 3044 '../printing/printing.gyp:cups',
3045 ], 3045 ],
3046 }], 3046 }],
3047 ['use_ash==1', { 3047 ['use_ash==1', {
3048 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3048 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3049 'dependencies': [ 3049 'dependencies': [
3050 '../ash/ash.gyp:ash', 3050 '../ash/ash.gyp:ash',
3051 '../ash/ash.gyp:ash_with_content', 3051 '../ash/ash.gyp:ash_with_content',
3052 '../ash/ash_strings.gyp:ash_strings', 3052 '../ash/ash_strings.gyp:ash_strings',
3053 '../components/components.gyp:user_manager', 3053 '../components/components.gyp:user_manager',
3054 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
3054 ], 3055 ],
3055 'conditions': [ 3056 'conditions': [
3056 ['chromeos == 0', { 3057 ['chromeos == 0', {
3057 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 3058 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
3058 }], 3059 }],
3059 ], 3060 ],
3060 }, { # use_ash==0 3061 }, { # use_ash==0
3061 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3062 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
3062 }], 3063 }],
3063 ['toolkit_views==1', { 3064 ['toolkit_views==1', {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3373 ], 3374 ],
3374 'sources': [ 3375 'sources': [
3375 '<@(chrome_browser_ui_non_mobile_sources)', 3376 '<@(chrome_browser_ui_non_mobile_sources)',
3376 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3377 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3377 ], 3378 ],
3378 }], 3379 }],
3379 ], 3380 ],
3380 }, 3381 },
3381 ], 3382 ],
3382 } 3383 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698