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

Side by Side Diff: ui/app_list/app_list.gyp

Issue 22825025: Remove SigninDelegateObserver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove from gyp file Created 7 years, 4 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/app_list/chrome_signin_delegate.cc ('k') | ui/app_list/signin_delegate.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 'pagination_model.cc', 68 'pagination_model.cc',
69 'pagination_model.h', 69 'pagination_model.h',
70 'pagination_model_observer.h', 70 'pagination_model_observer.h',
71 'search_box_model.cc', 71 'search_box_model.cc',
72 'search_box_model.h', 72 'search_box_model.h',
73 'search_box_model_observer.h', 73 'search_box_model_observer.h',
74 'search_result.cc', 74 'search_result.cc',
75 'search_result.h', 75 'search_result.h',
76 'signin_delegate.cc', 76 'signin_delegate.cc',
77 'signin_delegate.h', 77 'signin_delegate.h',
78 'signin_delegate_observer.h',
79 'views/app_list_background.cc', 78 'views/app_list_background.cc',
80 'views/app_list_background.h', 79 'views/app_list_background.h',
81 'views/app_list_drag_and_drop_host.h', 80 'views/app_list_drag_and_drop_host.h',
82 'views/app_list_item_view.cc', 81 'views/app_list_item_view.cc',
83 'views/app_list_item_view.h', 82 'views/app_list_item_view.h',
84 'views/app_list_main_view.cc', 83 'views/app_list_main_view.cc',
85 'views/app_list_main_view.h', 84 'views/app_list_main_view.h',
86 'views/app_list_menu_views.cc', 85 'views/app_list_menu_views.cc',
87 'views/app_list_menu_views.h', 86 'views/app_list_menu_views.h',
88 'views/app_list_view.cc', 87 'views/app_list_view.cc',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'dependencies': [ 211 'dependencies': [
213 '../../base/allocator/allocator.gyp:allocator', 212 '../../base/allocator/allocator.gyp:allocator',
214 ], 213 ],
215 }], 214 }],
216 ], 215 ],
217 # Disable c4267 warnings until we fix size_t to int truncations. 216 # Disable c4267 warnings until we fix size_t to int truncations.
218 'msvs_disabled_warnings': [ 4267, ], 217 'msvs_disabled_warnings': [ 4267, ],
219 }, 218 },
220 ], 219 ],
221 } 220 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/app_list/chrome_signin_delegate.cc ('k') | ui/app_list/signin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698