| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 ], | 138 ], |
| 139 }, | 139 }, |
| 140 { | 140 { |
| 141 'target_name': 'athena_unittests', | 141 'target_name': 'athena_unittests', |
| 142 'type': 'executable', | 142 'type': 'executable', |
| 143 'dependencies': [ | 143 'dependencies': [ |
| 144 '../testing/gtest.gyp:gtest', | 144 '../testing/gtest.gyp:gtest', |
| 145 '../skia/skia.gyp:skia', | 145 '../skia/skia.gyp:skia', |
| 146 'athena_lib', | 146 'athena_lib', |
| 147 'athena_test_support', | 147 'athena_test_support', |
| 148 'resources/athena_resources.gyp:athena_resources', | 148 'resources/athena_resources.gyp:athena_pak', |
| 149 ], | 149 ], |
| 150 'sources': [ | 150 'sources': [ |
| 151 'test/athena_unittests.cc', | 151 'test/athena_unittests.cc', |
| 152 'activity/activity_manager_unittest.cc', | 152 'activity/activity_manager_unittest.cc', |
| 153 'input/accelerator_manager_unittest.cc', | 153 'input/accelerator_manager_unittest.cc', |
| 154 'wm/window_manager_unittest.cc', | 154 'wm/window_manager_unittest.cc', |
| 155 ], | 155 ], |
| 156 } | 156 } |
| 157 ], | 157 ], |
| 158 } | 158 } |
| 159 | 159 |
| OLD | NEW |