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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 'common/media/midi_messages.h', | 345 'common/media/midi_messages.h', |
346 'common/media/video_capture.h', | 346 'common/media/video_capture.h', |
347 'common/media/video_capture_messages.h', | 347 'common/media/video_capture_messages.h', |
348 'common/media/webrtc_identity_messages.h', | 348 'common/media/webrtc_identity_messages.h', |
349 'common/memory_benchmark_messages.h', | 349 'common/memory_benchmark_messages.h', |
350 'common/message_port_messages.h', | 350 'common/message_port_messages.h', |
351 'common/message_router.cc', | 351 'common/message_router.cc', |
352 'common/message_router.h', | 352 'common/message_router.h', |
353 'common/mime_registry_messages.h', | 353 'common/mime_registry_messages.h', |
354 'common/mojo/mojo_messages.h', | 354 'common/mojo/mojo_messages.h', |
| 355 'common/mojo/mojo_service_names.cc', |
| 356 'common/mojo/mojo_service_names.h', |
355 'common/navigation_gesture.h', | 357 'common/navigation_gesture.h', |
356 'common/net/url_fetcher.cc', | 358 'common/net/url_fetcher.cc', |
357 'common/net/url_request_user_data.cc', | 359 'common/net/url_request_user_data.cc', |
358 'common/net/url_request_user_data.h', | 360 'common/net/url_request_user_data.h', |
359 'common/one_writer_seqlock.cc', | 361 'common/one_writer_seqlock.cc', |
360 'common/one_writer_seqlock.h', | 362 'common/one_writer_seqlock.h', |
361 'common/p2p_messages.h', | 363 'common/p2p_messages.h', |
362 'common/page_state_serialization.cc', | 364 'common/page_state_serialization.cc', |
363 'common/page_state_serialization.h', | 365 'common/page_state_serialization.h', |
364 'common/page_zoom.cc', | 366 'common/page_zoom.cc', |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
750 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 752 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
751 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 753 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
752 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 754 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
753 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 755 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
754 ], | 756 ], |
755 }, { | 757 }, { |
756 'defines': ['USE_SECCOMP_BPF'], | 758 'defines': ['USE_SECCOMP_BPF'], |
757 }], | 759 }], |
758 ], | 760 ], |
759 } | 761 } |
OLD | NEW |