| 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 17 matching lines...) Expand all Loading... |
| 28 'app_list_item_model.cc', | 28 'app_list_item_model.cc', |
| 29 'app_list_item_model.h', | 29 'app_list_item_model.h', |
| 30 'app_list_item_model_observer.h', | 30 'app_list_item_model_observer.h', |
| 31 'app_list_model.cc', | 31 'app_list_model.cc', |
| 32 'app_list_model.h', | 32 'app_list_model.h', |
| 33 'app_list_model_observer.h', | 33 'app_list_model_observer.h', |
| 34 'app_list_switches.cc', | 34 'app_list_switches.cc', |
| 35 'app_list_switches.h', | 35 'app_list_switches.h', |
| 36 'app_list_view_delegate.h', | 36 'app_list_view_delegate.h', |
| 37 'apps_grid_view_delegate.h', | 37 'apps_grid_view_delegate.h', |
| 38 'cocoa/app_list_view_controller.h', |
| 39 'cocoa/app_list_view_controller.mm', |
| 38 'cocoa/app_list_window_controller.h', | 40 'cocoa/app_list_window_controller.h', |
| 39 'cocoa/app_list_window_controller.mm', | 41 'cocoa/app_list_window_controller.mm', |
| 40 'cocoa/apps_grid_controller.h', | 42 'cocoa/apps_grid_controller.h', |
| 41 'cocoa/apps_grid_controller.mm', | 43 'cocoa/apps_grid_controller.mm', |
| 42 'cocoa/apps_grid_view_item.h', | 44 'cocoa/apps_grid_view_item.h', |
| 43 'cocoa/apps_grid_view_item.mm', | 45 'cocoa/apps_grid_view_item.mm', |
| 46 'cocoa/apps_pagination_model_observer.h', |
| 44 'cocoa/scroll_view_with_no_scrollbars.h', | 47 'cocoa/scroll_view_with_no_scrollbars.h', |
| 45 'cocoa/scroll_view_with_no_scrollbars.mm', | 48 'cocoa/scroll_view_with_no_scrollbars.mm', |
| 46 'pagination_model.cc', | 49 'pagination_model.cc', |
| 47 'pagination_model.h', | 50 'pagination_model.h', |
| 48 'pagination_model_observer.h', | 51 'pagination_model_observer.h', |
| 49 'search_box_model.cc', | 52 'search_box_model.cc', |
| 50 'search_box_model.h', | 53 'search_box_model.h', |
| 51 'search_box_model_observer.h', | 54 'search_box_model_observer.h', |
| 52 'search_box_view_delegate.h', | 55 'search_box_view_delegate.h', |
| 53 'search_result.cc', | 56 'search_result.cc', |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 ], | 132 ], |
| 130 'sources': [ | 133 'sources': [ |
| 131 'pagination_model_unittest.cc', | 134 'pagination_model_unittest.cc', |
| 132 'test/app_list_test_model.cc', | 135 'test/app_list_test_model.cc', |
| 133 'test/app_list_test_model.h', | 136 'test/app_list_test_model.h', |
| 134 'test/app_list_test_suite.cc', | 137 'test/app_list_test_suite.cc', |
| 135 'test/app_list_test_suite.h', | 138 'test/app_list_test_suite.h', |
| 136 'test/app_list_test_view_delegate.cc', | 139 'test/app_list_test_view_delegate.cc', |
| 137 'test/app_list_test_view_delegate.h', | 140 'test/app_list_test_view_delegate.h', |
| 138 'test/run_all_unittests.cc', | 141 'test/run_all_unittests.cc', |
| 142 'cocoa/app_list_view_controller_unittest.mm', |
| 139 'cocoa/app_list_window_controller_unittest.mm', | 143 'cocoa/app_list_window_controller_unittest.mm', |
| 140 'cocoa/apps_grid_controller_unittest.mm', | 144 'cocoa/apps_grid_controller_unittest.mm', |
| 145 'cocoa/test/apps_grid_controller_test_helper.h', |
| 146 'cocoa/test/apps_grid_controller_test_helper.mm', |
| 141 'views/apps_grid_view_unittest.cc', | 147 'views/apps_grid_view_unittest.cc', |
| 142 'views/test/apps_grid_view_test_api.cc', | 148 'views/test/apps_grid_view_test_api.cc', |
| 143 'views/test/apps_grid_view_test_api.h', | 149 'views/test/apps_grid_view_test_api.h', |
| 144 ], | 150 ], |
| 145 'conditions': [ | 151 'conditions': [ |
| 146 ['toolkit_views==1', { | 152 ['toolkit_views==1', { |
| 147 'dependencies': [ | 153 'dependencies': [ |
| 148 '../views/views.gyp:views', | 154 '../views/views.gyp:views', |
| 149 '../views/views.gyp:views_test_support', | 155 '../views/views.gyp:views_test_support', |
| 150 ], | 156 ], |
| (...skipping 16 matching lines...) Expand all Loading... |
| 167 'sources/': [ | 173 'sources/': [ |
| 168 ['exclude', 'cocoa/'], | 174 ['exclude', 'cocoa/'], |
| 169 ], | 175 ], |
| 170 }], | 176 }], |
| 171 ], | 177 ], |
| 172 # Disable c4267 warnings until we fix size_t to int truncations. | 178 # Disable c4267 warnings until we fix size_t to int truncations. |
| 173 'msvs_disabled_warnings': [ 4267, ], | 179 'msvs_disabled_warnings': [ 4267, ], |
| 174 }, | 180 }, |
| 175 ], | 181 ], |
| 176 } | 182 } |
| OLD | NEW |