| 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 14 matching lines...) Expand all Loading... |
| 25 'app_list_bubble_border.cc', | 25 'app_list_bubble_border.cc', |
| 26 'app_list_bubble_border.h', | 26 'app_list_bubble_border.h', |
| 27 'app_list_export.h', | 27 'app_list_export.h', |
| 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_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_switches.cc', |
| 36 'app_list_switches.h', |
| 35 'app_list_view.cc', | 37 'app_list_view.cc', |
| 36 'app_list_view.h', | 38 'app_list_view.h', |
| 37 'app_list_view_delegate.h', | 39 'app_list_view_delegate.h', |
| 38 'apps_grid_view.cc', | 40 'apps_grid_view.cc', |
| 39 'apps_grid_view.h', | 41 'apps_grid_view.h', |
| 40 'contents_view.cc', | 42 'contents_view.cc', |
| 41 'contents_view.h', | 43 'contents_view.h', |
| 42 'drop_shadow_label.cc', | 44 'drop_shadow_label.cc', |
| 43 'drop_shadow_label.h', | 45 'drop_shadow_label.h', |
| 44 'icon_cache.cc', | 46 'icon_cache.cc', |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 'sources': [ | 81 'sources': [ |
| 80 'apps_grid_view_unittest.cc', | 82 'apps_grid_view_unittest.cc', |
| 81 'pagination_model_unittest.cc', | 83 'pagination_model_unittest.cc', |
| 82 'test/app_list_test_suite.cc', | 84 'test/app_list_test_suite.cc', |
| 83 'test/app_list_test_suite.h', | 85 'test/app_list_test_suite.h', |
| 84 'test/run_all_unittests.cc', | 86 'test/run_all_unittests.cc', |
| 85 ], | 87 ], |
| 86 }, | 88 }, |
| 87 ], | 89 ], |
| 88 } | 90 } |
| OLD | NEW |