| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base', | 7 '../base/base.gyp:base', |
| 8 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'common/input/event_with_latency_info.h', | 359 'common/input/event_with_latency_info.h', |
| 360 'common/input/gesture_event_stream_validator.cc', | 360 'common/input/gesture_event_stream_validator.cc', |
| 361 'common/input/gesture_event_stream_validator.h', | 361 'common/input/gesture_event_stream_validator.h', |
| 362 'common/input/input_event.cc', | 362 'common/input/input_event.cc', |
| 363 'common/input/input_event.h', | 363 'common/input/input_event.h', |
| 364 'common/input/input_event_ack.cc', | 364 'common/input/input_event_ack.cc', |
| 365 'common/input/input_event_ack.h', | 365 'common/input/input_event_ack.h', |
| 366 'common/input/input_event_dispatch_type.h', | 366 'common/input/input_event_dispatch_type.h', |
| 367 'common/input/input_event_stream_validator.cc', | 367 'common/input/input_event_stream_validator.cc', |
| 368 'common/input/input_event_stream_validator.h', | 368 'common/input/input_event_stream_validator.h', |
| 369 'common/input/input_event_utils.cc', |
| 370 'common/input/input_event_utils.h', |
| 369 'common/input/input_param_traits.cc', | 371 'common/input/input_param_traits.cc', |
| 370 'common/input/input_param_traits.h', | 372 'common/input/input_param_traits.h', |
| 371 'common/input/scoped_web_input_event.cc', | 373 'common/input/scoped_web_input_event.cc', |
| 372 'common/input/scoped_web_input_event.h', | 374 'common/input/scoped_web_input_event.h', |
| 373 'common/input/synthetic_gesture_packet.cc', | 375 'common/input/synthetic_gesture_packet.cc', |
| 374 'common/input/synthetic_gesture_packet.h', | 376 'common/input/synthetic_gesture_packet.h', |
| 375 'common/input/synthetic_gesture_params.cc', | 377 'common/input/synthetic_gesture_params.cc', |
| 376 'common/input/synthetic_gesture_params.h', | 378 'common/input/synthetic_gesture_params.h', |
| 377 'common/input/synthetic_pinch_gesture_params.cc', | 379 'common/input/synthetic_pinch_gesture_params.cc', |
| 378 'common/input/synthetic_pinch_gesture_params.h', | 380 'common/input/synthetic_pinch_gesture_params.h', |
| (...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'sources!': [ | 655 'sources!': [ |
| 654 'common/cursors/webcursor_ozone.cc', | 656 'common/cursors/webcursor_ozone.cc', |
| 655 'common/font_list_ozone.cc', | 657 'common/font_list_ozone.cc', |
| 656 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 658 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 657 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 659 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 658 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 660 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 659 ], | 661 ], |
| 660 }], | 662 }], |
| 661 ], | 663 ], |
| 662 } | 664 } |
| OLD | NEW |