| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 'wm/always_on_top_controller.cc', | 100 'wm/always_on_top_controller.cc', |
| 101 'wm/always_on_top_controller.h', | 101 'wm/always_on_top_controller.h', |
| 102 'wm/compact_layout_manager.cc', | 102 'wm/compact_layout_manager.cc', |
| 103 'wm/compact_layout_manager.h', | 103 'wm/compact_layout_manager.h', |
| 104 'wm/compact_status_area_layout_manager.cc', | 104 'wm/compact_status_area_layout_manager.cc', |
| 105 'wm/compact_status_area_layout_manager.h', | 105 'wm/compact_status_area_layout_manager.h', |
| 106 'wm/default_container_event_filter.cc', | 106 'wm/default_container_event_filter.cc', |
| 107 'wm/default_container_event_filter.h', | 107 'wm/default_container_event_filter.h', |
| 108 'wm/default_container_layout_manager.cc', | 108 'wm/default_container_layout_manager.cc', |
| 109 'wm/default_container_layout_manager.h', | 109 'wm/default_container_layout_manager.h', |
| 110 'wm/dialog_frame_view.cc', |
| 111 'wm/dialog_frame_view.h', |
| 110 'wm/image_grid.cc', | 112 'wm/image_grid.cc', |
| 111 'wm/image_grid.h', | 113 'wm/image_grid.h', |
| 112 'wm/modal_container_layout_manager.cc', | 114 'wm/modal_container_layout_manager.cc', |
| 113 'wm/modal_container_layout_manager.h', | 115 'wm/modal_container_layout_manager.h', |
| 114 'wm/modality_event_filter.cc', | 116 'wm/modality_event_filter.cc', |
| 115 'wm/modality_event_filter.h', | 117 'wm/modality_event_filter.h', |
| 116 'wm/modality_event_filter_delegate.h', | 118 'wm/modality_event_filter_delegate.h', |
| 117 'wm/power_button_controller.cc', | 119 'wm/power_button_controller.cc', |
| 118 'wm/power_button_controller.h', | 120 'wm/power_button_controller.h', |
| 119 'wm/property_util.cc', | 121 'wm/property_util.cc', |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'shell/window_type_launcher.cc', | 275 'shell/window_type_launcher.cc', |
| 274 'shell/window_type_launcher.h', | 276 'shell/window_type_launcher.h', |
| 275 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 277 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 276 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 278 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 277 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 279 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 278 '../ui/views/test/test_views_delegate.cc', | 280 '../ui/views/test/test_views_delegate.cc', |
| 279 ], | 281 ], |
| 280 }, | 282 }, |
| 281 ], | 283 ], |
| 282 } | 284 } |
| OLD | NEW |