OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |