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

Unified Diff: ash/wm/common/ash_wm_common.gyp

Issue 2030593002: Renames ash/wm/common into ash/common/wm (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/wm/common/always_on_top_controller.cc ('k') | ash/wm/common/background_animator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/wm/common/ash_wm_common.gyp
diff --git a/ash/wm/common/ash_wm_common.gyp b/ash/wm/common/ash_wm_common.gyp
deleted file mode 100644
index a9b64119b6d2993b505c22e6674b299143931bba..0000000000000000000000000000000000000000
--- a/ash/wm/common/ash_wm_common.gyp
+++ /dev/null
@@ -1,130 +0,0 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'ash_wm_common',
- 'type': '<(component)',
- 'dependencies': [
- '../../ash_resources.gyp:ash_resources',
- '../../../base/base.gyp:base',
- '../../../skia/skia.gyp:skia',
- '../../../ui/aura/aura.gyp:aura',
- '../../../ui/base/ui_base.gyp:ui_base',
- '../../../ui/compositor/compositor.gyp:compositor',
- '../../../ui/display/display.gyp:display',
- '../../../ui/events/events.gyp:events',
- '../../../ui/events/events.gyp:events_base',
- '../../../ui/gfx/gfx.gyp:gfx',
- '../../../ui/gfx/gfx.gyp:gfx_geometry',
- '../../../ui/keyboard/keyboard.gyp:keyboard',
- '../../../ui/views/views.gyp:views',
- '../../../ui/wm/wm.gyp:wm',
- ],
- 'defines': [
- 'ASH_WM_COMMON_IMPLEMENTATION',
- ],
- 'sources': [
- 'always_on_top_controller.cc',
- 'always_on_top_controller.h',
- 'ash_wm_common_export.h',
- 'background_animator.cc',
- 'background_animator.h',
- 'container_finder.cc',
- 'container_finder.h',
- 'default_state.cc',
- 'default_state.h',
- 'default_window_resizer.cc',
- 'default_window_resizer.h',
- 'dock/docked_window_layout_manager.cc',
- 'dock/docked_window_layout_manager.h',
- 'dock/docked_window_layout_manager_observer.h',
- 'dock/docked_window_resizer.cc',
- 'dock/docked_window_resizer.h',
- 'drag_details.cc',
- 'drag_details.h',
- 'fullscreen_window_finder.cc',
- 'fullscreen_window_finder.h',
- 'panels/panel_layout_manager.cc',
- 'panels/panel_layout_manager.h',
- 'panels/panel_window_resizer.cc',
- 'panels/panel_window_resizer.h',
- 'root_window_finder.cc',
- 'root_window_finder.h',
- 'shelf/wm_shelf.h',
- 'shelf/wm_shelf_constants.cc',
- 'shelf/wm_shelf_constants.h',
- 'shelf/wm_shelf_observer.h',
- 'shelf/wm_shelf_types.h',
- 'shelf/wm_shelf_util.cc',
- 'shelf/wm_shelf_util.h',
- 'switchable_windows.cc',
- 'switchable_windows.h',
- 'window_animation_types.h',
- 'window_parenting_utils.cc',
- 'window_parenting_utils.h',
- 'window_positioner.cc',
- 'window_positioner.h',
- 'window_positioning_utils.cc',
- 'window_positioning_utils.h',
- 'window_resizer.cc',
- 'window_resizer.h',
- 'window_state.cc',
- 'window_state.h',
- 'window_state_delegate.cc',
- 'window_state_delegate.h',
- 'window_state_observer.h',
- 'window_state_util.cc',
- 'window_state_util.h',
- 'wm_activation_observer.h',
- 'wm_display_observer.h',
- 'wm_event.cc',
- 'wm_event.h',
- 'wm_globals.cc',
- 'wm_globals.h',
- 'wm_layout_manager.h',
- 'wm_lookup.cc',
- 'wm_lookup.h',
- 'wm_overview_mode_observer.h',
- 'wm_root_window_controller.h',
- 'wm_root_window_controller_observer.h',
- 'wm_screen_util.cc',
- 'wm_screen_util.h',
- 'wm_snap_to_pixel_layout_manager.cc',
- 'wm_snap_to_pixel_layout_manager.h',
- 'wm_toplevel_window_event_handler.cc',
- 'wm_toplevel_window_event_handler.h',
- 'wm_types.cc',
- 'wm_types.h',
- 'wm_user_metrics_action.h',
- 'wm_window.h',
- 'wm_window_observer.h',
- 'wm_window_property.h',
- 'wm_window_tracker.h',
- 'workspace/magnetism_matcher.cc',
- 'workspace/magnetism_matcher.h',
- 'workspace/multi_window_resize_controller.cc',
- 'workspace/multi_window_resize_controller.h',
- 'workspace/phantom_window_controller.cc',
- 'workspace/phantom_window_controller.h',
- 'workspace/two_step_edge_cycler.cc',
- 'workspace/two_step_edge_cycler.h',
- 'workspace/workspace_layout_manager.cc',
- 'workspace/workspace_layout_manager.h',
- 'workspace/workspace_layout_manager_backdrop_delegate.h',
- 'workspace/workspace_layout_manager_delegate.h',
- 'workspace/workspace_types.h',
- 'workspace/workspace_window_resizer.cc',
- 'workspace/workspace_window_resizer.h',
- ],
- 'conditions': [
- ['OS=="win"', {
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [ 4267, ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « ash/wm/common/always_on_top_controller.cc ('k') | ash/wm/common/background_animator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698