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