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 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
10 '../skia/skia.gyp:skia', | 10 '../skia/skia.gyp:skia', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'common/service_worker/service_worker_messages.h', | 378 'common/service_worker/service_worker_messages.h', |
379 'common/service_worker/service_worker_status_code.cc', | 379 'common/service_worker/service_worker_status_code.cc', |
380 'common/service_worker/service_worker_status_code.h', | 380 'common/service_worker/service_worker_status_code.h', |
381 'common/service_worker/service_worker_types.cc', | 381 'common/service_worker/service_worker_types.cc', |
382 'common/service_worker/service_worker_types.h', | 382 'common/service_worker/service_worker_types.h', |
383 'common/set_process_title.cc', | 383 'common/set_process_title.cc', |
384 'common/set_process_title.h', | 384 'common/set_process_title.h', |
385 'common/set_process_title_linux.cc', | 385 'common/set_process_title_linux.cc', |
386 'common/set_process_title_linux.h', | 386 'common/set_process_title_linux.h', |
387 'common/socket_stream.h', | 387 'common/socket_stream.h', |
| 388 'common/socket_stream_handle_data.cc', |
388 'common/socket_stream_handle_data.h', | 389 'common/socket_stream_handle_data.h', |
389 'common/socket_stream_messages.h', | 390 'common/socket_stream_messages.h', |
390 'common/speech_recognition_messages.h', | 391 'common/speech_recognition_messages.h', |
391 'common/ssl_status_serialization.cc', | 392 'common/ssl_status_serialization.cc', |
392 'common/ssl_status_serialization.h', | 393 'common/ssl_status_serialization.h', |
393 'common/swapped_out_messages.cc', | 394 'common/swapped_out_messages.cc', |
394 'common/swapped_out_messages.h', | 395 'common/swapped_out_messages.h', |
395 'common/text_input_client_messages.h', | 396 'common/text_input_client_messages.h', |
396 'common/url_schemes.cc', | 397 'common/url_schemes.cc', |
397 'common/url_schemes.h', | 398 'common/url_schemes.h', |
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 651 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
651 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 652 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
652 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
654 ], | 655 ], |
655 }, { | 656 }, { |
656 'defines': ['USE_SECCOMP_BPF'], | 657 'defines': ['USE_SECCOMP_BPF'], |
657 }], | 658 }], |
658 ], | 659 ], |
659 } | 660 } |
OLD | NEW |