| 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 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 176 'test/athena_test_helper.h', | 176 'test/athena_test_helper.h', |
| 177 'test/sample_activity.cc', | 177 'test/sample_activity.cc', |
| 178 'test/sample_activity.h', | 178 'test/sample_activity.h', |
| 179 'test/sample_activity_factory.cc', | 179 'test/sample_activity_factory.cc', |
| 180 'test/sample_activity_factory.h', | 180 'test/sample_activity_factory.h', |
| 181 'test/test_app_content_control_delegate_impl.cc', | 181 'test/test_app_content_control_delegate_impl.cc', |
| 182 'test/test_app_model_builder.cc', | 182 'test/test_app_model_builder.cc', |
| 183 'test/test_app_model_builder.h', | 183 'test/test_app_model_builder.h', |
| 184 'test/test_screen_manager_delegate.cc', | 184 'test/test_screen_manager_delegate.cc', |
| 185 'test/test_screen_manager_delegate.h', | 185 'test/test_screen_manager_delegate.h', |
| 186 'wm/test/window_manager_impl_test_api.cc', |
| 187 'wm/test/window_manager_impl_test_api.h', |
| 186 ], | 188 ], |
| 187 }, | 189 }, |
| 188 { | 190 { |
| 189 'target_name': 'athena_unittests', | 191 'target_name': 'athena_unittests', |
| 190 'type': 'executable', | 192 'type': 'executable', |
| 191 'dependencies': [ | 193 'dependencies': [ |
| 192 '../skia/skia.gyp:skia', | 194 '../skia/skia.gyp:skia', |
| 193 '../testing/gtest.gyp:gtest', | 195 '../testing/gtest.gyp:gtest', |
| 194 'athena_lib', | 196 'athena_lib', |
| 195 'athena_test_support', | 197 'athena_test_support', |
| 196 'main/athena_main.gyp:athena_main_lib', | 198 'main/athena_main.gyp:athena_main_lib', |
| 197 'resources/athena_resources.gyp:athena_pak', | 199 'resources/athena_resources.gyp:athena_pak', |
| 198 ], | 200 ], |
| 199 'sources': [ | 201 'sources': [ |
| 200 'activity/activity_manager_unittest.cc', | 202 'activity/activity_manager_unittest.cc', |
| 201 'content/app_activity_unittest.cc', | 203 'content/app_activity_unittest.cc', |
| 202 'home/home_card_unittest.cc', | 204 'home/home_card_unittest.cc', |
| 203 'input/accelerator_manager_unittest.cc', | 205 'input/accelerator_manager_unittest.cc', |
| 204 'screen/screen_manager_unittest.cc', | 206 'screen/screen_manager_unittest.cc', |
| 205 'test/athena_unittests.cc', | 207 'test/athena_unittests.cc', |
| 206 'wm/split_view_controller_unittest.cc', | 208 'wm/split_view_controller_unittest.cc', |
| 207 'wm/window_list_provider_impl_unittest.cc', | 209 'wm/window_list_provider_impl_unittest.cc', |
| 208 'wm/window_manager_unittest.cc', | 210 'wm/window_manager_unittest.cc', |
| 209 ], | 211 ], |
| 210 } | 212 } |
| 211 ], | 213 ], |
| 212 } | 214 } |
| 213 | 215 |
| OLD | NEW |