| 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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 314 'common/input/synthetic_pinch_gesture_params.cc', | 314 'common/input/synthetic_pinch_gesture_params.cc', |
| 315 'common/input/synthetic_pinch_gesture_params.h', | 315 'common/input/synthetic_pinch_gesture_params.h', |
| 316 'common/input/synthetic_smooth_scroll_gesture_params.cc', | 316 'common/input/synthetic_smooth_scroll_gesture_params.cc', |
| 317 'common/input/synthetic_smooth_scroll_gesture_params.h', | 317 'common/input/synthetic_smooth_scroll_gesture_params.h', |
| 318 'common/input/synthetic_tap_gesture_params.cc', | 318 'common/input/synthetic_tap_gesture_params.cc', |
| 319 'common/input/synthetic_tap_gesture_params.h', | 319 'common/input/synthetic_tap_gesture_params.h', |
| 320 'common/input/synthetic_web_input_event_builders.cc', | 320 'common/input/synthetic_web_input_event_builders.cc', |
| 321 'common/input/synthetic_web_input_event_builders.h', | 321 'common/input/synthetic_web_input_event_builders.h', |
| 322 'common/input/web_input_event_traits.cc', | 322 'common/input/web_input_event_traits.cc', |
| 323 'common/input/web_input_event_traits.h', | 323 'common/input/web_input_event_traits.h', |
| 324 'common/input/web_touch_event_traits.cc', |
| 325 'common/input/web_touch_event_traits.h', |
| 324 'common/input_messages.h', | 326 'common/input_messages.h', |
| 325 'common/inter_process_time_ticks_converter.cc', | 327 'common/inter_process_time_ticks_converter.cc', |
| 326 'common/inter_process_time_ticks_converter.h', | 328 'common/inter_process_time_ticks_converter.h', |
| 327 'common/java_bridge_messages.h', | 329 'common/java_bridge_messages.h', |
| 328 'common/mac/attributed_string_coder.h', | 330 'common/mac/attributed_string_coder.h', |
| 329 'common/mac/attributed_string_coder.mm', | 331 'common/mac/attributed_string_coder.mm', |
| 330 'common/mac/font_descriptor.h', | 332 'common/mac/font_descriptor.h', |
| 331 'common/mac/font_descriptor.mm', | 333 'common/mac/font_descriptor.mm', |
| 332 'common/mac/font_loader.h', | 334 'common/mac/font_loader.h', |
| 333 'common/mac/font_loader.mm', | 335 'common/mac/font_loader.mm', |
| (...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 755 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 754 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 756 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 758 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 757 ], | 759 ], |
| 758 }, { | 760 }, { |
| 759 'defines': ['USE_SECCOMP_BPF'], | 761 'defines': ['USE_SECCOMP_BPF'], |
| 760 }], | 762 }], |
| 761 ], | 763 ], |
| 762 } | 764 } |
| OLD | NEW |