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