OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |