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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', | 366 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', |
367 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', | 367 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', |
368 'common/sandbox_mac.h', | 368 'common/sandbox_mac.h', |
369 'common/sandbox_mac.mm', | 369 'common/sandbox_mac.mm', |
370 'common/sandbox_util.cc', | 370 'common/sandbox_util.cc', |
371 'common/sandbox_util.h', | 371 'common/sandbox_util.h', |
372 'common/sandbox_win.cc', | 372 'common/sandbox_win.cc', |
373 'common/sandbox_win.h', | 373 'common/sandbox_win.h', |
374 'common/savable_url_schemes.cc', | 374 'common/savable_url_schemes.cc', |
375 'common/savable_url_schemes.h', | 375 'common/savable_url_schemes.h', |
376 'common/service_worker_messages.h', | 376 'common/service_worker/embedded_worker_messages.h', |
377 'common/service_worker_types.cc', | 377 'common/service_worker/service_worker_messages.h', |
378 'common/service_worker_types.h', | 378 'common/service_worker/service_worker_types.cc', |
| 379 'common/service_worker/service_worker_types.h', |
379 'common/set_process_title.cc', | 380 'common/set_process_title.cc', |
380 'common/set_process_title.h', | 381 'common/set_process_title.h', |
381 'common/set_process_title_linux.cc', | 382 'common/set_process_title_linux.cc', |
382 'common/set_process_title_linux.h', | 383 'common/set_process_title_linux.h', |
383 'common/socket_stream.h', | 384 'common/socket_stream.h', |
384 'common/socket_stream_handle_data.cc', | 385 'common/socket_stream_handle_data.cc', |
385 'common/socket_stream_handle_data.h', | 386 'common/socket_stream_handle_data.h', |
386 'common/socket_stream_messages.h', | 387 'common/socket_stream_messages.h', |
387 'common/speech_recognition_messages.h', | 388 'common/speech_recognition_messages.h', |
388 'common/ssl_status_serialization.cc', | 389 'common/ssl_status_serialization.cc', |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 652 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
652 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 653 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
653 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
654 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 655 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
655 ], | 656 ], |
656 }, { | 657 }, { |
657 'defines': ['USE_SECCOMP_BPF'], | 658 'defines': ['USE_SECCOMP_BPF'], |
658 }], | 659 }], |
659 ], | 660 ], |
660 } | 661 } |
OLD | NEW |