| 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 27 matching lines...) Expand all Loading... |
| 38 'app_list_switches.h', | 38 'app_list_switches.h', |
| 39 'app_list_view.cc', | 39 'app_list_view.cc', |
| 40 'app_list_view.h', | 40 'app_list_view.h', |
| 41 'app_list_view_delegate.h', | 41 'app_list_view_delegate.h', |
| 42 'apps_grid_view.cc', | 42 'apps_grid_view.cc', |
| 43 'apps_grid_view.h', | 43 'apps_grid_view.h', |
| 44 'contents_view.cc', | 44 'contents_view.cc', |
| 45 'contents_view.h', | 45 'contents_view.h', |
| 46 'drop_shadow_label.cc', | 46 'drop_shadow_label.cc', |
| 47 'drop_shadow_label.h', | 47 'drop_shadow_label.h', |
| 48 'icon_cache.cc', | |
| 49 'icon_cache.h', | |
| 50 'page_switcher.cc', | 48 'page_switcher.cc', |
| 51 'page_switcher.h', | 49 'page_switcher.h', |
| 52 'pagination_model.cc', | 50 'pagination_model.cc', |
| 53 'pagination_model.h', | 51 'pagination_model.h', |
| 54 'pagination_model_observer.h', | 52 'pagination_model_observer.h', |
| 55 'search_box_model.h', | 53 'search_box_model.h', |
| 56 'search_box_model.cc', | 54 'search_box_model.cc', |
| 57 'search_box_model_observer.h', | 55 'search_box_model_observer.h', |
| 58 'search_box_view.cc', | 56 'search_box_view.cc', |
| 59 'search_box_view.h', | 57 'search_box_view.h', |
| (...skipping 24 matching lines...) Expand all Loading... |
| 84 'sources': [ | 82 'sources': [ |
| 85 'apps_grid_view_unittest.cc', | 83 'apps_grid_view_unittest.cc', |
| 86 'pagination_model_unittest.cc', | 84 'pagination_model_unittest.cc', |
| 87 'test/app_list_test_suite.cc', | 85 'test/app_list_test_suite.cc', |
| 88 'test/app_list_test_suite.h', | 86 'test/app_list_test_suite.h', |
| 89 'test/run_all_unittests.cc', | 87 'test/run_all_unittests.cc', |
| 90 ], | 88 ], |
| 91 }, | 89 }, |
| 92 ], | 90 ], |
| 93 } | 91 } |
| OLD | NEW |