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

Side by Side Diff: ui/events/events_unittests.gyp

Issue 1647453002: allocator cleanup: remove dependencies on allocator from all targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure rebase Created 4 years, 10 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/compositor/compositor.gyp ('k') | ui/keyboard/BUILD.gn » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'ozone/layout/keyboard_layout_engine_unittest.cc', 95 'ozone/layout/keyboard_layout_engine_unittest.cc',
96 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc', 96 'ozone/layout/xkb/xkb_keyboard_layout_engine_unittest.cc',
97 ] 97 ]
98 }], 98 }],
99 ['use_aura==0', { 99 ['use_aura==0', {
100 'sources!': [ 100 'sources!': [
101 'gestures/gesture_provider_aura_unittest.cc', 101 'gestures/gesture_provider_aura_unittest.cc',
102 'gestures/motion_event_aura_unittest.cc', 102 'gestures/motion_event_aura_unittest.cc',
103 ], 103 ],
104 }], 104 }],
105 ['OS=="linux" and use_allocator!="none"', {
106 'dependencies': [
107 '<(DEPTH)/base/allocator/allocator.gyp:allocator',
108 ],
109 }],
110 # Exclude tests that rely on event_utils.h for platforms that do not 105 # Exclude tests that rely on event_utils.h for platforms that do not
111 # provide native cracking, i.e., platforms that use events_stub.cc. 106 # provide native cracking, i.e., platforms that use events_stub.cc.
112 ['OS!="win" and use_x11!=1 and use_ozone!=1', { 107 ['OS!="win" and use_x11!=1 and use_ozone!=1', {
113 'sources!': [ 108 'sources!': [
114 'event_unittest.cc', 109 'event_unittest.cc',
115 ], 110 ],
116 }], 111 }],
117 ['OS == "android"', { 112 ['OS == "android"', {
118 'sources': [ 113 'sources': [
119 'android/motion_event_android_unittest.cc', 114 'android/motion_event_android_unittest.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
189 'dependencies': [ 184 'dependencies': [
190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 185 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
191 ], 186 ],
192 }], 187 }],
193 ], 188 ],
194 }, 189 },
195 ], 190 ],
196 }], 191 }],
197 ], 192 ],
198 } 193 }
OLDNEW
« no previous file with comments | « ui/compositor/compositor.gyp ('k') | ui/keyboard/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698