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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 | 10 |
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
134 'wm/activation_controller.cc', | 134 'wm/activation_controller.cc', |
135 'wm/activation_controller.h', | 135 'wm/activation_controller.h', |
136 'wm/always_on_top_controller.cc', | 136 'wm/always_on_top_controller.cc', |
137 'wm/always_on_top_controller.h', | 137 'wm/always_on_top_controller.h', |
138 'wm/base_layout_manager.cc', | 138 'wm/base_layout_manager.cc', |
139 'wm/base_layout_manager.h', | 139 'wm/base_layout_manager.h', |
140 'wm/compact_layout_manager.cc', | 140 'wm/compact_layout_manager.cc', |
141 'wm/compact_layout_manager.h', | 141 'wm/compact_layout_manager.h', |
142 'wm/compact_status_area_layout_manager.cc', | 142 'wm/compact_status_area_layout_manager.cc', |
143 'wm/compact_status_area_layout_manager.h', | 143 'wm/compact_status_area_layout_manager.h', |
| 144 'wm/default_window_resizer.cc', |
| 145 'wm/default_window_resizer.h', |
144 'wm/dialog_frame_view.cc', | 146 'wm/dialog_frame_view.cc', |
145 'wm/dialog_frame_view.h', | 147 'wm/dialog_frame_view.h', |
146 'wm/image_grid.cc', | 148 'wm/image_grid.cc', |
147 'wm/image_grid.h', | 149 'wm/image_grid.h', |
148 'wm/panel_frame_view.cc', | 150 'wm/panel_frame_view.cc', |
149 'wm/panel_frame_view.h', | 151 'wm/panel_frame_view.h', |
150 'wm/panel_layout_manager.cc', | 152 'wm/panel_layout_manager.cc', |
151 'wm/panel_layout_manager.h', | 153 'wm/panel_layout_manager.h', |
152 'wm/panel_window_event_filter.cc', | 154 'wm/panel_window_event_filter.cc', |
153 'wm/panel_window_event_filter.h', | 155 'wm/panel_window_event_filter.h', |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
402 'shell/cocoa/app-Info.plist', | 404 'shell/cocoa/app-Info.plist', |
403 ], | 405 ], |
404 'xcode_settings': { | 406 'xcode_settings': { |
405 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 407 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
406 }, | 408 }, |
407 }], | 409 }], |
408 ], | 410 ], |
409 }, | 411 }, |
410 ], | 412 ], |
411 } | 413 } |
OLD | NEW |