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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 308003005: app_list: Drive app integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: format Created 6 years, 6 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 | Annotate | Revision Log
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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'browser/ui/app_list/app_list_syncable_service_factory.cc', 167 'browser/ui/app_list/app_list_syncable_service_factory.cc',
168 'browser/ui/app_list/app_list_syncable_service_factory.h', 168 'browser/ui/app_list/app_list_syncable_service_factory.h',
169 'browser/ui/app_list/app_list_util.cc', 169 'browser/ui/app_list/app_list_util.cc',
170 'browser/ui/app_list/app_list_util.h', 170 'browser/ui/app_list/app_list_util.h',
171 'browser/ui/app_list/app_list_view_delegate.cc', 171 'browser/ui/app_list/app_list_view_delegate.cc',
172 'browser/ui/app_list/app_list_view_delegate.h', 172 'browser/ui/app_list/app_list_view_delegate.h',
173 'browser/ui/app_list/chrome_signin_delegate.cc', 173 'browser/ui/app_list/chrome_signin_delegate.cc',
174 'browser/ui/app_list/chrome_signin_delegate.h', 174 'browser/ui/app_list/chrome_signin_delegate.h',
175 'browser/ui/app_list/drive/drive_app_converter.cc', 175 'browser/ui/app_list/drive/drive_app_converter.cc',
176 'browser/ui/app_list/drive/drive_app_converter.h', 176 'browser/ui/app_list/drive/drive_app_converter.h',
177 'browser/ui/app_list/drive/drive_app_mapping.cc',
178 'browser/ui/app_list/drive/drive_app_mapping.h',
179 'browser/ui/app_list/drive/drive_app_provider.cc',
180 'browser/ui/app_list/drive/drive_app_provider.h',
181 'browser/ui/app_list/drive/drive_service_bridge.cc',
182 'browser/ui/app_list/drive/drive_service_bridge.h',
177 'browser/ui/app_list/extension_app_item.cc', 183 'browser/ui/app_list/extension_app_item.cc',
178 'browser/ui/app_list/extension_app_item.h', 184 'browser/ui/app_list/extension_app_item.h',
179 'browser/ui/app_list/extension_app_model_builder.cc', 185 'browser/ui/app_list/extension_app_model_builder.cc',
180 'browser/ui/app_list/extension_app_model_builder.h', 186 'browser/ui/app_list/extension_app_model_builder.h',
181 'browser/ui/app_list/extension_uninstaller.cc', 187 'browser/ui/app_list/extension_uninstaller.cc',
182 'browser/ui/app_list/extension_uninstaller.h', 188 'browser/ui/app_list/extension_uninstaller.h',
183 'browser/ui/app_list/fast_show_pickler.cc', 189 'browser/ui/app_list/fast_show_pickler.cc',
184 'browser/ui/app_list/fast_show_pickler.h', 190 'browser/ui/app_list/fast_show_pickler.h',
185 'browser/ui/app_list/profile_loader.cc', 191 'browser/ui/app_list/profile_loader.cc',
186 'browser/ui/app_list/profile_loader.h', 192 'browser/ui/app_list/profile_loader.h',
(...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 ], 3159 ],
3154 'sources!': [ 3160 'sources!': [
3155 'browser/ui/views/session_crashed_bubble_view.cc', 3161 'browser/ui/views/session_crashed_bubble_view.cc',
3156 'browser/ui/views/session_crashed_bubble_view.h', 3162 'browser/ui/views/session_crashed_bubble_view.h',
3157 ], 3163 ],
3158 }], 3164 }],
3159 ], 3165 ],
3160 }, 3166 },
3161 ], 3167 ],
3162 } 3168 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698