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/gfx.gyp:gfx_geometry', |
| 301 '../gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
300 'events_base', | 302 'events_base', |
301 ], | 303 ], |
302 'defines': [ | 304 'defines': [ |
303 'EVENTS_IPC_IMPLEMENTATION', | 305 'EVENTS_IPC_IMPLEMENTATION', |
304 ], | 306 ], |
305 'sources': [ | 307 'sources': [ |
306 'ipc/latency_info_param_traits.cc', | 308 'ipc/latency_info_param_traits.cc', |
307 'ipc/latency_info_param_traits.h', | 309 'ipc/latency_info_param_traits.h', |
308 'ipc/latency_info_param_traits_macros.h', | 310 'ipc/latency_info_param_traits_macros.h', |
309 ], | 311 ], |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
397 'variables': { | 399 'variables': { |
398 'jni_gen_package': 'ui', | 400 'jni_gen_package': 'ui', |
399 'input_java_class': 'android/view/KeyEvent.class', | 401 'input_java_class': 'android/view/KeyEvent.class', |
400 }, | 402 }, |
401 'includes': [ '../../build/jar_file_jni_generator.gypi' ], | 403 'includes': [ '../../build/jar_file_jni_generator.gypi' ], |
402 }, | 404 }, |
403 ], | 405 ], |
404 }], | 406 }], |
405 ], | 407 ], |
406 } | 408 } |
OLD | NEW |