| 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_controller.cc', |
| 84 'shelf_layout_controller.h', | 84 'shelf_layout_controller.h', |
| 85 'shell.cc', | 85 'shell.cc', |
| 86 'shell.h', | 86 'shell.h', |
| 87 'shell_accelerator_controller.cc', |
| 88 'shell_accelerator_controller.h', |
| 89 'shell_accelerator_filter.cc', |
| 90 'shell_accelerator_filter.h', |
| 87 'shell_delegate.h', | 91 'shell_delegate.h', |
| 88 'shell_factory.h', | 92 'shell_factory.h', |
| 89 'shell_window_ids.h', | 93 'shell_window_ids.h', |
| 90 'show_state_controller.h', | 94 'show_state_controller.h', |
| 91 'show_state_controller.cc', | 95 'show_state_controller.cc', |
| 92 'stacking_controller.cc', | 96 'stacking_controller.cc', |
| 93 'stacking_controller.h', | 97 'stacking_controller.h', |
| 94 'status_area_view.cc', | 98 'status_area_view.cc', |
| 95 'status_area_view.h', | 99 'status_area_view.h', |
| 96 'toplevel_frame_view.cc', | 100 'toplevel_frame_view.cc', |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 'examples/widgets.cc', | 194 'examples/widgets.cc', |
| 191 'examples/window_type_launcher.cc', | 195 'examples/window_type_launcher.cc', |
| 192 'examples/window_type_launcher.h', | 196 'examples/window_type_launcher.h', |
| 193 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 197 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 194 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 198 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 195 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 199 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 196 ], | 200 ], |
| 197 }, | 201 }, |
| 198 ], | 202 ], |
| 199 } | 203 } |
| OLD | NEW |