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 'includes': [ | 10 'includes': [ |
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
318 'wm/resize_shadow.cc', | 318 'wm/resize_shadow.cc', |
319 'wm/resize_shadow.h', | 319 'wm/resize_shadow.h', |
320 'wm/resize_shadow_controller.cc', | 320 'wm/resize_shadow_controller.cc', |
321 'wm/resize_shadow_controller.h', | 321 'wm/resize_shadow_controller.h', |
322 'wm/root_window_layout_manager.cc', | 322 'wm/root_window_layout_manager.cc', |
323 'wm/root_window_layout_manager.h', | 323 'wm/root_window_layout_manager.h', |
324 'wm/screen_dimmer.cc', | 324 'wm/screen_dimmer.cc', |
325 'wm/screen_dimmer.h', | 325 'wm/screen_dimmer.h', |
326 'wm/session_state_animator.cc', | 326 'wm/session_state_animator.cc', |
327 'wm/session_state_animator.h', | 327 'wm/session_state_animator.h', |
| 328 'wm/session_state_controller.cc', |
| 329 'wm/session_state_controller.h', |
328 'wm/shadow.cc', | 330 'wm/shadow.cc', |
329 'wm/shadow.h', | 331 'wm/shadow.h', |
330 'wm/shadow_controller.cc', | 332 'wm/shadow_controller.cc', |
331 'wm/shadow_controller.h', | 333 'wm/shadow_controller.h', |
332 'wm/shadow_types.cc', | 334 'wm/shadow_types.cc', |
333 'wm/shadow_types.h', | 335 'wm/shadow_types.h', |
334 'wm/shelf_layout_manager.cc', | 336 'wm/shelf_layout_manager.cc', |
335 'wm/shelf_layout_manager.h', | 337 'wm/shelf_layout_manager.h', |
336 'wm/shelf_types.h', | 338 'wm/shelf_types.h', |
337 'wm/stacking_controller.cc', | 339 'wm/stacking_controller.cc', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
684 'shell/cocoa/app-Info.plist', | 686 'shell/cocoa/app-Info.plist', |
685 ], | 687 ], |
686 'xcode_settings': { | 688 'xcode_settings': { |
687 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 689 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
688 }, | 690 }, |
689 }], | 691 }], |
690 ], | 692 ], |
691 }, | 693 }, |
692 ], | 694 ], |
693 } | 695 } |
OLD | NEW |