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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 'wm/property_util.cc', | 288 'wm/property_util.cc', |
289 'wm/property_util.h', | 289 'wm/property_util.h', |
290 'wm/resize_shadow.cc', | 290 'wm/resize_shadow.cc', |
291 'wm/resize_shadow.h', | 291 'wm/resize_shadow.h', |
292 'wm/resize_shadow_controller.cc', | 292 'wm/resize_shadow_controller.cc', |
293 'wm/resize_shadow_controller.h', | 293 'wm/resize_shadow_controller.h', |
294 'wm/root_window_layout_manager.cc', | 294 'wm/root_window_layout_manager.cc', |
295 'wm/root_window_layout_manager.h', | 295 'wm/root_window_layout_manager.h', |
296 'wm/screen_dimmer.cc', | 296 'wm/screen_dimmer.cc', |
297 'wm/screen_dimmer.h', | 297 'wm/screen_dimmer.h', |
| 298 'wm/session_state_animator.cc', |
| 299 'wm/session_state_animator.h', |
298 'wm/shadow.cc', | 300 'wm/shadow.cc', |
299 'wm/shadow.h', | 301 'wm/shadow.h', |
300 'wm/shadow_controller.cc', | 302 'wm/shadow_controller.cc', |
301 'wm/shadow_controller.h', | 303 'wm/shadow_controller.h', |
302 'wm/shadow_types.cc', | 304 'wm/shadow_types.cc', |
303 'wm/shadow_types.h', | 305 'wm/shadow_types.h', |
304 'wm/shelf_layout_manager.cc', | 306 'wm/shelf_layout_manager.cc', |
305 'wm/shelf_layout_manager.h', | 307 'wm/shelf_layout_manager.h', |
306 'wm/shelf_types.h', | 308 'wm/shelf_types.h', |
307 'wm/stacking_controller.cc', | 309 'wm/stacking_controller.cc', |
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
626 'shell/cocoa/app-Info.plist', | 628 'shell/cocoa/app-Info.plist', |
627 ], | 629 ], |
628 'xcode_settings': { | 630 'xcode_settings': { |
629 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 631 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
630 }, | 632 }, |
631 }], | 633 }], |
632 ], | 634 ], |
633 }, | 635 }, |
634 ], | 636 ], |
635 } | 637 } |
OLD | NEW |