Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(460)

Side by Side Diff: ash/ash.gyp

Issue 189463013: [Refactor] Move code for painting the window header for browser windows out of ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/wm/custom_frame_view_ash.h » ('j') | ash/wm/custom_frame_view_ash_unittest.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 'wm/caption_buttons/frame_maximize_button.h', 491 'wm/caption_buttons/frame_maximize_button.h',
492 'wm/caption_buttons/frame_maximize_button_observer.h', 492 'wm/caption_buttons/frame_maximize_button_observer.h',
493 'wm/caption_buttons/maximize_bubble_controller.cc', 493 'wm/caption_buttons/maximize_bubble_controller.cc',
494 'wm/caption_buttons/maximize_bubble_controller.h', 494 'wm/caption_buttons/maximize_bubble_controller.h',
495 'wm/caption_buttons/maximize_bubble_controller_bubble.cc', 495 'wm/caption_buttons/maximize_bubble_controller_bubble.cc',
496 'wm/caption_buttons/maximize_bubble_controller_bubble.h', 496 'wm/caption_buttons/maximize_bubble_controller_bubble.h',
497 'wm/coordinate_conversion.cc', 497 'wm/coordinate_conversion.cc',
498 'wm/coordinate_conversion.h', 498 'wm/coordinate_conversion.h',
499 'wm/custom_frame_view_ash.cc', 499 'wm/custom_frame_view_ash.cc',
500 'wm/custom_frame_view_ash.h', 500 'wm/custom_frame_view_ash.h',
501 'wm/default_header_painter.cc',
502 'wm/default_header_painter.h',
501 'wm/default_state.cc', 503 'wm/default_state.cc',
502 'wm/default_state.h', 504 'wm/default_state.h',
503 'wm/default_window_resizer.cc', 505 'wm/default_window_resizer.cc',
504 'wm/default_window_resizer.h', 506 'wm/default_window_resizer.h',
505 'wm/dock/docked_window_layout_manager.cc', 507 'wm/dock/docked_window_layout_manager.cc',
506 'wm/dock/docked_window_layout_manager.h', 508 'wm/dock/docked_window_layout_manager.h',
507 'wm/dock/docked_window_layout_manager_observer.h', 509 'wm/dock/docked_window_layout_manager_observer.h',
508 'wm/dock/docked_window_resizer.cc', 510 'wm/dock/docked_window_resizer.cc',
509 'wm/dock/docked_window_resizer.h', 511 'wm/dock/docked_window_resizer.h',
510 'wm/drag_details.cc', 512 'wm/drag_details.cc',
511 'wm/drag_details.h', 513 'wm/drag_details.h',
512 'wm/drag_window_controller.cc', 514 'wm/drag_window_controller.cc',
513 'wm/drag_window_controller.h', 515 'wm/drag_window_controller.h',
514 'wm/drag_window_resizer.cc', 516 'wm/drag_window_resizer.cc',
515 'wm/drag_window_resizer.h', 517 'wm/drag_window_resizer.h',
516 'wm/event_client_impl.cc', 518 'wm/event_client_impl.cc',
517 'wm/event_client_impl.h', 519 'wm/event_client_impl.h',
518 'wm/frame_border_hit_test_controller.cc', 520 'wm/frame_border_hit_test_controller.cc',
519 'wm/frame_border_hit_test_controller.h', 521 'wm/frame_border_hit_test_controller.h',
520 'wm/header_painter.cc', 522 'wm/header_metrics.cc',
523 'wm/header_metrics.h',
521 'wm/header_painter.h', 524 'wm/header_painter.h',
522 'wm/gestures/long_press_affordance_handler.cc', 525 'wm/gestures/long_press_affordance_handler.cc',
523 'wm/gestures/long_press_affordance_handler.h', 526 'wm/gestures/long_press_affordance_handler.h',
524 'wm/gestures/overview_gesture_handler.cc', 527 'wm/gestures/overview_gesture_handler.cc',
525 'wm/gestures/overview_gesture_handler.h', 528 'wm/gestures/overview_gesture_handler.h',
526 'wm/gestures/shelf_gesture_handler.cc', 529 'wm/gestures/shelf_gesture_handler.cc',
527 'wm/gestures/shelf_gesture_handler.h', 530 'wm/gestures/shelf_gesture_handler.h',
528 'wm/gestures/system_pinch_handler.cc', 531 'wm/gestures/system_pinch_handler.cc',
529 'wm/gestures/system_pinch_handler.h', 532 'wm/gestures/system_pinch_handler.h',
530 'wm/gestures/tray_gesture_handler.cc', 533 'wm/gestures/tray_gesture_handler.cc',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
934 'test/ash_test_helper_unittest.cc', 937 'test/ash_test_helper_unittest.cc',
935 'test/ash_unittests.cc', 938 'test/ash_unittests.cc',
936 'tooltips/tooltip_controller_unittest.cc', 939 'tooltips/tooltip_controller_unittest.cc',
937 'touch/touch_observer_hud_unittest.cc', 940 'touch/touch_observer_hud_unittest.cc',
938 'wm/app_list_controller_unittest.cc', 941 'wm/app_list_controller_unittest.cc',
939 'wm/ash_native_cursor_manager_unittest.cc', 942 'wm/ash_native_cursor_manager_unittest.cc',
940 'wm/caption_buttons/alternate_frame_size_button_unittest.cc', 943 'wm/caption_buttons/alternate_frame_size_button_unittest.cc',
941 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc', 944 'wm/caption_buttons/frame_caption_button_container_view_unittest.cc',
942 'wm/caption_buttons/frame_maximize_button_unittest.cc', 945 'wm/caption_buttons/frame_maximize_button_unittest.cc',
943 'wm/custom_frame_view_ash_unittest.cc', 946 'wm/custom_frame_view_ash_unittest.cc',
947 'wm/default_header_painter_unittest.cc',
944 'wm/dock/docked_window_layout_manager_unittest.cc', 948 'wm/dock/docked_window_layout_manager_unittest.cc',
945 'wm/dock/docked_window_resizer_unittest.cc', 949 'wm/dock/docked_window_resizer_unittest.cc',
946 'wm/drag_window_resizer_unittest.cc', 950 'wm/drag_window_resizer_unittest.cc',
947 'wm/gestures/overview_gesture_handler_unittest.cc', 951 'wm/gestures/overview_gesture_handler_unittest.cc',
948 'wm/header_painter_unittest.cc',
949 'wm/immersive_fullscreen_controller_unittest.cc', 952 'wm/immersive_fullscreen_controller_unittest.cc',
950 'wm/lock_state_controller_unittest.cc', 953 'wm/lock_state_controller_unittest.cc',
951 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc', 954 'wm/maximize_mode/maximize_mode_window_manager_unittest.cc',
952 'wm/mru_window_tracker_unittest.cc', 955 'wm/mru_window_tracker_unittest.cc',
953 'wm/overview/window_selector_unittest.cc', 956 'wm/overview/window_selector_unittest.cc',
954 'wm/panels/panel_layout_manager_unittest.cc', 957 'wm/panels/panel_layout_manager_unittest.cc',
955 'wm/panels/panel_window_resizer_unittest.cc', 958 'wm/panels/panel_window_resizer_unittest.cc',
956 'wm/partial_screenshot_view_unittest.cc', 959 'wm/partial_screenshot_view_unittest.cc',
957 'wm/resize_shadow_and_cursor_unittest.cc', 960 'wm/resize_shadow_and_cursor_unittest.cc',
958 'wm/screen_dimmer_unittest.cc', 961 'wm/screen_dimmer_unittest.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
1122 }], 1125 }],
1123 ['chromeos==1', { 1126 ['chromeos==1', {
1124 'dependencies': [ 1127 'dependencies': [
1125 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1128 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1126 ], 1129 ],
1127 }], 1130 }],
1128 ], 1131 ],
1129 }, 1132 },
1130 ], 1133 ],
1131 } 1134 }
OLDNEW
« no previous file with comments | « no previous file | ash/wm/custom_frame_view_ash.h » ('j') | ash/wm/custom_frame_view_ash_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698