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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 599343002: Mirror app list hierarchy data in profile prefs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@app_list_folder_pref
Patch Set: Created 6 years, 2 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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1139 matching lines...) Expand 10 before | Expand all | Expand 10 after
1150 'browser/ui/app_list/app_context_menu.h', 1150 'browser/ui/app_list/app_context_menu.h',
1151 'browser/ui/app_list/app_context_menu_delegate.h', 1151 'browser/ui/app_list/app_context_menu_delegate.h',
1152 'browser/ui/app_list/app_list_controller_delegate.cc', 1152 'browser/ui/app_list/app_list_controller_delegate.cc',
1153 'browser/ui/app_list/app_list_controller_delegate.h', 1153 'browser/ui/app_list/app_list_controller_delegate.h',
1154 'browser/ui/app_list/app_list_controller_delegate_impl.cc', 1154 'browser/ui/app_list/app_list_controller_delegate_impl.cc',
1155 'browser/ui/app_list/app_list_controller_delegate_impl.h', 1155 'browser/ui/app_list/app_list_controller_delegate_impl.h',
1156 'browser/ui/app_list/app_list_icon_win.cc', 1156 'browser/ui/app_list/app_list_icon_win.cc',
1157 'browser/ui/app_list/app_list_icon_win.h', 1157 'browser/ui/app_list/app_list_icon_win.h',
1158 'browser/ui/app_list/app_list_positioner.cc', 1158 'browser/ui/app_list/app_list_positioner.cc',
1159 'browser/ui/app_list/app_list_positioner.h', 1159 'browser/ui/app_list/app_list_positioner.h',
1160 'browser/ui/app_list/app_list_prefs.cc',
1161 'browser/ui/app_list/app_list_prefs.h',
1162 'browser/ui/app_list/app_list_prefs_factory.cc',
1163 'browser/ui/app_list/app_list_prefs_factory.h',
1160 'browser/ui/app_list/app_list_service.cc', 1164 'browser/ui/app_list/app_list_service.cc',
1161 'browser/ui/app_list/app_list_service_impl.cc', 1165 'browser/ui/app_list/app_list_service_impl.cc',
1162 'browser/ui/app_list/app_list_service_impl.h', 1166 'browser/ui/app_list/app_list_service_impl.h',
1163 'browser/ui/app_list/app_list_service_mac.h', 1167 'browser/ui/app_list/app_list_service_mac.h',
1164 'browser/ui/app_list/app_list_service_mac.mm', 1168 'browser/ui/app_list/app_list_service_mac.mm',
1165 'browser/ui/app_list/app_list_shower_delegate.h', 1169 'browser/ui/app_list/app_list_shower_delegate.h',
1166 'browser/ui/app_list/app_list_syncable_service.cc', 1170 'browser/ui/app_list/app_list_syncable_service.cc',
1167 'browser/ui/app_list/app_list_syncable_service.h', 1171 'browser/ui/app_list/app_list_syncable_service.h',
1168 'browser/ui/app_list/app_list_syncable_service_factory.cc', 1172 'browser/ui/app_list/app_list_syncable_service_factory.cc',
1169 'browser/ui/app_list/app_list_syncable_service_factory.h', 1173 'browser/ui/app_list/app_list_syncable_service_factory.h',
(...skipping 1812 matching lines...) Expand 10 before | Expand all | Expand 10 after
2982 }], 2986 }],
2983 ['OS!="android" and OS!="ios"', { 2987 ['OS!="android" and OS!="ios"', {
2984 'dependencies': [ 2988 'dependencies': [
2985 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2989 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2986 ], 2990 ],
2987 }], 2991 }],
2988 ], 2992 ],
2989 }, 2993 },
2990 ], 2994 ],
2991 } 2995 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698