| 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 303 'type': '<(component)', | 303 'type': '<(component)', |
| 304 'dependencies': [ | 304 'dependencies': [ |
| 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/event_param_traits.cc', |
| 314 'ipc/event_param_traits.h', |
| 315 'ipc/event_param_traits_macros.h', |
| 313 'ipc/latency_info_param_traits.cc', | 316 'ipc/latency_info_param_traits.cc', |
| 314 'ipc/latency_info_param_traits.h', | 317 'ipc/latency_info_param_traits.h', |
| 318 'ipc/latency_info_param_traits_macros.h', |
| 315 ], | 319 ], |
| 316 }, | 320 }, |
| 317 { | 321 { |
| 318 # GN version: //ui/events:test_support | 322 # GN version: //ui/events:test_support |
| 319 'target_name': 'events_test_support', | 323 'target_name': 'events_test_support', |
| 320 'type': 'static_library', | 324 'type': 'static_library', |
| 321 'dependencies': [ | 325 'dependencies': [ |
| 322 '<(DEPTH)/base/base.gyp:base', | 326 '<(DEPTH)/base/base.gyp:base', |
| 323 '<(DEPTH)/skia/skia.gyp:skia', | 327 '<(DEPTH)/skia/skia.gyp:skia', |
| 324 '../gfx/gfx.gyp:gfx_geometry', | 328 '../gfx/gfx.gyp:gfx_geometry', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'type': 'none', | 385 'type': 'none', |
| 382 'variables': { | 386 'variables': { |
| 383 'jni_gen_package': 'ui', | 387 'jni_gen_package': 'ui', |
| 384 'input_java_class': 'android/view/MotionEvent.class', | 388 'input_java_class': 'android/view/MotionEvent.class', |
| 385 }, | 389 }, |
| 386 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 390 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
| 387 }, | 391 }, |
| 388 ], | 392 ], |
| 389 }], | 393 }], |
| 390 ], | 394 ], |
| 391 } | 395 } |
| OLD | NEW |