OLD | NEW |
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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
224 'gestures/blink/web_gesture_curve_impl.h', | 224 'gestures/blink/web_gesture_curve_impl.h', |
225 ], | 225 ], |
226 }, | 226 }, |
227 { | 227 { |
228 # GN version: //ui/events:gesture_detection | 228 # GN version: //ui/events:gesture_detection |
229 'target_name': 'gesture_detection', | 229 'target_name': 'gesture_detection', |
230 'type': '<(component)', | 230 'type': '<(component)', |
231 'dependencies': [ | 231 'dependencies': [ |
232 '<(DEPTH)/base/base.gyp:base', | 232 '<(DEPTH)/base/base.gyp:base', |
233 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', | 233 '<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:d
ynamic_annotations', |
| 234 '../display/display.gyp:display', |
234 '../gfx/gfx.gyp:gfx', | 235 '../gfx/gfx.gyp:gfx', |
235 '../gfx/gfx.gyp:gfx_geometry', | 236 '../gfx/gfx.gyp:gfx_geometry', |
236 'events_base', | 237 'events_base', |
237 ], | 238 ], |
238 'defines': [ | 239 'defines': [ |
239 'GESTURE_DETECTION_IMPLEMENTATION', | 240 'GESTURE_DETECTION_IMPLEMENTATION', |
240 ], | 241 ], |
241 'sources': [ | 242 'sources': [ |
242 # Note: sources list duplicated in GN build. | 243 # Note: sources list duplicated in GN build. |
243 'gesture_detection/bitset_32.h', | 244 'gesture_detection/bitset_32.h', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
391 'variables': { | 392 'variables': { |
392 'jni_gen_package': 'ui', | 393 'jni_gen_package': 'ui', |
393 'input_java_class': 'android/view/KeyEvent.class', | 394 'input_java_class': 'android/view/KeyEvent.class', |
394 }, | 395 }, |
395 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 396 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
396 }, | 397 }, |
397 ], | 398 ], |
398 }], | 399 }], |
399 ], | 400 ], |
400 } | 401 } |
OLD | NEW |