| 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 19 matching lines...) Expand all Loading... |
| 30 'app_list_item_model_observer.h', | 30 'app_list_item_model_observer.h', |
| 31 'app_list_item_view.cc', | 31 'app_list_item_view.cc', |
| 32 'app_list_item_view.h', | 32 'app_list_item_view.h', |
| 33 'app_list_model.cc', | 33 'app_list_model.cc', |
| 34 'app_list_model.h', | 34 'app_list_model.h', |
| 35 'app_list_view.cc', | 35 'app_list_view.cc', |
| 36 'app_list_view.h', | 36 'app_list_view.h', |
| 37 'app_list_view_delegate.h', | 37 'app_list_view_delegate.h', |
| 38 'apps_grid_view.cc', | 38 'apps_grid_view.cc', |
| 39 'apps_grid_view.h', | 39 'apps_grid_view.h', |
| 40 'contents_view.cc', |
| 41 'contents_view.h', |
| 40 'drop_shadow_label.cc', | 42 'drop_shadow_label.cc', |
| 41 'drop_shadow_label.h', | 43 'drop_shadow_label.h', |
| 42 'icon_cache.cc', | 44 'icon_cache.cc', |
| 43 'icon_cache.h', | 45 'icon_cache.h', |
| 44 'page_switcher.cc', | 46 'page_switcher.cc', |
| 45 'page_switcher.h', | 47 'page_switcher.h', |
| 46 'pagination_model.cc', | 48 'pagination_model.cc', |
| 47 'pagination_model.h', | 49 'pagination_model.h', |
| 48 'pagination_model_observer.h', | 50 'pagination_model_observer.h', |
| 49 'search_box_model.h', | 51 'search_box_model.h', |
| (...skipping 26 matching lines...) Expand all Loading... |
| 76 ], | 78 ], |
| 77 'sources': [ | 79 'sources': [ |
| 78 'apps_grid_view_unittest.cc', | 80 'apps_grid_view_unittest.cc', |
| 79 'test/app_list_test_suite.cc', | 81 'test/app_list_test_suite.cc', |
| 80 'test/app_list_test_suite.h', | 82 'test/app_list_test_suite.h', |
| 81 'test/run_all_unittests.cc', | 83 'test/run_all_unittests.cc', |
| 82 ], | 84 ], |
| 83 }, | 85 }, |
| 84 ], | 86 ], |
| 85 } | 87 } |
| OLD | NEW |