Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(75)

Side by Side Diff: ui/events/events.gyp

Issue 2048673002: Revert of Replace ui::LatencyInfo::InputCoordinate with gfx::PointF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/events_unittests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/events/events_unittests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698