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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 'views/app_list_main_view.cc', | 96 'views/app_list_main_view.cc', |
97 'views/app_list_main_view.h', | 97 'views/app_list_main_view.h', |
98 'views/app_list_menu_views.cc', | 98 'views/app_list_menu_views.cc', |
99 'views/app_list_menu_views.h', | 99 'views/app_list_menu_views.h', |
100 'views/app_list_view.cc', | 100 'views/app_list_view.cc', |
101 'views/app_list_view.h', | 101 'views/app_list_view.h', |
102 'views/app_list_view_observer.h', | 102 'views/app_list_view_observer.h', |
103 'views/apps_grid_view.cc', | 103 'views/apps_grid_view.cc', |
104 'views/apps_grid_view.h', | 104 'views/apps_grid_view.h', |
105 'views/apps_grid_view_delegate.h', | 105 'views/apps_grid_view_delegate.h', |
| 106 'views/apps_grid_view_folder_delegate.h', |
106 'views/cached_label.cc', | 107 'views/cached_label.cc', |
107 'views/cached_label.h', | 108 'views/cached_label.h', |
108 'views/contents_switcher_view.cc', | 109 'views/contents_switcher_view.cc', |
109 'views/contents_switcher_view.h', | 110 'views/contents_switcher_view.h', |
110 'views/contents_view.cc', | 111 'views/contents_view.cc', |
111 'views/contents_view.h', | 112 'views/contents_view.h', |
112 'views/folder_background_view.cc', | 113 'views/folder_background_view.cc', |
113 'views/folder_background_view.h', | 114 'views/folder_background_view.h', |
114 'views/folder_header_view.cc', | 115 'views/folder_header_view.cc', |
115 'views/folder_header_view.h', | 116 'views/folder_header_view.h', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 'dependencies': [ | 275 'dependencies': [ |
275 '../../base/allocator/allocator.gyp:allocator', | 276 '../../base/allocator/allocator.gyp:allocator', |
276 ], | 277 ], |
277 }], | 278 }], |
278 ], | 279 ], |
279 # Disable c4267 warnings until we fix size_t to int truncations. | 280 # Disable c4267 warnings until we fix size_t to int truncations. |
280 'msvs_disabled_warnings': [ 4267, ], | 281 'msvs_disabled_warnings': [ 4267, ], |
281 }, | 282 }, |
282 ], | 283 ], |
283 } | 284 } |
OLD | NEW |