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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
290 }], | 290 }], |
291 ], | 291 ], |
292 }, | 292 }, |
293 { | 293 { |
294 # GN version: //ui/events/ipc:events_ipc | 294 # GN version: //ui/events/ipc:events_ipc |
295 'target_name': 'events_ipc', | 295 'target_name': 'events_ipc', |
296 'type': '<(component)', | 296 'type': '<(component)', |
297 'dependencies': [ | 297 'dependencies': [ |
298 '<(DEPTH)/base/base.gyp:base', | 298 '<(DEPTH)/base/base.gyp:base', |
299 '<(DEPTH)/ipc/ipc.gyp:ipc', | 299 '<(DEPTH)/ipc/ipc.gyp:ipc', |
300 '../gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | |
301 'events_base', | 300 'events_base', |
302 ], | 301 ], |
303 'defines': [ | 302 'defines': [ |
304 'EVENTS_IPC_IMPLEMENTATION', | 303 'EVENTS_IPC_IMPLEMENTATION', |
305 ], | 304 ], |
306 'sources': [ | 305 'sources': [ |
307 'ipc/latency_info_param_traits.cc', | 306 'ipc/latency_info_param_traits.cc', |
308 'ipc/latency_info_param_traits.h', | 307 'ipc/latency_info_param_traits.h', |
309 'ipc/latency_info_param_traits_macros.h', | 308 'ipc/latency_info_param_traits_macros.h', |
310 ], | 309 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
398 'variables': { | 397 'variables': { |
399 'jni_gen_package': 'ui', | 398 'jni_gen_package': 'ui', |
400 'input_java_class': 'android/view/KeyEvent.class', | 399 'input_java_class': 'android/view/KeyEvent.class', |
401 }, | 400 }, |
402 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 401 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
403 }, | 402 }, |
404 ], | 403 ], |
405 }], | 404 }], |
406 ], | 405 ], |
407 } | 406 } |
OLD | NEW |