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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
117 ['OS == "android"', { | 117 ['OS == "android"', { |
118 'sources': [ | 118 'sources': [ |
119 'android/motion_event_android_unittest.cc', | 119 'android/motion_event_android_unittest.cc', |
120 ], | 120 ], |
121 'dependencies': [ | 121 'dependencies': [ |
122 '../../testing/android/native_test.gyp:native_test_native_code', | 122 '../../testing/android/native_test.gyp:native_test_native_code', |
123 ], | 123 ], |
124 }], | 124 }], |
125 ['OS!="ios"', { | 125 ['OS!="ios"', { |
126 'sources': [ | 126 'sources': [ |
| 127 'blink/blink_event_util_unittest.cc', |
127 'blink/input_handler_proxy_unittest.cc', | 128 'blink/input_handler_proxy_unittest.cc', |
128 'blink/input_scroll_elasticity_controller_unittest.cc', | 129 'blink/input_scroll_elasticity_controller_unittest.cc', |
129 ], | 130 ], |
130 'dependencies': [ | 131 'dependencies': [ |
131 'blink/events_blink.gyp:events_blink', | 132 'blink/events_blink.gyp:events_blink', |
132 ], | 133 ], |
133 }], | 134 }], |
134 ], | 135 ], |
135 }, | 136 }, |
136 ], | 137 ], |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
187 ['use_x11 == 1', { | 188 ['use_x11 == 1', { |
188 'dependencies': [ | 189 'dependencies': [ |
189 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 190 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
190 ], | 191 ], |
191 }], | 192 }], |
192 ], | 193 ], |
193 }, | 194 }, |
194 ], | 195 ], |
195 }], | 196 }], |
196 ], | 197 ], |
197 } | 198 } |
OLD | NEW |