| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'modal_container_layout_manager.h', | 73 'modal_container_layout_manager.h', |
| 74 'modality_event_filter.cc', | 74 'modality_event_filter.cc', |
| 75 'modality_event_filter.h', | 75 'modality_event_filter.h', |
| 76 'modality_event_filter_delegate.h', | 76 'modality_event_filter_delegate.h', |
| 77 'property_util.cc', | 77 'property_util.cc', |
| 78 'property_util.h', | 78 'property_util.h', |
| 79 'shadow.cc', | 79 'shadow.cc', |
| 80 'shadow.h', | 80 'shadow.h', |
| 81 'shadow_controller.cc', | 81 'shadow_controller.cc', |
| 82 'shadow_controller.h', | 82 'shadow_controller.h', |
| 83 'shelf_layout_controller.cc', | 83 'shelf_layout_manager.cc', |
| 84 'shelf_layout_controller.h', | 84 'shelf_layout_manager.h', |
| 85 'shell.cc', | 85 'shell.cc', |
| 86 'shell.h', | 86 'shell.h', |
| 87 'shell_accelerator_controller.cc', | 87 'shell_accelerator_controller.cc', |
| 88 'shell_accelerator_controller.h', | 88 'shell_accelerator_controller.h', |
| 89 'shell_accelerator_filter.cc', | 89 'shell_accelerator_filter.cc', |
| 90 'shell_accelerator_filter.h', | 90 'shell_accelerator_filter.h', |
| 91 'shell_delegate.h', | 91 'shell_delegate.h', |
| 92 'shell_factory.h', | 92 'shell_factory.h', |
| 93 'shell_tooltip_manager.cc', | 93 'shell_tooltip_manager.cc', |
| 94 'shell_tooltip_manager.h', | 94 'shell_tooltip_manager.h', |
| 95 'shell_window_ids.h', | 95 'shell_window_ids.h', |
| 96 'show_state_controller.h', | 96 'show_state_controller.h', |
| 97 'show_state_controller.cc', | 97 'show_state_controller.cc', |
| 98 'stacking_controller.cc', | 98 'stacking_controller.cc', |
| 99 'stacking_controller.h', | 99 'stacking_controller.h', |
| 100 'status_area_layout_manager.cc', |
| 101 'status_area_layout_manager.h', |
| 100 'status_area_view.cc', | 102 'status_area_view.cc', |
| 101 'status_area_view.h', | 103 'status_area_view.h', |
| 102 'toplevel_frame_view.cc', | 104 'toplevel_frame_view.cc', |
| 103 'toplevel_frame_view.h', | 105 'toplevel_frame_view.h', |
| 104 'toplevel_layout_manager.cc', | 106 'toplevel_layout_manager.cc', |
| 105 'toplevel_layout_manager.h', | 107 'toplevel_layout_manager.h', |
| 106 'toplevel_window_event_filter.cc', | 108 'toplevel_window_event_filter.cc', |
| 107 'toplevel_window_event_filter.h', | 109 'toplevel_window_event_filter.h', |
| 108 'window_frame.cc', | 110 'window_frame.cc', |
| 109 'window_frame.h', | 111 'window_frame.h', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'examples/widgets.cc', | 202 'examples/widgets.cc', |
| 201 'examples/window_type_launcher.cc', | 203 'examples/window_type_launcher.cc', |
| 202 'examples/window_type_launcher.h', | 204 'examples/window_type_launcher.h', |
| 203 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 205 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 204 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 206 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 205 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 207 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 206 ], | 208 ], |
| 207 }, | 209 }, |
| 208 ], | 210 ], |
| 209 } | 211 } |
| OLD | NEW |