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

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: Rebase. 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 3040 matching lines...) Expand 10 before | Expand all | Expand 10 after
3051 '../printing/printing.gyp:cups', 3051 '../printing/printing.gyp:cups',
3052 ], 3052 ],
3053 }], 3053 }],
3054 ['use_ash==1', { 3054 ['use_ash==1', {
3055 'sources': [ '<@(chrome_browser_ui_ash_sources)' ], 3055 'sources': [ '<@(chrome_browser_ui_ash_sources)' ],
3056 'dependencies': [ 3056 'dependencies': [
3057 '../ash/ash.gyp:ash', 3057 '../ash/ash.gyp:ash',
3058 '../ash/ash.gyp:ash_with_content', 3058 '../ash/ash.gyp:ash_with_content',
3059 '../ash/ash_strings.gyp:ash_strings', 3059 '../ash/ash_strings.gyp:ash_strings',
3060 '../components/components.gyp:user_manager', 3060 '../components/components.gyp:user_manager',
3061 '../ui/app_list/shower/app_list_shower.gyp:app_list_shower',
3061 ], 3062 ],
3062 'conditions': [ 3063 'conditions': [
3063 ['chromeos == 0', { 3064 ['chromeos == 0', {
3064 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ], 3065 'sources': [ '<@(chrome_browser_ui_ash_non_chromeos)' ],
3065 }], 3066 }],
3066 ], 3067 ],
3067 }, { # use_ash==0 3068 }, { # use_ash==0
3068 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ], 3069 'sources': [ '<@(chrome_browser_ui_non_ash_sources)' ],
3069 }], 3070 }],
3070 ['toolkit_views==1', { 3071 ['toolkit_views==1', {
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
3380 ], 3381 ],
3381 'sources': [ 3382 'sources': [
3382 '<@(chrome_browser_ui_non_mobile_sources)', 3383 '<@(chrome_browser_ui_non_mobile_sources)',
3383 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3384 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3384 ], 3385 ],
3385 }], 3386 }],
3386 ], 3387 ],
3387 }, 3388 },
3388 ], 3389 ],
3389 } 3390 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698