| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 'motionevent_jni_headers', | 208 'motionevent_jni_headers', |
| 209 ], | 209 ], |
| 210 }], | 210 }], |
| 211 ], | 211 ], |
| 212 }, | 212 }, |
| 213 { | 213 { |
| 214 # GN version: //ui/events/blink | 214 # GN version: //ui/events/blink |
| 215 'target_name': 'blink', | 215 'target_name': 'blink', |
| 216 'type': 'static_library', | 216 'type': 'static_library', |
| 217 'dependencies': [ | 217 'dependencies': [ |
| 218 '../../cc/cc.gyp:cc', |
| 218 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 219 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 219 '../gfx/gfx.gyp:gfx_geometry', | 220 '../gfx/gfx.gyp:gfx_geometry', |
| 220 'events', | 221 'events', |
| 221 'gesture_detection', | 222 'gesture_detection', |
| 222 ], | 223 ], |
| 223 'sources': [ | 224 'sources': [ |
| 224 # Note: sources list duplicated in GN build. | 225 # Note: sources list duplicated in GN build. |
| 225 'blink/blink_event_util.cc', | 226 'blink/blink_event_util.cc', |
| 226 'blink/blink_event_util.h', | 227 'blink/blink_event_util.h', |
| 228 'blink/input_handler_proxy_client.h', |
| 229 'blink/input_handler_proxy.cc', |
| 230 'blink/input_handler_proxy.h', |
| 231 'blink/input_scroll_elasticity_controller.cc', |
| 232 'blink/input_scroll_elasticity_controller.h', |
| 233 'blink/synchronous_input_handler_proxy.h', |
| 227 ], | 234 ], |
| 228 }, | 235 }, |
| 229 { | 236 { |
| 230 # GN version: //ui/events/gestures/blink | 237 # GN version: //ui/events/gestures/blink |
| 231 'target_name': 'gestures_blink', | 238 'target_name': 'gestures_blink', |
| 232 'type': 'static_library', | 239 'type': 'static_library', |
| 233 'dependencies': [ | 240 'dependencies': [ |
| 234 '../../base/base.gyp:base', | 241 '../../base/base.gyp:base', |
| 235 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', | 242 '../../third_party/WebKit/public/blink_headers.gyp:blink_headers', |
| 236 '../gfx/gfx.gyp:gfx_geometry', | 243 '../gfx/gfx.gyp:gfx_geometry', |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 392 '<(DEPTH)/base/base.gyp:run_all_unittests', | 399 '<(DEPTH)/base/base.gyp:run_all_unittests', |
| 393 '<(DEPTH)/base/base.gyp:test_support_base', | 400 '<(DEPTH)/base/base.gyp:test_support_base', |
| 394 '<(DEPTH)/ipc/ipc.gyp:test_support_ipc', | 401 '<(DEPTH)/ipc/ipc.gyp:test_support_ipc', |
| 395 '<(DEPTH)/skia/skia.gyp:skia', | 402 '<(DEPTH)/skia/skia.gyp:skia', |
| 396 '<(DEPTH)/testing/gtest.gyp:gtest', | 403 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 397 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', | 404 '<(DEPTH)/third_party/mesa/mesa.gyp:osmesa', |
| 398 '../gfx/gfx.gyp:gfx', | 405 '../gfx/gfx.gyp:gfx', |
| 399 '../gfx/gfx.gyp:gfx_geometry', | 406 '../gfx/gfx.gyp:gfx_geometry', |
| 400 '../gfx/gfx.gyp:gfx_test_support', | 407 '../gfx/gfx.gyp:gfx_test_support', |
| 401 'devices/events_devices.gyp:events_devices', | 408 'devices/events_devices.gyp:events_devices', |
| 409 'blink', |
| 402 'dom_keycode_converter', | 410 'dom_keycode_converter', |
| 403 'events', | 411 'events', |
| 404 'events_base', | 412 'events_base', |
| 405 'events_ipc', | 413 'events_ipc', |
| 406 'events_test_support', | 414 'events_test_support', |
| 407 'gesture_detection', | 415 'gesture_detection', |
| 408 'gestures_blink', | 416 'gestures_blink', |
| 409 'platform/events_platform.gyp:events_platform', | 417 'platform/events_platform.gyp:events_platform', |
| 410 ], | 418 ], |
| 411 'sources': [ | 419 'sources': [ |
| 412 # Note: sources list duplicated in GN build. | 420 # Note: sources list duplicated in GN build. |
| 413 'android/scroller_unittest.cc', | 421 'android/scroller_unittest.cc', |
| 422 'blink/input_handler_proxy_unittest.cc', |
| 423 'blink/input_scroll_elasticity_controller_unittest.cc', |
| 414 'cocoa/events_mac_unittest.mm', | 424 'cocoa/events_mac_unittest.mm', |
| 415 'devices/x11/device_data_manager_x11_unittest.cc', | 425 'devices/x11/device_data_manager_x11_unittest.cc', |
| 416 'event_dispatcher_unittest.cc', | 426 'event_dispatcher_unittest.cc', |
| 417 'event_processor_unittest.cc', | 427 'event_processor_unittest.cc', |
| 418 'event_rewriter_unittest.cc', | 428 'event_rewriter_unittest.cc', |
| 419 'event_unittest.cc', | 429 'event_unittest.cc', |
| 420 'gesture_detection/bitset_32_unittest.cc', | 430 'gesture_detection/bitset_32_unittest.cc', |
| 421 'gesture_detection/filtered_gesture_provider_unittest.cc', | 431 'gesture_detection/filtered_gesture_provider_unittest.cc', |
| 422 'gesture_detection/gesture_event_data_packet_unittest.cc', | 432 'gesture_detection/gesture_event_data_packet_unittest.cc', |
| 423 'gesture_detection/gesture_provider_unittest.cc', | 433 'gesture_detection/gesture_provider_unittest.cc', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 'dependencies': [ | 573 'dependencies': [ |
| 564 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 574 '../../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 565 ], | 575 ], |
| 566 }], | 576 }], |
| 567 ], | 577 ], |
| 568 }, | 578 }, |
| 569 ], | 579 ], |
| 570 }], | 580 }], |
| 571 ], | 581 ], |
| 572 } | 582 } |
| OLD | NEW |