| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 'target_name': 'app_list_unittests', | 68 'target_name': 'app_list_unittests', |
| 69 'type': 'executable', | 69 'type': 'executable', |
| 70 'dependencies': [ | 70 'dependencies': [ |
| 71 '../../base/base.gyp:base', | 71 '../../base/base.gyp:base', |
| 72 '../../base/base.gyp:test_support_base', | 72 '../../base/base.gyp:test_support_base', |
| 73 '../../skia/skia.gyp:skia', | 73 '../../skia/skia.gyp:skia', |
| 74 '../../testing/gtest.gyp:gtest', | 74 '../../testing/gtest.gyp:gtest', |
| 75 '../compositor/compositor.gyp:compositor', | 75 '../compositor/compositor.gyp:compositor', |
| 76 '../compositor/compositor.gyp:compositor_test_support', | 76 '../compositor/compositor.gyp:compositor_test_support', |
| 77 '../views/views.gyp:views', | 77 '../views/views.gyp:views', |
| 78 '../views/views.gyp:test_support_views', | 78 '../views/views.gyp:views_test_support', |
| 79 'app_list', | 79 'app_list', |
| 80 ], | 80 ], |
| 81 'sources': [ | 81 'sources': [ |
| 82 'apps_grid_view_unittest.cc', | 82 'apps_grid_view_unittest.cc', |
| 83 'pagination_model_unittest.cc', | 83 'pagination_model_unittest.cc', |
| 84 'test/apps_grid_view_test_api.cc', | 84 'test/apps_grid_view_test_api.cc', |
| 85 'test/apps_grid_view_test_api.h', | 85 'test/apps_grid_view_test_api.h', |
| 86 'test/app_list_test_suite.cc', | 86 'test/app_list_test_suite.cc', |
| 87 'test/app_list_test_suite.h', | 87 'test/app_list_test_suite.h', |
| 88 'test/run_all_unittests.cc', | 88 'test/run_all_unittests.cc', |
| 89 ], | 89 ], |
| 90 }, | 90 }, |
| 91 ], | 91 ], |
| 92 } | 92 } |
| OLD | NEW |