Chromium Code Reviews| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 359 'wm/coordinate_conversion.cc', | 359 'wm/coordinate_conversion.cc', |
| 360 'wm/coordinate_conversion.h', | 360 'wm/coordinate_conversion.h', |
| 361 'wm/custom_frame_view_ash.cc', | 361 'wm/custom_frame_view_ash.cc', |
| 362 'wm/custom_frame_view_ash.h', | 362 'wm/custom_frame_view_ash.h', |
| 363 'wm/default_window_resizer.cc', | 363 'wm/default_window_resizer.cc', |
| 364 'wm/default_window_resizer.h', | 364 'wm/default_window_resizer.h', |
| 365 'wm/drag_window_controller.cc', | 365 'wm/drag_window_controller.cc', |
| 366 'wm/drag_window_controller.h', | 366 'wm/drag_window_controller.h', |
| 367 'wm/drag_window_resizer.cc', | 367 'wm/drag_window_resizer.cc', |
| 368 'wm/drag_window_resizer.h', | 368 'wm/drag_window_resizer.h', |
| 369 'wm/dock/dock_layout_manager.cc', | |
|
sky
2013/06/11 00:03:13
sort
varkha
2013/06/11 02:34:24
Done.
| |
| 370 'wm/dock/dock_layout_manager.h', | |
| 371 'wm/dock/dock_window_resizer.cc', | |
| 372 'wm/dock/dock_window_resizer.h', | |
| 369 'wm/event_client_impl.cc', | 373 'wm/event_client_impl.cc', |
| 370 'wm/event_client_impl.h', | 374 'wm/event_client_impl.h', |
| 371 'wm/event_rewriter_event_filter.cc', | 375 'wm/event_rewriter_event_filter.cc', |
| 372 'wm/event_rewriter_event_filter.h', | 376 'wm/event_rewriter_event_filter.h', |
| 373 'wm/frame_painter.cc', | 377 'wm/frame_painter.cc', |
| 374 'wm/frame_painter.h', | 378 'wm/frame_painter.h', |
| 375 'wm/gestures/border_gesture_handler.cc', | 379 'wm/gestures/border_gesture_handler.cc', |
| 376 'wm/gestures/border_gesture_handler.h', | 380 'wm/gestures/border_gesture_handler.h', |
| 377 'wm/gestures/long_press_affordance_handler.cc', | 381 'wm/gestures/long_press_affordance_handler.cc', |
| 378 'wm/gestures/long_press_affordance_handler.h', | 382 'wm/gestures/long_press_affordance_handler.h', |
| (...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 679 'system/web_notification/web_notification_tray_unittest.cc', | 683 'system/web_notification/web_notification_tray_unittest.cc', |
| 680 'test/ash_test_helper_unittest.cc', | 684 'test/ash_test_helper_unittest.cc', |
| 681 'test/ash_unittests.cc', | 685 'test/ash_unittests.cc', |
| 682 'tooltips/tooltip_controller_unittest.cc', | 686 'tooltips/tooltip_controller_unittest.cc', |
| 683 'touch/touch_observer_hud_unittest.cc', | 687 'touch/touch_observer_hud_unittest.cc', |
| 684 'wm/activation_controller_unittest.cc', | 688 'wm/activation_controller_unittest.cc', |
| 685 'wm/ash_activation_controller_unittest.cc', | 689 'wm/ash_activation_controller_unittest.cc', |
| 686 'wm/ash_native_cursor_manager_unittest.cc', | 690 'wm/ash_native_cursor_manager_unittest.cc', |
| 687 'wm/base_layout_manager_unittest.cc', | 691 'wm/base_layout_manager_unittest.cc', |
| 688 'wm/custom_frame_view_ash_unittest.cc', | 692 'wm/custom_frame_view_ash_unittest.cc', |
| 693 'wm/dock/dock_layout_manager_unittest.cc', | |
| 694 'wm/dock/dock_window_resizer_unittest.cc', | |
| 689 'wm/drag_window_resizer_unittest.cc', | 695 'wm/drag_window_resizer_unittest.cc', |
| 690 'wm/frame_painter_unittest.cc', | 696 'wm/frame_painter_unittest.cc', |
| 691 'wm/lock_state_controller_impl2_unittest.cc', | 697 'wm/lock_state_controller_impl2_unittest.cc', |
| 692 'wm/panels/panel_layout_manager_unittest.cc', | 698 'wm/panels/panel_layout_manager_unittest.cc', |
| 693 'wm/panels/panel_window_resizer_unittest.cc', | 699 'wm/panels/panel_window_resizer_unittest.cc', |
| 694 'wm/partial_screenshot_view_unittest.cc', | 700 'wm/partial_screenshot_view_unittest.cc', |
| 695 'wm/power_button_controller_unittest.cc', | 701 'wm/power_button_controller_unittest.cc', |
| 696 'wm/screen_dimmer_unittest.cc', | 702 'wm/screen_dimmer_unittest.cc', |
| 697 'wm/stacking_controller_unittest.cc', | 703 'wm/stacking_controller_unittest.cc', |
| 698 'wm/system_gesture_event_filter_unittest.cc', | 704 'wm/system_gesture_event_filter_unittest.cc', |
| (...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 851 'shell/cocoa/app-Info.plist', | 857 'shell/cocoa/app-Info.plist', |
| 852 ], | 858 ], |
| 853 'xcode_settings': { | 859 'xcode_settings': { |
| 854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 860 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 855 }, | 861 }, |
| 856 }], | 862 }], |
| 857 ], | 863 ], |
| 858 }, | 864 }, |
| 859 ], | 865 ], |
| 860 } | 866 } |
| OLD | NEW |