| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 'volume_control_delegate.h', | 298 'volume_control_delegate.h', |
| 299 'wm/app_list_controller.cc', | 299 'wm/app_list_controller.cc', |
| 300 'wm/app_list_controller.h', | 300 'wm/app_list_controller.h', |
| 301 'wm/activation_controller.cc', | 301 'wm/activation_controller.cc', |
| 302 'wm/activation_controller.h', | 302 'wm/activation_controller.h', |
| 303 'wm/activation_controller_delegate.h', | 303 'wm/activation_controller_delegate.h', |
| 304 'wm/always_on_top_controller.cc', | 304 'wm/always_on_top_controller.cc', |
| 305 'wm/always_on_top_controller.h', | 305 'wm/always_on_top_controller.h', |
| 306 'wm/ash_activation_controller.cc', | 306 'wm/ash_activation_controller.cc', |
| 307 'wm/ash_activation_controller.h', | 307 'wm/ash_activation_controller.h', |
| 308 'wm/ash_cursor_platform_delegate.cc', |
| 309 'wm/ash_cursor_platform_delegate.h', |
| 308 'wm/ash_focus_rules.cc', | 310 'wm/ash_focus_rules.cc', |
| 309 'wm/ash_focus_rules.h', | 311 'wm/ash_focus_rules.h', |
| 310 'wm/base_layout_manager.cc', | 312 'wm/base_layout_manager.cc', |
| 311 'wm/base_layout_manager.h', | 313 'wm/base_layout_manager.h', |
| 312 'wm/boot_splash_screen.cc', | 314 'wm/boot_splash_screen.cc', |
| 313 'wm/boot_splash_screen.h', | 315 'wm/boot_splash_screen.h', |
| 314 'wm/capture_controller.cc', | 316 'wm/capture_controller.cc', |
| 315 'wm/capture_controller.h', | 317 'wm/capture_controller.h', |
| 316 'wm/coordinate_conversion.cc', | 318 'wm/coordinate_conversion.cc', |
| 317 'wm/coordinate_conversion.h', | 319 'wm/coordinate_conversion.h', |
| 318 'wm/cursor_manager.cc', | |
| 319 'wm/cursor_manager.h', | |
| 320 'wm/custom_frame_view_ash.cc', | 320 'wm/custom_frame_view_ash.cc', |
| 321 'wm/custom_frame_view_ash.h', | 321 'wm/custom_frame_view_ash.h', |
| 322 'wm/default_window_resizer.cc', | 322 'wm/default_window_resizer.cc', |
| 323 'wm/default_window_resizer.h', | 323 'wm/default_window_resizer.h', |
| 324 'wm/drag_window_controller.cc', | 324 'wm/drag_window_controller.cc', |
| 325 'wm/drag_window_controller.h', | 325 'wm/drag_window_controller.h', |
| 326 'wm/drag_window_resizer.cc', | 326 'wm/drag_window_resizer.cc', |
| 327 'wm/drag_window_resizer.h', | 327 'wm/drag_window_resizer.h', |
| 328 'wm/event_client_impl.cc', | 328 'wm/event_client_impl.cc', |
| 329 'wm/event_client_impl.h', | 329 'wm/event_client_impl.h', |
| (...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 613 'shell/widgets.cc', | 613 'shell/widgets.cc', |
| 614 'shell/window_type_launcher.cc', | 614 'shell/window_type_launcher.cc', |
| 615 'shell/window_watcher.cc', | 615 'shell/window_watcher.cc', |
| 616 'shell/window_watcher_unittest.cc', | 616 'shell/window_watcher_unittest.cc', |
| 617 'system/tray/system_tray_unittest.cc', | 617 'system/tray/system_tray_unittest.cc', |
| 618 'system/web_notification/web_notification_tray_unittest.cc', | 618 'system/web_notification/web_notification_tray_unittest.cc', |
| 619 'test/ash_unittests.cc', | 619 'test/ash_unittests.cc', |
| 620 'tooltips/tooltip_controller_unittest.cc', | 620 'tooltips/tooltip_controller_unittest.cc', |
| 621 'wm/activation_controller_unittest.cc', | 621 'wm/activation_controller_unittest.cc', |
| 622 'wm/ash_activation_controller_unittest.cc', | 622 'wm/ash_activation_controller_unittest.cc', |
| 623 'wm/ash_cursor_platform_delegate_unittest.cc', |
| 623 'wm/base_layout_manager_unittest.cc', | 624 'wm/base_layout_manager_unittest.cc', |
| 624 'wm/cursor_manager_unittest.cc', | |
| 625 'wm/custom_frame_view_ash_unittest.cc', | 625 'wm/custom_frame_view_ash_unittest.cc', |
| 626 'wm/drag_window_resizer_unittest.cc', | 626 'wm/drag_window_resizer_unittest.cc', |
| 627 'wm/frame_painter_unittest.cc', | 627 'wm/frame_painter_unittest.cc', |
| 628 'wm/panel_layout_manager_unittest.cc', | 628 'wm/panel_layout_manager_unittest.cc', |
| 629 'wm/power_button_controller_unittest.cc', | 629 'wm/power_button_controller_unittest.cc', |
| 630 'wm/screen_dimmer_unittest.cc', | 630 'wm/screen_dimmer_unittest.cc', |
| 631 'wm/session_state_controller_impl2_unittest.cc', | 631 'wm/session_state_controller_impl2_unittest.cc', |
| 632 'wm/shelf_layout_manager_unittest.cc', | 632 'wm/shelf_layout_manager_unittest.cc', |
| 633 'wm/system_gesture_event_filter_unittest.cc', | 633 'wm/system_gesture_event_filter_unittest.cc', |
| 634 'wm/system_modal_container_layout_manager_unittest.cc', | 634 'wm/system_modal_container_layout_manager_unittest.cc', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 771 'shell/cocoa/app-Info.plist', | 771 'shell/cocoa/app-Info.plist', |
| 772 ], | 772 ], |
| 773 'xcode_settings': { | 773 'xcode_settings': { |
| 774 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 774 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 775 }, | 775 }, |
| 776 }], | 776 }], |
| 777 ], | 777 ], |
| 778 }, | 778 }, |
| 779 ], | 779 ], |
| 780 } | 780 } |
| OLD | NEW |