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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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', | 328 'wm/session_state_controller.cc', |
329 'wm/session_state_controller.h', | 329 'wm/session_state_controller.h', |
| 330 'wm/session_state_controller_impl.cc', |
| 331 'wm/session_state_controller_impl.h', |
| 332 'wm/session_state_controller_impl2.cc', |
| 333 'wm/session_state_controller_impl2.h', |
330 'wm/shadow.cc', | 334 'wm/shadow.cc', |
331 'wm/shadow.h', | 335 'wm/shadow.h', |
332 'wm/shadow_controller.cc', | 336 'wm/shadow_controller.cc', |
333 'wm/shadow_controller.h', | 337 'wm/shadow_controller.h', |
334 'wm/shadow_types.cc', | 338 'wm/shadow_types.cc', |
335 'wm/shadow_types.h', | 339 'wm/shadow_types.h', |
336 'wm/shelf_layout_manager.cc', | 340 'wm/shelf_layout_manager.cc', |
337 'wm/shelf_layout_manager.h', | 341 'wm/shelf_layout_manager.h', |
338 'wm/shelf_types.h', | 342 'wm/shelf_types.h', |
339 'wm/stacking_controller.cc', | 343 'wm/stacking_controller.cc', |
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
677 'shell/cocoa/app-Info.plist', | 681 'shell/cocoa/app-Info.plist', |
678 ], | 682 ], |
679 'xcode_settings': { | 683 'xcode_settings': { |
680 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 684 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
681 }, | 685 }, |
682 }], | 686 }], |
683 ], | 687 ], |
684 }, | 688 }, |
685 ], | 689 ], |
686 } | 690 } |
OLD | NEW |