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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2247523002: arc: Fix ArcPackageSyncableService initialization issue. ArcPackageSyncableService should not be st… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2824
Patch Set: Created 4 years, 4 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/app_list/arc/arc_package_syncable_service.cc ('k') | no next file » | 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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
764 'browser/ui/app_list/arc/arc_app_list_prefs_factory.cc', 764 'browser/ui/app_list/arc/arc_app_list_prefs_factory.cc',
765 'browser/ui/app_list/arc/arc_app_list_prefs_factory.h', 765 'browser/ui/app_list/arc/arc_app_list_prefs_factory.h',
766 'browser/ui/app_list/arc/arc_app_model_builder.cc', 766 'browser/ui/app_list/arc/arc_app_model_builder.cc',
767 'browser/ui/app_list/arc/arc_app_model_builder.h', 767 'browser/ui/app_list/arc/arc_app_model_builder.h',
768 'browser/ui/app_list/arc/arc_app_utils.cc', 768 'browser/ui/app_list/arc/arc_app_utils.cc',
769 'browser/ui/app_list/arc/arc_app_utils.h', 769 'browser/ui/app_list/arc/arc_app_utils.h',
770 'browser/ui/app_list/arc/arc_package_syncable_service.cc', 770 'browser/ui/app_list/arc/arc_package_syncable_service.cc',
771 'browser/ui/app_list/arc/arc_package_syncable_service.h', 771 'browser/ui/app_list/arc/arc_package_syncable_service.h',
772 'browser/ui/app_list/arc/arc_package_syncable_service_factory.cc', 772 'browser/ui/app_list/arc/arc_package_syncable_service_factory.cc',
773 'browser/ui/app_list/arc/arc_package_syncable_service_factory.h', 773 'browser/ui/app_list/arc/arc_package_syncable_service_factory.h',
774 'browser/ui/app_list/arc/arc_package_sync_data_type_controller.cc',
775 'browser/ui/app_list/arc/arc_package_sync_data_type_controller.h',
774 'browser/ui/app_list/search/arc_app_result.cc', 776 'browser/ui/app_list/search/arc_app_result.cc',
775 'browser/ui/app_list/search/arc_app_result.h', 777 'browser/ui/app_list/search/arc_app_result.h',
776 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc', 778 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc',
777 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h', 779 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h',
778 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc', 780 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc',
779 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h', 781 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h',
780 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc', 782 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc',
781 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h', 783 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h',
782 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc', 784 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc',
783 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h', 785 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h',
(...skipping 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 ], 3378 ],
3377 'sources': [ 3379 'sources': [
3378 '<@(chrome_browser_ui_non_mobile_sources)', 3380 '<@(chrome_browser_ui_non_mobile_sources)',
3379 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3380 ], 3382 ],
3381 }], 3383 }],
3382 ], 3384 ],
3383 }, 3385 },
3384 ], 3386 ],
3385 } 3387 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/arc/arc_package_syncable_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698