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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
573 'shell/toplevel_window.cc', | 573 'shell/toplevel_window.cc', |
574 'shell/widgets.cc', | 574 'shell/widgets.cc', |
575 'shell/window_type_launcher.cc', | 575 'shell/window_type_launcher.cc', |
576 'shell/window_watcher.cc', | 576 'shell/window_watcher.cc', |
577 'shell/window_watcher_unittest.cc', | 577 'shell/window_watcher_unittest.cc', |
578 'system/tray/system_tray_unittest.cc', | 578 'system/tray/system_tray_unittest.cc', |
579 'system/web_notification/web_notification_tray_unittest.cc', | 579 'system/web_notification/web_notification_tray_unittest.cc', |
580 'test/ash_unittests.cc', | 580 'test/ash_unittests.cc', |
581 'tooltips/tooltip_controller_unittest.cc', | 581 'tooltips/tooltip_controller_unittest.cc', |
582 'wm/activation_controller_unittest.cc', | 582 'wm/activation_controller_unittest.cc', |
583 'wm/ash_activation_controller_unittest.cc', | |
584 'wm/base_layout_manager_unittest.cc', | 583 'wm/base_layout_manager_unittest.cc', |
585 'wm/cursor_manager_unittest.cc', | 584 'wm/cursor_manager_unittest.cc', |
586 'wm/custom_frame_view_ash_unittest.cc', | 585 'wm/custom_frame_view_ash_unittest.cc', |
587 'wm/drag_window_resizer_unittest.cc', | 586 'wm/drag_window_resizer_unittest.cc', |
588 'wm/frame_painter_unittest.cc', | 587 'wm/frame_painter_unittest.cc', |
589 'wm/panel_layout_manager_unittest.cc', | 588 'wm/panel_layout_manager_unittest.cc', |
590 'wm/power_button_controller_unittest.cc', | 589 'wm/power_button_controller_unittest.cc', |
591 'wm/screen_dimmer_unittest.cc', | 590 'wm/screen_dimmer_unittest.cc', |
592 'wm/session_state_controller_impl2_unittest.cc', | 591 'wm/session_state_controller_impl2_unittest.cc', |
593 'wm/shelf_layout_manager_unittest.cc', | 592 'wm/shelf_layout_manager_unittest.cc', |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
734 'shell/cocoa/app-Info.plist', | 733 'shell/cocoa/app-Info.plist', |
735 ], | 734 ], |
736 'xcode_settings': { | 735 'xcode_settings': { |
737 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 736 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
738 }, | 737 }, |
739 }], | 738 }], |
740 ], | 739 ], |
741 }, | 740 }, |
742 ], | 741 ], |
743 } | 742 } |
OLD | NEW |