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

Side by Side Diff: ash/ash.gyp

Issue 2270553002: Move ash::DisplayInfo to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 4 years, 3 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
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands_aura.cc', 10 'accelerators/accelerator_commands_aura.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'common/ash_constants.cc', 64 'common/ash_constants.cc',
65 'common/ash_constants.h', 65 'common/ash_constants.h',
66 'common/ash_layout_constants.cc', 66 'common/ash_layout_constants.cc',
67 'common/ash_layout_constants.h', 67 'common/ash_layout_constants.h',
68 'common/ash_switches.cc', 68 'common/ash_switches.cc',
69 'common/ash_switches.h', 69 'common/ash_switches.h',
70 'common/cast_config_delegate.cc', 70 'common/cast_config_delegate.cc',
71 'common/cast_config_delegate.h', 71 'common/cast_config_delegate.h',
72 'common/default_accessibility_delegate.cc', 72 'common/default_accessibility_delegate.cc',
73 'common/default_accessibility_delegate.h', 73 'common/default_accessibility_delegate.h',
74 'common/display/display_info.cc',
75 'common/display/display_info.h',
76 'common/drag_drop/drag_image_view.cc', 74 'common/drag_drop/drag_image_view.cc',
77 'common/drag_drop/drag_image_view.h', 75 'common/drag_drop/drag_image_view.h',
78 'common/focus_cycler.cc', 76 'common/focus_cycler.cc',
79 'common/focus_cycler.h', 77 'common/focus_cycler.h',
80 'common/frame/caption_buttons/caption_button_types.h', 78 'common/frame/caption_buttons/caption_button_types.h',
81 'common/frame/caption_buttons/frame_caption_button.cc', 79 'common/frame/caption_buttons/frame_caption_button.cc',
82 'common/frame/caption_buttons/frame_caption_button.h', 80 'common/frame/caption_buttons/frame_caption_button.h',
83 'common/frame/caption_buttons/frame_caption_button_container_view.cc', 81 'common/frame/caption_buttons/frame_caption_button_container_view.cc',
84 'common/frame/caption_buttons/frame_caption_button_container_view.h', 82 'common/frame/caption_buttons/frame_caption_button_container_view.h',
85 'common/frame/caption_buttons/frame_size_button.cc', 83 'common/frame/caption_buttons/frame_size_button.cc',
(...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 'accelerators/accelerator_commands_unittest.cc', 938 'accelerators/accelerator_commands_unittest.cc',
941 'accelerators/accelerator_controller_unittest.cc', 939 'accelerators/accelerator_controller_unittest.cc',
942 'accelerators/accelerator_filter_unittest.cc', 940 'accelerators/accelerator_filter_unittest.cc',
943 'accelerators/magnifier_key_scroller_unittest.cc', 941 'accelerators/magnifier_key_scroller_unittest.cc',
944 'accelerators/spoken_feedback_toggler_unittest.cc', 942 'accelerators/spoken_feedback_toggler_unittest.cc',
945 'app_list/app_list_presenter_delegate_unittest.cc', 943 'app_list/app_list_presenter_delegate_unittest.cc',
946 'ash_touch_exploration_manager_chromeos_unittest.cc', 944 'ash_touch_exploration_manager_chromeos_unittest.cc',
947 'aura/pointer_watcher_adapter_unittest.cc', 945 'aura/pointer_watcher_adapter_unittest.cc',
948 'autoclick/autoclick_unittest.cc', 946 'autoclick/autoclick_unittest.cc',
949 'common/accelerators/accelerator_table_unittest.cc', 947 'common/accelerators/accelerator_table_unittest.cc',
950 'common/display/display_info_unittest.cc',
951 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc', 948 'common/frame/caption_buttons/frame_caption_button_container_view_unittest .cc',
952 'common/frame/custom_frame_view_ash_unittest.cc', 949 'common/frame/custom_frame_view_ash_unittest.cc',
953 'common/frame/default_header_painter_unittest.cc', 950 'common/frame/default_header_painter_unittest.cc',
954 'common/material_design/material_design_controller_unittest.cc', 951 'common/material_design/material_design_controller_unittest.cc',
955 'common/popup_message_unittest.cc', 952 'common/popup_message_unittest.cc',
956 'common/shelf/shelf_background_animator_unittest.cc', 953 'common/shelf/shelf_background_animator_unittest.cc',
957 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc', 954 'common/shelf/shelf_button_pressed_metric_tracker_unittest.cc',
958 'common/shelf/shelf_locking_manager_unittest.cc', 955 'common/shelf/shelf_locking_manager_unittest.cc',
959 'common/shelf/shelf_model_unittest.cc', 956 'common/shelf/shelf_model_unittest.cc',
960 'common/shelf/shelf_tooltip_manager_unittest.cc', 957 'common/shelf/shelf_tooltip_manager_unittest.cc',
(...skipping 556 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1514 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1518 ], 1515 ],
1519 } 1516 }
1520 ], 1517 ],
1521 ], 1518 ],
1522 }, 1519 },
1523 ], 1520 ],
1524 }], 1521 }],
1525 ], 1522 ],
1526 } 1523 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller_delegate_aura.cc ('k') | ash/aura/wm_shell_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698