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

Side by Side Diff: ui/wm/wm.gyp

Issue 567743005: Moves ui/wm/public/window_types.h into aura.gyp/BUILD.gn (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « ui/wm/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 'core/window_animations.cc', 86 'core/window_animations.cc',
87 'core/window_animations.h', 87 'core/window_animations.h',
88 'core/window_modality_controller.cc', 88 'core/window_modality_controller.cc',
89 'core/window_modality_controller.h', 89 'core/window_modality_controller.h',
90 'core/window_util.cc', 90 'core/window_util.cc',
91 'core/window_util.h', 91 'core/window_util.h',
92 'core/wm_core_switches.cc', 92 'core/wm_core_switches.cc',
93 'core/wm_core_switches.h', 93 'core/wm_core_switches.h',
94 'core/wm_state.cc', 94 'core/wm_state.cc',
95 'core/wm_state.h', 95 'core/wm_state.h',
96 'public/window_types.h',
97 'wm_export.h', 96 'wm_export.h',
98 ], 97 ],
99 }, 98 },
100 { 99 {
101 # GN version: //ui/wm:test_support 100 # GN version: //ui/wm:test_support
102 'target_name': 'wm_test_support', 101 'target_name': 'wm_test_support',
103 'type': 'static_library', 102 'type': 'static_library',
104 'dependencies': [ 103 'dependencies': [
105 '../../skia/skia.gyp:skia', 104 '../../skia/skia.gyp:skia',
106 '../aura/aura.gyp:aura', 105 '../aura/aura.gyp:aura',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'core/transient_window_manager_unittest.cc', 144 'core/transient_window_manager_unittest.cc',
146 'core/transient_window_stacking_client_unittest.cc', 145 'core/transient_window_stacking_client_unittest.cc',
147 'core/user_activity_detector_unittest.cc', 146 'core/user_activity_detector_unittest.cc',
148 'core/visibility_controller_unittest.cc', 147 'core/visibility_controller_unittest.cc',
149 'core/window_animations_unittest.cc', 148 'core/window_animations_unittest.cc',
150 'core/window_util_unittest.cc', 149 'core/window_util_unittest.cc',
151 ], 150 ],
152 }, 151 },
153 ], 152 ],
154 } 153 }
OLDNEW
« no previous file with comments | « ui/wm/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698