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

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

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 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/core/compound_event_filter.cc ('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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'core/wm_core_switches.cc', 84 'core/wm_core_switches.cc',
85 'core/wm_core_switches.h', 85 'core/wm_core_switches.h',
86 'core/wm_state.cc', 86 'core/wm_state.cc',
87 'core/wm_state.h', 87 'core/wm_state.h',
88 'wm_export.h', 88 'wm_export.h',
89 ], 89 ],
90 'conditions': [ 90 'conditions': [
91 ['use_x11==1', { 91 ['use_x11==1', {
92 'dependencies': [ 92 'dependencies': [
93 '../../build/linux/system.gyp:x11', 93 '../../build/linux/system.gyp:x11',
94 '../events/devices/x11/events_devices_x11.gyp:events_devices_x11',
94 ], 95 ],
95 }], 96 }],
96 ], 97 ],
97 }, 98 },
98 { 99 {
99 # GN version: //ui/wm:test_support 100 # GN version: //ui/wm:test_support
100 'target_name': 'wm_test_support', 101 'target_name': 'wm_test_support',
101 'type': 'static_library', 102 'type': 'static_library',
102 'dependencies': [ 103 'dependencies': [
103 '../../skia/skia.gyp:skia', 104 '../../skia/skia.gyp:skia',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 '../../build/isolate.gypi', 163 '../../build/isolate.gypi',
163 ], 164 ],
164 'sources': [ 165 'sources': [
165 'wm_unittests.isolate', 166 'wm_unittests.isolate',
166 ], 167 ],
167 }, 168 },
168 ], 169 ],
169 }], 170 }],
170 ], 171 ],
171 } 172 }
OLDNEW
« no previous file with comments | « ui/wm/core/compound_event_filter.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698