| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 '../../base/base.gyp:test_support_base', | 69 '../../base/base.gyp:test_support_base', |
| 70 '../../skia/skia.gyp:skia', | 70 '../../skia/skia.gyp:skia', |
| 71 '../../testing/gtest.gyp:gtest', | 71 '../../testing/gtest.gyp:gtest', |
| 72 '../compositor/compositor.gyp:compositor', | 72 '../compositor/compositor.gyp:compositor', |
| 73 '../compositor/compositor.gyp:compositor_test_support', | 73 '../compositor/compositor.gyp:compositor_test_support', |
| 74 '../views/views.gyp:views', | 74 '../views/views.gyp:views', |
| 75 'app_list', | 75 'app_list', |
| 76 ], | 76 ], |
| 77 'sources': [ | 77 'sources': [ |
| 78 'apps_grid_view_unittest.cc', | 78 'apps_grid_view_unittest.cc', |
| 79 'run_all_unittests.cc', | 79 'test/app_list_test_suite.cc', |
| 80 'test/app_list_test_suite.h', |
| 81 'test/run_all_unittests.cc', |
| 80 ], | 82 ], |
| 81 }, | 83 }, |
| 82 ], | 84 ], |
| 83 } | 85 } |
| OLD | NEW |