| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'core/transient_window_observer.h', | 76 'core/transient_window_observer.h', |
| 77 'core/transient_window_stacking_client.cc', | 77 'core/transient_window_stacking_client.cc', |
| 78 'core/transient_window_stacking_client.h', | 78 'core/transient_window_stacking_client.h', |
| 79 'core/user_activity_detector.cc', | 79 'core/user_activity_detector.cc', |
| 80 'core/user_activity_detector.h', | 80 'core/user_activity_detector.h', |
| 81 'core/user_activity_observer.h', | 81 'core/user_activity_observer.h', |
| 82 'core/visibility_controller.cc', | 82 'core/visibility_controller.cc', |
| 83 'core/visibility_controller.h', | 83 'core/visibility_controller.h', |
| 84 'core/window_animations.cc', | 84 'core/window_animations.cc', |
| 85 'core/window_animations.h', | 85 'core/window_animations.h', |
| 86 'core/window_list_provider.h', |
| 86 'core/window_modality_controller.cc', | 87 'core/window_modality_controller.cc', |
| 87 'core/window_modality_controller.h', | 88 'core/window_modality_controller.h', |
| 88 'core/window_util.cc', | 89 'core/window_util.cc', |
| 89 'core/window_util.h', | 90 'core/window_util.h', |
| 90 'core/wm_core_switches.cc', | 91 'core/wm_core_switches.cc', |
| 91 'core/wm_core_switches.h', | 92 'core/wm_core_switches.h', |
| 92 'core/wm_state.cc', | 93 'core/wm_state.cc', |
| 93 'core/wm_state.h', | 94 'core/wm_state.h', |
| 94 'public/window_types.h', | 95 'public/window_types.h', |
| 95 'wm_export.h', | 96 'wm_export.h', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 142 'core/transient_window_manager_unittest.cc', | 143 'core/transient_window_manager_unittest.cc', |
| 143 'core/transient_window_stacking_client_unittest.cc', | 144 'core/transient_window_stacking_client_unittest.cc', |
| 144 'core/user_activity_detector_unittest.cc', | 145 'core/user_activity_detector_unittest.cc', |
| 145 'core/visibility_controller_unittest.cc', | 146 'core/visibility_controller_unittest.cc', |
| 146 'core/window_animations_unittest.cc', | 147 'core/window_animations_unittest.cc', |
| 147 'core/window_util_unittest.cc', | 148 'core/window_util_unittest.cc', |
| 148 ], | 149 ], |
| 149 }, | 150 }, |
| 150 ], | 151 ], |
| 151 } | 152 } |
| OLD | NEW |