| 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 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'common/sandbox_mac.h', | 361 'common/sandbox_mac.h', |
| 362 'common/sandbox_mac.mm', | 362 'common/sandbox_mac.mm', |
| 363 'common/sandbox_util.cc', | 363 'common/sandbox_util.cc', |
| 364 'common/sandbox_util.h', | 364 'common/sandbox_util.h', |
| 365 'common/sandbox_win.cc', | 365 'common/sandbox_win.cc', |
| 366 'common/sandbox_win.h', | 366 'common/sandbox_win.h', |
| 367 'common/savable_url_schemes.cc', | 367 'common/savable_url_schemes.cc', |
| 368 'common/savable_url_schemes.h', | 368 'common/savable_url_schemes.h', |
| 369 'common/service_worker/embedded_worker_messages.h', | 369 'common/service_worker/embedded_worker_messages.h', |
| 370 'common/service_worker/service_worker_messages.h', | 370 'common/service_worker/service_worker_messages.h', |
| 371 'common/service_worker/service_worker_status_code.cc', |
| 372 'common/service_worker/service_worker_status_code.h', |
| 371 'common/service_worker/service_worker_types.cc', | 373 'common/service_worker/service_worker_types.cc', |
| 372 'common/service_worker/service_worker_types.h', | 374 'common/service_worker/service_worker_types.h', |
| 373 'common/set_process_title.cc', | 375 'common/set_process_title.cc', |
| 374 'common/set_process_title.h', | 376 'common/set_process_title.h', |
| 375 'common/set_process_title_linux.cc', | 377 'common/set_process_title_linux.cc', |
| 376 'common/set_process_title_linux.h', | 378 'common/set_process_title_linux.h', |
| 377 'common/socket_stream.h', | 379 'common/socket_stream.h', |
| 378 'common/socket_stream_handle_data.cc', | 380 'common/socket_stream_handle_data.cc', |
| 379 'common/socket_stream_handle_data.h', | 381 'common/socket_stream_handle_data.h', |
| 380 'common/socket_stream_messages.h', | 382 'common/socket_stream_messages.h', |
| (...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 643 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 645 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
| 644 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 646 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
| 645 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 647 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
| 646 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 648 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
| 647 ], | 649 ], |
| 648 }, { | 650 }, { |
| 649 'defines': ['USE_SECCOMP_BPF'], | 651 'defines': ['USE_SECCOMP_BPF'], |
| 650 }], | 652 }], |
| 651 ], | 653 ], |
| 652 } | 654 } |
| OLD | NEW |