| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'launcher/launcher_model_observer.h', | 54 'launcher/launcher_model_observer.h', |
| 55 'launcher/launcher_types.h', | 55 'launcher/launcher_types.h', |
| 56 'launcher/launcher_view.cc', | 56 'launcher/launcher_view.cc', |
| 57 'launcher/launcher_view.h', | 57 'launcher/launcher_view.h', |
| 58 'launcher/tabbed_launcher_button.cc', | 58 'launcher/tabbed_launcher_button.cc', |
| 59 'launcher/tabbed_launcher_button.h', | 59 'launcher/tabbed_launcher_button.h', |
| 60 'launcher/view_model.cc', | 60 'launcher/view_model.cc', |
| 61 'launcher/view_model.h', | 61 'launcher/view_model.h', |
| 62 'launcher/view_model_utils.cc', | 62 'launcher/view_model_utils.cc', |
| 63 'launcher/view_model_utils.h', | 63 'launcher/view_model_utils.h', |
| 64 'modal_container_layout_manager.cc', |
| 65 'modal_container_layout_manager.h', |
| 66 'modality_event_filter.cc', |
| 67 'modality_event_filter.h', |
| 68 'modality_event_filter_delegate.h', |
| 64 'property_util.cc', | 69 'property_util.cc', |
| 65 'property_util.h', | 70 'property_util.h', |
| 66 'shelf_layout_controller.cc', | 71 'shelf_layout_controller.cc', |
| 67 'shelf_layout_controller.h', | 72 'shelf_layout_controller.h', |
| 68 'shell.cc', | 73 'shell.cc', |
| 69 'shell.h', | 74 'shell.h', |
| 70 'shell_delegate.h', | 75 'shell_delegate.h', |
| 71 'shell_factory.h', | 76 'shell_factory.h', |
| 72 'shell_window_ids.h', | 77 'shell_window_ids.h', |
| 73 'show_state_controller.h', | 78 'show_state_controller.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 '../aura/aura.gyp:aura', | 120 '../aura/aura.gyp:aura', |
| 116 '../aura/aura.gyp:test_support_aura', | 121 '../aura/aura.gyp:test_support_aura', |
| 117 'aura_shell', | 122 'aura_shell', |
| 118 ], | 123 ], |
| 119 'sources': [ | 124 'sources': [ |
| 120 'default_container_layout_manager_unittest.cc', | 125 'default_container_layout_manager_unittest.cc', |
| 121 'desktop_event_filter_unittest.cc', | 126 'desktop_event_filter_unittest.cc', |
| 122 'launcher/launcher_model_unittest.cc', | 127 'launcher/launcher_model_unittest.cc', |
| 123 'launcher/view_model_unittest.cc', | 128 'launcher/view_model_unittest.cc', |
| 124 'launcher/view_model_utils_unittest.cc', | 129 'launcher/view_model_utils_unittest.cc', |
| 130 'modal_container_layout_manager_unittest.cc', |
| 125 'run_all_unittests.cc', | 131 'run_all_unittests.cc', |
| 126 'shell_unittest.cc', | 132 'shell_unittest.cc', |
| 127 'stacking_controller_unittest.cc', | 133 'stacking_controller_unittest.cc', |
| 128 'test_suite.cc', | 134 'test_suite.cc', |
| 129 'test_suite.h', | 135 'test_suite.h', |
| 130 'test/aura_shell_test_base.cc', | 136 'test/aura_shell_test_base.cc', |
| 131 'test/aura_shell_test_base.h', | 137 'test/aura_shell_test_base.h', |
| 132 'toplevel_layout_manager_unittest.cc', | 138 'toplevel_layout_manager_unittest.cc', |
| 133 'toplevel_window_event_filter_unittest.cc', | 139 'toplevel_window_event_filter_unittest.cc', |
| 134 'workspace_controller_unittest.cc', | 140 'workspace_controller_unittest.cc', |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 185 '../../views/views.gyp:views_desktop', | 191 '../../views/views.gyp:views_desktop', |
| 186 '../../views/views.gyp:views_desktop_lib', | 192 '../../views/views.gyp:views_desktop_lib', |
| 187 '../../views/views.gyp:views_unittests', | 193 '../../views/views.gyp:views_unittests', |
| 188 '../aura/aura.gyp:*', | 194 '../aura/aura.gyp:*', |
| 189 '../gfx/compositor/compositor.gyp:*', | 195 '../gfx/compositor/compositor.gyp:*', |
| 190 'aura_shell_exe', | 196 'aura_shell_exe', |
| 191 ], | 197 ], |
| 192 }, | 198 }, |
| 193 ], | 199 ], |
| 194 } | 200 } |
| OLD | NEW |