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