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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13947002: Update App Launcher icons, splitting for Chromium, Chrome, Canary. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: move to app_list_service_win.cc Created 7 years, 8 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'browser/ui/android/window_android_helper.h', 106 'browser/ui/android/window_android_helper.h',
107 'browser/ui/app_list/app_list_controller_delegate.cc', 107 'browser/ui/app_list/app_list_controller_delegate.cc',
108 'browser/ui/app_list/app_list_controller_delegate.h', 108 'browser/ui/app_list/app_list_controller_delegate.h',
109 'browser/ui/app_list/app_list_service.cc', 109 'browser/ui/app_list/app_list_service.cc',
110 'browser/ui/app_list/app_list_service.h', 110 'browser/ui/app_list/app_list_service.h',
111 'browser/ui/app_list/app_list_service_ash.h', 111 'browser/ui/app_list/app_list_service_ash.h',
112 'browser/ui/app_list/app_list_service_disabled.cc', 112 'browser/ui/app_list/app_list_service_disabled.cc',
113 'browser/ui/app_list/app_list_service_disabled.h', 113 'browser/ui/app_list/app_list_service_disabled.h',
114 'browser/ui/app_list/app_list_service_mac.h', 114 'browser/ui/app_list/app_list_service_mac.h',
115 'browser/ui/app_list/app_list_service_selector.cc', 115 'browser/ui/app_list/app_list_service_selector.cc',
116 'browser/ui/app_list/app_list_service_win.cc',
116 'browser/ui/app_list/app_list_service_win.h', 117 'browser/ui/app_list/app_list_service_win.h',
117 'browser/ui/app_list/app_list_view_delegate.cc', 118 'browser/ui/app_list/app_list_view_delegate.cc',
118 'browser/ui/app_list/app_list_view_delegate.h', 119 'browser/ui/app_list/app_list_view_delegate.h',
119 'browser/ui/app_list/apps_model_builder.cc', 120 'browser/ui/app_list/apps_model_builder.cc',
120 'browser/ui/app_list/apps_model_builder.h', 121 'browser/ui/app_list/apps_model_builder.h',
121 'browser/ui/app_list/chrome_app_list_item.h', 122 'browser/ui/app_list/chrome_app_list_item.h',
122 'browser/ui/app_list/chrome_signin_delegate.cc', 123 'browser/ui/app_list/chrome_signin_delegate.cc',
123 'browser/ui/app_list/chrome_signin_delegate.h', 124 'browser/ui/app_list/chrome_signin_delegate.h',
124 'browser/ui/app_list/extension_app_item.cc', 125 'browser/ui/app_list/extension_app_item.cc',
125 'browser/ui/app_list/extension_app_item.h', 126 'browser/ui/app_list/extension_app_item.h',
(...skipping 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2883 }], 2884 }],
2884 ['enable_message_center==1', { 2885 ['enable_message_center==1', {
2885 'dependencies': [ 2886 'dependencies': [
2886 '../ui/message_center/message_center.gyp:message_center', 2887 '../ui/message_center/message_center.gyp:message_center',
2887 ], 2888 ],
2888 }], 2889 }],
2889 ], 2890 ],
2890 }, 2891 },
2891 ], 2892 ],
2892 } 2893 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698