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 '../components/tracing.gyp:tracing', | 8 '../components/tracing.gyp:tracing', |
9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 'common/input/synthetic_gesture_params.cc', | 323 'common/input/synthetic_gesture_params.cc', |
324 'common/input/synthetic_gesture_params.h', | 324 'common/input/synthetic_gesture_params.h', |
325 'common/input/synthetic_pinch_gesture_params.cc', | 325 'common/input/synthetic_pinch_gesture_params.cc', |
326 'common/input/synthetic_pinch_gesture_params.h', | 326 'common/input/synthetic_pinch_gesture_params.h', |
327 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 327 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
328 'common/input/synthetic_smooth_scroll_gesture_params.h', | 328 'common/input/synthetic_smooth_scroll_gesture_params.h', |
329 'common/input/synthetic_tap_gesture_params.cc', | 329 'common/input/synthetic_tap_gesture_params.cc', |
330 'common/input/synthetic_tap_gesture_params.h', | 330 'common/input/synthetic_tap_gesture_params.h', |
331 'common/input/synthetic_web_input_event_builders.cc', | 331 'common/input/synthetic_web_input_event_builders.cc', |
332 'common/input/synthetic_web_input_event_builders.h', | 332 'common/input/synthetic_web_input_event_builders.h', |
| 333 'common/input/touch_event_stream_validator.cc', |
| 334 'common/input/touch_event_stream_validator.h', |
333 'common/input/web_input_event_traits.cc', | 335 'common/input/web_input_event_traits.cc', |
334 'common/input/web_input_event_traits.h', | 336 'common/input/web_input_event_traits.h', |
335 'common/input/web_touch_event_traits.cc', | 337 'common/input/web_touch_event_traits.cc', |
336 'common/input/web_touch_event_traits.h', | 338 'common/input/web_touch_event_traits.h', |
337 'common/input_messages.h', | 339 'common/input_messages.h', |
338 'common/inter_process_time_ticks_converter.cc', | 340 'common/inter_process_time_ticks_converter.cc', |
339 'common/inter_process_time_ticks_converter.h', | 341 'common/inter_process_time_ticks_converter.h', |
340 'common/java_bridge_messages.h', | 342 'common/java_bridge_messages.h', |
341 'common/mac/attributed_string_coder.h', | 343 'common/mac/attributed_string_coder.h', |
342 'common/mac/attributed_string_coder.mm', | 344 'common/mac/attributed_string_coder.mm', |
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
791 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 793 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
792 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 794 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
793 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 795 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
794 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 796 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
795 ], | 797 ], |
796 }, { | 798 }, { |
797 'defines': ['USE_SECCOMP_BPF'], | 799 'defines': ['USE_SECCOMP_BPF'], |
798 }], | 800 }], |
799 ], | 801 ], |
800 } | 802 } |
OLD | NEW |