| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', | 9 '../cc/ipc/cc_ipc.gyp:cc_ipc', |
| 10 '../components/tracing.gyp:tracing', | 10 '../components/tracing.gyp:tracing', |
| (...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 501 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', | 501 'common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', |
| 502 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', | 502 'common/sandbox_linux/sandbox_seccomp_bpf_linux.h', |
| 503 'common/sandbox_mac.h', | 503 'common/sandbox_mac.h', |
| 504 'common/sandbox_mac.mm', | 504 'common/sandbox_mac.mm', |
| 505 'common/sandbox_win.cc', | 505 'common/sandbox_win.cc', |
| 506 'common/sandbox_win.h', | 506 'common/sandbox_win.h', |
| 507 'common/savable_subframe.h', | 507 'common/savable_subframe.h', |
| 508 'common/savable_url_schemes.cc', | 508 'common/savable_url_schemes.cc', |
| 509 'common/savable_url_schemes.h', | 509 'common/savable_url_schemes.h', |
| 510 'common/screen_orientation_messages.h', | 510 'common/screen_orientation_messages.h', |
| 511 'common/security_style_util.cc', |
| 512 'common/security_style_util.h', |
| 511 'common/send_zygote_child_ping_linux.cc', | 513 'common/send_zygote_child_ping_linux.cc', |
| 512 'common/service_worker/embedded_worker_messages.h', | 514 'common/service_worker/embedded_worker_messages.h', |
| 513 'common/service_worker/embedded_worker_settings.h', | 515 'common/service_worker/embedded_worker_settings.h', |
| 514 'common/service_worker/service_worker_client_info.cc', | 516 'common/service_worker/service_worker_client_info.cc', |
| 515 'common/service_worker/service_worker_client_info.h', | 517 'common/service_worker/service_worker_client_info.h', |
| 516 'common/service_worker/service_worker_messages.h', | 518 'common/service_worker/service_worker_messages.h', |
| 517 'common/service_worker/service_worker_status_code.cc', | 519 'common/service_worker/service_worker_status_code.cc', |
| 518 'common/service_worker/service_worker_status_code.h', | 520 'common/service_worker/service_worker_status_code.h', |
| 519 'common/service_worker/service_worker_type_converters.cc', | 521 'common/service_worker/service_worker_type_converters.cc', |
| 520 'common/service_worker/service_worker_type_converters.h', | 522 'common/service_worker/service_worker_type_converters.h', |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 ], | 653 ], |
| 652 }], | 654 }], |
| 653 ['enable_ipc_fuzzer==1', { | 655 ['enable_ipc_fuzzer==1', { |
| 654 'sources': [ | 656 'sources': [ |
| 655 'common/external_ipc_dumper.cc', | 657 'common/external_ipc_dumper.cc', |
| 656 'common/external_ipc_dumper.h', | 658 'common/external_ipc_dumper.h', |
| 657 ], | 659 ], |
| 658 }], | 660 }], |
| 659 ], | 661 ], |
| 660 } | 662 } |
| OLD | NEW |