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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2205843004: [Merge to M53] arc: Initial implemetation of Chrome sync for Arc packages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
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
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 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 'browser/ui/app_list/arc/arc_app_launcher.cc', 758 'browser/ui/app_list/arc/arc_app_launcher.cc',
759 'browser/ui/app_list/arc/arc_app_launcher.h', 759 'browser/ui/app_list/arc/arc_app_launcher.h',
760 'browser/ui/app_list/arc/arc_app_list_prefs.cc', 760 'browser/ui/app_list/arc/arc_app_list_prefs.cc',
761 'browser/ui/app_list/arc/arc_app_list_prefs.h', 761 'browser/ui/app_list/arc/arc_app_list_prefs.h',
762 'browser/ui/app_list/arc/arc_app_list_prefs_factory.cc', 762 'browser/ui/app_list/arc/arc_app_list_prefs_factory.cc',
763 'browser/ui/app_list/arc/arc_app_list_prefs_factory.h', 763 'browser/ui/app_list/arc/arc_app_list_prefs_factory.h',
764 'browser/ui/app_list/arc/arc_app_model_builder.cc', 764 'browser/ui/app_list/arc/arc_app_model_builder.cc',
765 'browser/ui/app_list/arc/arc_app_model_builder.h', 765 'browser/ui/app_list/arc/arc_app_model_builder.h',
766 'browser/ui/app_list/arc/arc_app_utils.cc', 766 'browser/ui/app_list/arc/arc_app_utils.cc',
767 'browser/ui/app_list/arc/arc_app_utils.h', 767 'browser/ui/app_list/arc/arc_app_utils.h',
768 'browser/ui/app_list/arc/arc_package_syncable_service.cc',
769 'browser/ui/app_list/arc/arc_package_syncable_service.h',
770 'browser/ui/app_list/arc/arc_package_syncable_service_factory.cc',
771 'browser/ui/app_list/arc/arc_package_syncable_service_factory.h',
768 'browser/ui/app_list/search/arc_app_result.cc', 772 'browser/ui/app_list/search/arc_app_result.cc',
769 'browser/ui/app_list/search/arc_app_result.h', 773 'browser/ui/app_list/search/arc_app_result.h',
770 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc', 774 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.cc',
771 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h', 775 'browser/ui/ash/launcher/arc_app_deferred_launcher_controller.h',
772 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc', 776 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.cc',
773 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h', 777 'browser/ui/ash/launcher/arc_app_deferred_launcher_item_controller.h',
774 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc', 778 'browser/ui/ash/launcher/arc_app_window_launcher_controller.cc',
775 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h', 779 'browser/ui/ash/launcher/arc_app_window_launcher_controller.h',
776 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc', 780 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.cc',
777 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h', 781 'browser/ui/ash/launcher/arc_app_window_launcher_item_controller.h',
(...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
3375 ], 3379 ],
3376 'sources': [ 3380 'sources': [
3377 '<@(chrome_browser_ui_non_mobile_sources)', 3381 '<@(chrome_browser_ui_non_mobile_sources)',
3378 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3382 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3379 ], 3383 ],
3380 }], 3384 }],
3381 ], 3385 ],
3382 }, 3386 },
3383 ], 3387 ],
3384 } 3388 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_unittest.cc ('k') | components/arc/instance_holder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698