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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 17038002: Separate the NTP app ordering from the app list app ordering (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename app_list_extension_ordering to app_list_extension_sorting for consistency Created 7 years, 5 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'browser/ui/android/validation_message_bubble_android.cc', 104 'browser/ui/android/validation_message_bubble_android.cc',
105 'browser/ui/android/website_settings_popup_android.cc', 105 'browser/ui/android/website_settings_popup_android.cc',
106 'browser/ui/android/website_settings_popup_android.h', 106 'browser/ui/android/website_settings_popup_android.h',
107 'browser/ui/android/window_android_helper.cc', 107 'browser/ui/android/window_android_helper.cc',
108 'browser/ui/android/window_android_helper.h', 108 'browser/ui/android/window_android_helper.h',
109 'browser/ui/app_list/app_context_menu.cc', 109 'browser/ui/app_list/app_context_menu.cc',
110 'browser/ui/app_list/app_context_menu.h', 110 'browser/ui/app_list/app_context_menu.h',
111 'browser/ui/app_list/app_context_menu_delegate.h', 111 'browser/ui/app_list/app_context_menu_delegate.h',
112 'browser/ui/app_list/app_list_controller_delegate.cc', 112 'browser/ui/app_list/app_list_controller_delegate.cc',
113 'browser/ui/app_list/app_list_controller_delegate.h', 113 'browser/ui/app_list/app_list_controller_delegate.h',
114 'browser/ui/app_list/app_list_extension_sorting.cc',
115 'browser/ui/app_list/app_list_extension_sorting.h',
114 'browser/ui/app_list/app_list_service.cc', 116 'browser/ui/app_list/app_list_service.cc',
115 'browser/ui/app_list/app_list_service.h', 117 'browser/ui/app_list/app_list_service.h',
116 'browser/ui/app_list/app_list_service_ash.h', 118 'browser/ui/app_list/app_list_service_ash.h',
117 'browser/ui/app_list/app_list_service_disabled.cc', 119 'browser/ui/app_list/app_list_service_disabled.cc',
118 'browser/ui/app_list/app_list_service_impl.cc', 120 'browser/ui/app_list/app_list_service_impl.cc',
119 'browser/ui/app_list/app_list_service_impl.h', 121 'browser/ui/app_list/app_list_service_impl.h',
120 'browser/ui/app_list/app_list_service_mac.mm', 122 'browser/ui/app_list/app_list_service_mac.mm',
121 'browser/ui/app_list/app_list_service_win.cc', 123 'browser/ui/app_list/app_list_service_win.cc',
122 'browser/ui/app_list/app_list_service_win.h', 124 'browser/ui/app_list/app_list_service_win.h',
123 'browser/ui/app_list/app_list_view_delegate.cc', 125 'browser/ui/app_list/app_list_view_delegate.cc',
(...skipping 2886 matching lines...) Expand 10 before | Expand all | Expand 10 after
3010 ['enable_google_now==0', { 3012 ['enable_google_now==0', {
3011 'sources!': [ 3013 'sources!': [
3012 'browser/ui/webui/options/geolocation_options_handler.cc', 3014 'browser/ui/webui/options/geolocation_options_handler.cc',
3013 'browser/ui/webui/options/geolocation_options_handler.h', 3015 'browser/ui/webui/options/geolocation_options_handler.h',
3014 ], 3016 ],
3015 }], 3017 }],
3016 ], 3018 ],
3017 }, 3019 },
3018 ], 3020 ],
3019 } 3021 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698