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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
88 'public/common/renderer_preferences.h', | 88 'public/common/renderer_preferences.h', |
89 'public/common/resource_response.h', | 89 'public/common/resource_response.h', |
90 'public/common/result_codes.h', | 90 'public/common/result_codes.h', |
91 'public/common/result_codes_list.h', | 91 'public/common/result_codes_list.h', |
92 'public/common/sandbox_init.h', | 92 'public/common/sandbox_init.h', |
93 'public/common/sandbox_linux.h', | 93 'public/common/sandbox_linux.h', |
94 'public/common/sandbox_type_mac.h', | 94 'public/common/sandbox_type_mac.h', |
95 'public/common/sandboxed_process_launcher_delegate.cc', | 95 'public/common/sandboxed_process_launcher_delegate.cc', |
96 'public/common/sandboxed_process_launcher_delegate.h', | 96 'public/common/sandboxed_process_launcher_delegate.h', |
97 'public/common/security_style.h', | 97 'public/common/security_style.h', |
| 98 'public/common/service_worker_status_code.h', |
98 'public/common/show_desktop_notification_params.cc', | 99 'public/common/show_desktop_notification_params.cc', |
99 'public/common/show_desktop_notification_params.h', | 100 'public/common/show_desktop_notification_params.h', |
100 'public/common/signed_certificate_timestamp_id_and_status.cc', | 101 'public/common/signed_certificate_timestamp_id_and_status.cc', |
101 'public/common/signed_certificate_timestamp_id_and_status.h', | 102 'public/common/signed_certificate_timestamp_id_and_status.h', |
102 'public/common/speech_recognition_error.h', | 103 'public/common/speech_recognition_error.h', |
103 'public/common/speech_recognition_grammar.h', | 104 'public/common/speech_recognition_grammar.h', |
104 'public/common/speech_recognition_result.cc', | 105 'public/common/speech_recognition_result.cc', |
105 'public/common/speech_recognition_result.h', | 106 'public/common/speech_recognition_result.h', |
106 'public/common/ssl_status.cc', | 107 'public/common/ssl_status.cc', |
107 'public/common/ssl_status.h', | 108 'public/common/ssl_status.h', |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
406 'common/sandbox_util.cc', | 407 'common/sandbox_util.cc', |
407 'common/sandbox_util.h', | 408 'common/sandbox_util.h', |
408 'common/sandbox_win.cc', | 409 'common/sandbox_win.cc', |
409 'common/sandbox_win.h', | 410 'common/sandbox_win.h', |
410 'common/savable_url_schemes.cc', | 411 'common/savable_url_schemes.cc', |
411 'common/savable_url_schemes.h', | 412 'common/savable_url_schemes.h', |
412 'common/screen_orientation_messages.h', | 413 'common/screen_orientation_messages.h', |
413 'common/service_worker/embedded_worker_messages.h', | 414 'common/service_worker/embedded_worker_messages.h', |
414 'common/service_worker/service_worker_messages.h', | 415 'common/service_worker/service_worker_messages.h', |
415 'common/service_worker/service_worker_status_code.cc', | 416 'common/service_worker/service_worker_status_code.cc', |
416 'common/service_worker/service_worker_status_code.h', | |
417 'common/service_worker/service_worker_types.cc', | 417 'common/service_worker/service_worker_types.cc', |
418 'common/service_worker/service_worker_types.h', | 418 'common/service_worker/service_worker_types.h', |
419 'common/set_process_title.cc', | 419 'common/set_process_title.cc', |
420 'common/set_process_title.h', | 420 'common/set_process_title.h', |
421 'common/set_process_title_linux.cc', | 421 'common/set_process_title_linux.cc', |
422 'common/set_process_title_linux.h', | 422 'common/set_process_title_linux.h', |
423 'common/socket_stream.h', | 423 'common/socket_stream.h', |
424 'common/socket_stream_handle_data.h', | 424 'common/socket_stream_handle_data.h', |
425 'common/socket_stream_messages.h', | 425 'common/socket_stream_messages.h', |
426 'common/speech_recognition_messages.h', | 426 'common/speech_recognition_messages.h', |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 754 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
755 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 755 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 756 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 757 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
758 ], | 758 ], |
759 }, { | 759 }, { |
760 'defines': ['USE_SECCOMP_BPF'], | 760 'defines': ['USE_SECCOMP_BPF'], |
761 }], | 761 }], |
762 ], | 762 ], |
763 } | 763 } |
OLD | NEW |