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

Side by Side Diff: ash/wm/common/ash_wm_common.gyp

Issue 1954523002: Refactors StackingController::GetDefaultParent to ash/wm/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update gyp 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 unified diff | Download patch
« no previous file with comments | « ash/wm/common/BUILD.gn ('k') | ash/wm/common/container_finder.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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ash_wm_common', 8 'target_name': 'ash_wm_common',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 12 matching lines...) Expand all
23 '../../../ui/wm/wm.gyp:wm', 23 '../../../ui/wm/wm.gyp:wm',
24 ], 24 ],
25 'defines': [ 25 'defines': [
26 'ASH_WM_COMMON_IMPLEMENTATION', 26 'ASH_WM_COMMON_IMPLEMENTATION',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'always_on_top_controller.cc', 29 'always_on_top_controller.cc',
30 'always_on_top_controller.h', 30 'always_on_top_controller.h',
31 'background_animator.cc', 31 'background_animator.cc',
32 'background_animator.h', 32 'background_animator.h',
33 'container_finder.cc',
34 'container_finder.h',
33 'default_state.cc', 35 'default_state.cc',
34 'default_state.h', 36 'default_state.h',
35 'default_window_resizer.cc', 37 'default_window_resizer.cc',
36 'default_window_resizer.h', 38 'default_window_resizer.h',
37 'dock/docked_window_layout_manager.cc', 39 'dock/docked_window_layout_manager.cc',
38 'dock/docked_window_layout_manager.h', 40 'dock/docked_window_layout_manager.h',
39 'dock/docked_window_layout_manager_observer.h', 41 'dock/docked_window_layout_manager_observer.h',
40 'dock/docked_window_resizer.cc', 42 'dock/docked_window_resizer.cc',
41 'dock/docked_window_resizer.h', 43 'dock/docked_window_resizer.h',
42 'drag_details.cc', 44 'drag_details.cc',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ], 117 ],
116 'conditions': [ 118 'conditions': [
117 ['OS=="win"', { 119 ['OS=="win"', {
118 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 120 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
119 'msvs_disabled_warnings': [ 4267, ], 121 'msvs_disabled_warnings': [ 4267, ],
120 }], 122 }],
121 ], 123 ],
122 }, 124 },
123 ], 125 ],
124 } 126 }
OLDNEW
« no previous file with comments | « ash/wm/common/BUILD.gn ('k') | ash/wm/common/container_finder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698