| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'common/fill_layout_manager.cc', | 47 'common/fill_layout_manager.cc', |
| 48 'common/fill_layout_manager.h', | 48 'common/fill_layout_manager.h', |
| 49 'common/switches.cc', | 49 'common/switches.cc', |
| 50 'common/switches.h', | 50 'common/switches.h', |
| 51 'env/athena_env_impl.cc', | 51 'env/athena_env_impl.cc', |
| 52 'env/public/athena_env.h', | 52 'env/public/athena_env.h', |
| 53 'home/app_list_view_delegate.cc', | 53 'home/app_list_view_delegate.cc', |
| 54 'home/app_list_view_delegate.h', | 54 'home/app_list_view_delegate.h', |
| 55 'home/athena_start_page_view.cc', | 55 'home/athena_start_page_view.cc', |
| 56 'home/athena_start_page_view.h', | 56 'home/athena_start_page_view.h', |
| 57 'home/home_card_constants.cc', |
| 58 'home/home_card_constants.h', |
| 59 'home/home_card_gesture_manager.cc', |
| 60 'home/home_card_gesture_manager.h', |
| 57 'home/home_card_impl.cc', | 61 'home/home_card_impl.cc', |
| 58 'home/minimized_home.cc', | 62 'home/minimized_home.cc', |
| 59 'home/minimized_home.h', | 63 'home/minimized_home.h', |
| 60 'home/public/app_model_builder.h', | 64 'home/public/app_model_builder.h', |
| 61 'home/public/home_card.h', | 65 'home/public/home_card.h', |
| 62 'input/accelerator_manager_impl.cc', | 66 'input/accelerator_manager_impl.cc', |
| 63 'input/accelerator_manager_impl.h', | 67 'input/accelerator_manager_impl.h', |
| 64 'input/input_manager_impl.cc', | 68 'input/input_manager_impl.cc', |
| 65 'input/public/accelerator_manager.h', | 69 'input/public/accelerator_manager.h', |
| 66 'input/public/input_manager.h', | 70 'input/public/input_manager.h', |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 '../testing/gtest.gyp:gtest', | 204 '../testing/gtest.gyp:gtest', |
| 201 'athena_lib', | 205 'athena_lib', |
| 202 'athena_test_support', | 206 'athena_test_support', |
| 203 'main/athena_main.gyp:athena_main_lib', | 207 'main/athena_main.gyp:athena_main_lib', |
| 204 'resources/athena_resources.gyp:athena_pak', | 208 'resources/athena_resources.gyp:athena_pak', |
| 205 ], | 209 ], |
| 206 'sources': [ | 210 'sources': [ |
| 207 'activity/activity_manager_unittest.cc', | 211 'activity/activity_manager_unittest.cc', |
| 208 'common/fill_layout_manager_unittest.cc', | 212 'common/fill_layout_manager_unittest.cc', |
| 209 'content/app_activity_unittest.cc', | 213 'content/app_activity_unittest.cc', |
| 214 'home/home_card_gesture_manager_unittest.cc', |
| 210 'home/home_card_unittest.cc', | 215 'home/home_card_unittest.cc', |
| 211 'input/accelerator_manager_unittest.cc', | 216 'input/accelerator_manager_unittest.cc', |
| 212 'screen/screen_manager_unittest.cc', | 217 'screen/screen_manager_unittest.cc', |
| 213 'test/athena_unittests.cc', | 218 'test/athena_unittests.cc', |
| 214 'wm/split_view_controller_unittest.cc', | 219 'wm/split_view_controller_unittest.cc', |
| 215 'wm/window_list_provider_impl_unittest.cc', | 220 'wm/window_list_provider_impl_unittest.cc', |
| 216 'wm/window_manager_unittest.cc', | 221 'wm/window_manager_unittest.cc', |
| 217 ], | 222 ], |
| 218 } | 223 } |
| 219 ], | 224 ], |
| 220 } | 225 } |
| 221 | 226 |
| OLD | NEW |