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, ], |
- }], |
- ], |
- }, |
- ], |
-} |