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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 '<(DEPTH)/base/base.gyp:base', | 305 '<(DEPTH)/base/base.gyp:base', |
306 '<(DEPTH)/ipc/ipc.gyp:ipc', | 306 '<(DEPTH)/ipc/ipc.gyp:ipc', |
307 'events_base', | 307 'events_base', |
308 ], | 308 ], |
309 'defines': [ | 309 'defines': [ |
310 'EVENTS_IPC_IMPLEMENTATION', | 310 'EVENTS_IPC_IMPLEMENTATION', |
311 ], | 311 ], |
312 'sources': [ | 312 'sources': [ |
313 'ipc/latency_info_param_traits.cc', | 313 'ipc/latency_info_param_traits.cc', |
314 'ipc/latency_info_param_traits.h', | 314 'ipc/latency_info_param_traits.h', |
315 'ipc/latency_info_param_traits_macros.h', | |
316 ], | 315 ], |
317 }, | 316 }, |
318 { | 317 { |
319 # GN version: //ui/events:test_support | 318 # GN version: //ui/events:test_support |
320 'target_name': 'events_test_support', | 319 'target_name': 'events_test_support', |
321 'type': 'static_library', | 320 'type': 'static_library', |
322 'dependencies': [ | 321 'dependencies': [ |
323 '<(DEPTH)/base/base.gyp:base', | 322 '<(DEPTH)/base/base.gyp:base', |
324 '<(DEPTH)/skia/skia.gyp:skia', | 323 '<(DEPTH)/skia/skia.gyp:skia', |
325 '../gfx/gfx.gyp:gfx_geometry', | 324 '../gfx/gfx.gyp:gfx_geometry', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'type': 'none', | 381 'type': 'none', |
383 'variables': { | 382 'variables': { |
384 'jni_gen_package': 'ui', | 383 'jni_gen_package': 'ui', |
385 'input_java_class': 'android/view/MotionEvent.class', | 384 'input_java_class': 'android/view/MotionEvent.class', |
386 }, | 385 }, |
387 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 386 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
388 }, | 387 }, |
389 ], | 388 ], |
390 }], | 389 }], |
391 ], | 390 ], |
392 } | 391 } |
OLD | NEW |