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

Side by Side Diff: ash/ash.gyp

Issue 2075923002: mash: Convert FocusCycler to wm common types and move to //ash/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 6 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.cc ('k') | ash/aura/wm_window_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.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 'cancel_mode.h', 56 'cancel_mode.h',
57 'cast_config_delegate.cc', 57 'cast_config_delegate.cc',
58 'cast_config_delegate.h', 58 'cast_config_delegate.h',
59 'common/accessibility_delegate.h', 59 'common/accessibility_delegate.h',
60 'common/ash_constants.cc', 60 'common/ash_constants.cc',
61 'common/ash_constants.h', 61 'common/ash_constants.h',
62 'common/ash_layout_constants.cc', 62 'common/ash_layout_constants.cc',
63 'common/ash_layout_constants.h', 63 'common/ash_layout_constants.h',
64 'common/default_accessibility_delegate.cc', 64 'common/default_accessibility_delegate.cc',
65 'common/default_accessibility_delegate.h', 65 'common/default_accessibility_delegate.h',
66 'common/focus_cycler.cc',
67 'common/focus_cycler.h',
66 'common/login_status.h', 68 'common/login_status.h',
67 'common/material_design/material_design_controller.cc', 69 'common/material_design/material_design_controller.cc',
68 'common/material_design/material_design_controller.h', 70 'common/material_design/material_design_controller.h',
69 'common/metrics/user_metrics_action.h', 71 'common/metrics/user_metrics_action.h',
70 'common/root_window_controller_common.cc', 72 'common/root_window_controller_common.cc',
71 'common/root_window_controller_common.h', 73 'common/root_window_controller_common.h',
72 'common/session/session_state_delegate.cc', 74 'common/session/session_state_delegate.cc',
73 'common/session/session_state_delegate.h', 75 'common/session/session_state_delegate.h',
74 'common/session/session_state_observer.cc', 76 'common/session/session_state_observer.cc',
75 'common/session/session_state_observer.h', 77 'common/session/session_state_observer.h',
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 'drag_drop/drag_drop_tracker.cc', 319 'drag_drop/drag_drop_tracker.cc',
318 'drag_drop/drag_drop_tracker.h', 320 'drag_drop/drag_drop_tracker.h',
319 'drag_drop/drag_image_view.cc', 321 'drag_drop/drag_image_view.cc',
320 'drag_drop/drag_image_view.h', 322 'drag_drop/drag_image_view.h',
321 'first_run/desktop_cleaner.cc', 323 'first_run/desktop_cleaner.cc',
322 'first_run/desktop_cleaner.h', 324 'first_run/desktop_cleaner.h',
323 'first_run/first_run_helper.cc', 325 'first_run/first_run_helper.cc',
324 'first_run/first_run_helper.h', 326 'first_run/first_run_helper.h',
325 'first_run/first_run_helper_impl.cc', 327 'first_run/first_run_helper_impl.cc',
326 'first_run/first_run_helper_impl.h', 328 'first_run/first_run_helper_impl.h',
327 'focus_cycler.cc',
328 'focus_cycler.h',
329 'frame/caption_buttons/caption_button_types.h', 329 'frame/caption_buttons/caption_button_types.h',
330 'frame/caption_buttons/frame_caption_button.cc', 330 'frame/caption_buttons/frame_caption_button.cc',
331 'frame/caption_buttons/frame_caption_button.h', 331 'frame/caption_buttons/frame_caption_button.h',
332 'frame/caption_buttons/frame_caption_button_container_view.cc', 332 'frame/caption_buttons/frame_caption_button_container_view.cc',
333 'frame/caption_buttons/frame_caption_button_container_view.h', 333 'frame/caption_buttons/frame_caption_button_container_view.h',
334 'frame/caption_buttons/frame_size_button.cc', 334 'frame/caption_buttons/frame_size_button.cc',
335 'frame/caption_buttons/frame_size_button.h', 335 'frame/caption_buttons/frame_size_button.h',
336 'frame/caption_buttons/frame_size_button_delegate.h', 336 'frame/caption_buttons/frame_size_button_delegate.h',
337 'frame/custom_frame_view_ash.cc', 337 'frame/custom_frame_view_ash.cc',
338 'frame/custom_frame_view_ash.h', 338 'frame/custom_frame_view_ash.h',
(...skipping 1111 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1451 ],
1452 } 1452 }
1453 ], 1453 ],
1454 ], 1454 ],
1455 }, 1455 },
1456 ], 1456 ],
1457 }], 1457 }],
1458 ], 1458 ],
1459 } 1459 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_controller.cc ('k') | ash/aura/wm_window_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698