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

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: rebase 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
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_controller_win.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 '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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 'browser/ui/android/window_android_helper.h', 107 'browser/ui/android/window_android_helper.h',
108 'browser/ui/app_list/app_list_controller_delegate.cc', 108 'browser/ui/app_list/app_list_controller_delegate.cc',
109 'browser/ui/app_list/app_list_controller_delegate.h', 109 'browser/ui/app_list/app_list_controller_delegate.h',
110 'browser/ui/app_list/app_list_service.cc', 110 'browser/ui/app_list/app_list_service.cc',
111 'browser/ui/app_list/app_list_service.h', 111 'browser/ui/app_list/app_list_service.h',
112 'browser/ui/app_list/app_list_service_ash.h', 112 'browser/ui/app_list/app_list_service_ash.h',
113 'browser/ui/app_list/app_list_service_disabled.cc', 113 'browser/ui/app_list/app_list_service_disabled.cc',
114 'browser/ui/app_list/app_list_service_disabled.h', 114 'browser/ui/app_list/app_list_service_disabled.h',
115 'browser/ui/app_list/app_list_service_mac.h', 115 'browser/ui/app_list/app_list_service_mac.h',
116 'browser/ui/app_list/app_list_service_selector.cc', 116 'browser/ui/app_list/app_list_service_selector.cc',
117 'browser/ui/app_list/app_list_service_win.cc',
117 'browser/ui/app_list/app_list_service_win.h', 118 'browser/ui/app_list/app_list_service_win.h',
118 'browser/ui/app_list/app_list_view_delegate.cc', 119 'browser/ui/app_list/app_list_view_delegate.cc',
119 'browser/ui/app_list/app_list_view_delegate.h', 120 'browser/ui/app_list/app_list_view_delegate.h',
120 'browser/ui/app_list/apps_model_builder.cc', 121 'browser/ui/app_list/apps_model_builder.cc',
121 'browser/ui/app_list/apps_model_builder.h', 122 'browser/ui/app_list/apps_model_builder.h',
122 'browser/ui/app_list/chrome_app_list_item.h', 123 'browser/ui/app_list/chrome_app_list_item.h',
123 'browser/ui/app_list/chrome_signin_delegate.cc', 124 'browser/ui/app_list/chrome_signin_delegate.cc',
124 'browser/ui/app_list/chrome_signin_delegate.h', 125 'browser/ui/app_list/chrome_signin_delegate.h',
125 'browser/ui/app_list/extension_app_item.cc', 126 'browser/ui/app_list/extension_app_item.cc',
126 'browser/ui/app_list/extension_app_item.h', 127 'browser/ui/app_list/extension_app_item.h',
(...skipping 2767 matching lines...) Expand 10 before | Expand all | Expand 10 after
2894 }], 2895 }],
2895 ['enable_message_center==1', { 2896 ['enable_message_center==1', {
2896 'dependencies': [ 2897 'dependencies': [
2897 '../ui/message_center/message_center.gyp:message_center', 2898 '../ui/message_center/message_center.gyp:message_center',
2898 ], 2899 ],
2899 }], 2900 }],
2900 ], 2901 ],
2901 }, 2902 },
2902 ], 2903 ],
2903 } 2904 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/app_list/app_list_controller_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698