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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1770993002: wip: Refactoring Ash's AppListController, moving the bulk of the logic to chrome/browser/ui/ash/app… Base URL: https://chromium.googlesource.com/chromium/src.git@small_5_apps
Patch Set: Added a comment for PostTask in AppListServiceAsh. Created 4 years, 9 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 489 matching lines...) Expand 10 before | Expand all | Expand 10 after
500 'browser/ui/webui/popular_sites_internals_message_handler.h', 500 'browser/ui/webui/popular_sites_internals_message_handler.h',
501 'browser/ui/webui/popular_sites_internals_ui.cc', 501 'browser/ui/webui/popular_sites_internals_ui.cc',
502 'browser/ui/webui/popular_sites_internals_ui.h', 502 'browser/ui/webui/popular_sites_internals_ui.h',
503 ], 503 ],
504 # Cross-platform ash sources. 504 # Cross-platform ash sources.
505 'chrome_browser_ui_ash_sources': [ 505 'chrome_browser_ui_ash_sources': [
506 'browser/ui/ash/app_list/app_list_controller_ash.cc', 506 'browser/ui/ash/app_list/app_list_controller_ash.cc',
507 'browser/ui/ash/app_list/app_list_controller_ash.h', 507 'browser/ui/ash/app_list/app_list_controller_ash.h',
508 'browser/ui/ash/app_list/app_list_service_ash.cc', 508 'browser/ui/ash/app_list/app_list_service_ash.cc',
509 'browser/ui/ash/app_list/app_list_service_ash.h', 509 'browser/ui/ash/app_list/app_list_service_ash.h',
510 'browser/ui/ash/app_list/app_list_shower_ash.cc',
511 'browser/ui/ash/app_list/app_list_shower_ash.h',
510 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc', 512 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
511 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h', 513 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
512 'browser/ui/ash/app_sync_ui_state.cc', 514 'browser/ui/ash/app_sync_ui_state.cc',
513 'browser/ui/ash/app_sync_ui_state.h', 515 'browser/ui/ash/app_sync_ui_state.h',
514 'browser/ui/ash/app_sync_ui_state_factory.cc', 516 'browser/ui/ash/app_sync_ui_state_factory.cc',
515 'browser/ui/ash/app_sync_ui_state_factory.h', 517 'browser/ui/ash/app_sync_ui_state_factory.h',
516 'browser/ui/ash/app_sync_ui_state_observer.h', 518 'browser/ui/ash/app_sync_ui_state_observer.h',
517 'browser/ui/ash/ash_init.cc', 519 'browser/ui/ash/ash_init.cc',
518 'browser/ui/ash/ash_init.h', 520 'browser/ui/ash/ash_init.h',
519 'browser/ui/ash/ash_util.cc', 521 'browser/ui/ash/ash_util.cc',
(...skipping 2828 matching lines...) Expand 10 before | Expand all | Expand 10 after
3348 ], 3350 ],
3349 'sources': [ 3351 'sources': [
3350 '<@(chrome_browser_ui_non_mobile_sources)', 3352 '<@(chrome_browser_ui_non_mobile_sources)',
3351 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3353 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3352 ], 3354 ],
3353 }], 3355 }],
3354 ], 3356 ],
3355 }, 3357 },
3356 ], 3358 ],
3357 } 3359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698