| 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 'home/home_card_gesture_manager.h', | 62 'home/home_card_gesture_manager.h', |
| 63 'home/home_card_impl.cc', | 63 'home/home_card_impl.cc', |
| 64 'home/minimized_home.cc', | 64 'home/minimized_home.cc', |
| 65 'home/minimized_home.h', | 65 'home/minimized_home.h', |
| 66 'home/public/app_model_builder.h', | 66 'home/public/app_model_builder.h', |
| 67 'home/public/home_card.h', | 67 'home/public/home_card.h', |
| 68 'home/public/search_controller_factory.h', | 68 'home/public/search_controller_factory.h', |
| 69 'input/accelerator_manager_impl.cc', | 69 'input/accelerator_manager_impl.cc', |
| 70 'input/accelerator_manager_impl.h', | 70 'input/accelerator_manager_impl.h', |
| 71 'input/input_manager_impl.cc', | 71 'input/input_manager_impl.cc', |
| 72 'input/input_manager_impl.h', | |
| 73 'input/power_button_controller.cc', | |
| 74 'input/power_button_controller.h', | |
| 75 'input/public/accelerator_manager.h', | 72 'input/public/accelerator_manager.h', |
| 76 'input/public/input_manager.h', | 73 'input/public/input_manager.h', |
| 77 'resource_manager/delegate/resource_manager_delegate.cc', | 74 'resource_manager/delegate/resource_manager_delegate.cc', |
| 78 'resource_manager/memory_pressure_notifier.cc', | 75 'resource_manager/memory_pressure_notifier.cc', |
| 79 'resource_manager/memory_pressure_notifier.h', | 76 'resource_manager/memory_pressure_notifier.h', |
| 80 'resource_manager/public/resource_manager.h', | 77 'resource_manager/public/resource_manager.h', |
| 81 'resource_manager/public/resource_manager_delegate.h', | 78 'resource_manager/public/resource_manager_delegate.h', |
| 82 'resource_manager/resource_manager_impl.cc', | 79 'resource_manager/resource_manager_impl.cc', |
| 83 'screen/public/screen_manager.h', | 80 'screen/public/screen_manager.h', |
| 84 'screen/screen_accelerator_handler.cc', | 81 'screen/screen_accelerator_handler.cc', |
| 85 'screen/screen_accelerator_handler.h', | 82 'screen/screen_accelerator_handler.h', |
| 86 'screen/screen_manager_impl.cc', | 83 'screen/screen_manager_impl.cc', |
| 87 'system/background_controller.cc', | 84 'system/background_controller.cc', |
| 88 'system/background_controller.h', | 85 'system/background_controller.h', |
| 89 'system/network_selector.cc', | 86 'system/network_selector.cc', |
| 90 'system/network_selector.h', | 87 'system/network_selector.h', |
| 91 'system/orientation_controller.cc', | 88 'system/orientation_controller.cc', |
| 92 'system/orientation_controller.h', | 89 'system/orientation_controller.h', |
| 93 'system/shutdown_dialog.cc', | 90 'system/power_button_controller.cc', |
| 94 'system/shutdown_dialog.h', | 91 'system/power_button_controller.h', |
| 95 'system/status_icon_container_view.cc', | 92 'system/status_icon_container_view.cc', |
| 96 'system/status_icon_container_view.h', | 93 'system/status_icon_container_view.h', |
| 97 'system/time_view.cc', | 94 'system/time_view.cc', |
| 98 'system/time_view.h', | 95 'system/time_view.h', |
| 99 'system/public/system_ui.h', | 96 'system/public/system_ui.h', |
| 100 'system/system_ui_impl.cc', | 97 'system/system_ui_impl.cc', |
| 101 'util/container_priorities.h', | 98 'util/container_priorities.h', |
| 102 'util/drag_handle.cc', | 99 'util/drag_handle.cc', |
| 103 'util/drag_handle.h', | 100 'util/drag_handle.h', |
| 104 'util/fill_layout_manager.cc', | 101 'util/fill_layout_manager.cc', |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 'resources/athena_resources.gyp:athena_pak', | 282 'resources/athena_resources.gyp:athena_pak', |
| 286 ], | 283 ], |
| 287 'sources': [ | 284 'sources': [ |
| 288 'activity/activity_manager_unittest.cc', | 285 'activity/activity_manager_unittest.cc', |
| 289 'content/app_activity_unittest.cc', | 286 'content/app_activity_unittest.cc', |
| 290 'env/athena_env_unittest.cc', | 287 'env/athena_env_unittest.cc', |
| 291 'home/athena_start_page_view_unittest.cc', | 288 'home/athena_start_page_view_unittest.cc', |
| 292 'home/home_card_gesture_manager_unittest.cc', | 289 'home/home_card_gesture_manager_unittest.cc', |
| 293 'home/home_card_unittest.cc', | 290 'home/home_card_unittest.cc', |
| 294 'input/accelerator_manager_unittest.cc', | 291 'input/accelerator_manager_unittest.cc', |
| 295 'input/input_manager_unittest.cc', | |
| 296 'resource_manager/memory_pressure_notifier_unittest.cc', | 292 'resource_manager/memory_pressure_notifier_unittest.cc', |
| 297 'resource_manager/resource_manager_unittest.cc', | 293 'resource_manager/resource_manager_unittest.cc', |
| 298 'screen/screen_manager_unittest.cc', | 294 'screen/screen_manager_unittest.cc', |
| 299 'test/base/athena_unittests.cc', | 295 'test/base/athena_unittests.cc', |
| 300 'util/drag_handle_unittest.cc', | 296 'util/drag_handle_unittest.cc', |
| 301 'util/fill_layout_manager_unittest.cc', | 297 'util/fill_layout_manager_unittest.cc', |
| 302 'wm/split_view_controller_unittest.cc', | 298 'wm/split_view_controller_unittest.cc', |
| 303 'wm/window_list_provider_impl_unittest.cc', | 299 'wm/window_list_provider_impl_unittest.cc', |
| 304 'wm/window_manager_unittest.cc', | 300 'wm/window_manager_unittest.cc', |
| 305 ], | 301 ], |
| 306 } | 302 } |
| 307 ], | 303 ], |
| 308 } | 304 } |
| 309 | 305 |
| OLD | NEW |