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 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', | 9 '../gpu/command_buffer/command_buffer.gyp:gles2_utils', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'public/common/page_transition_types_list.h', | 83 'public/common/page_transition_types_list.h', |
84 'public/common/page_type.h', | 84 'public/common/page_type.h', |
85 'public/common/page_zoom.h', | 85 'public/common/page_zoom.h', |
86 'public/common/pepper_plugin_info.cc', | 86 'public/common/pepper_plugin_info.cc', |
87 'public/common/pepper_plugin_info.h', | 87 'public/common/pepper_plugin_info.h', |
88 'public/common/process_type.h', | 88 'public/common/process_type.h', |
89 'public/common/referrer.h', | 89 'public/common/referrer.h', |
90 'public/common/renderer_preferences.cc', | 90 'public/common/renderer_preferences.cc', |
91 'public/common/renderer_preferences.h', | 91 'public/common/renderer_preferences.h', |
92 'public/common/resource_response.h', | 92 'public/common/resource_response.h', |
| 93 'public/common/resource_response_info.cc', |
| 94 'public/common/resource_response_info.h', |
93 'public/common/result_codes.h', | 95 'public/common/result_codes.h', |
94 'public/common/result_codes_list.h', | 96 'public/common/result_codes_list.h', |
95 'public/common/sandbox_init.h', | 97 'public/common/sandbox_init.h', |
96 'public/common/sandbox_linux.h', | 98 'public/common/sandbox_linux.h', |
97 'public/common/sandbox_type_mac.h', | 99 'public/common/sandbox_type_mac.h', |
98 'public/common/sandboxed_process_launcher_delegate.cc', | 100 'public/common/sandboxed_process_launcher_delegate.cc', |
99 'public/common/sandboxed_process_launcher_delegate.h', | 101 'public/common/sandboxed_process_launcher_delegate.h', |
100 'public/common/security_style.h', | 102 'public/common/security_style.h', |
101 'public/common/show_desktop_notification_params.cc', | 103 'public/common/show_desktop_notification_params.cc', |
102 'public/common/show_desktop_notification_params.h', | 104 'public/common/show_desktop_notification_params.h', |
(...skipping 684 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
787 'common/sandbox_linux/bpf_renderer_policy_linux.cc', | 789 'common/sandbox_linux/bpf_renderer_policy_linux.cc', |
788 'common/sandbox_linux/bpf_renderer_policy_linux.h', | 790 'common/sandbox_linux/bpf_renderer_policy_linux.h', |
789 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', | 791 'common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', |
790 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', | 792 'common/sandbox_linux/sandbox_bpf_base_policy_linux.h', |
791 ], | 793 ], |
792 }, { | 794 }, { |
793 'defines': ['USE_SECCOMP_BPF'], | 795 'defines': ['USE_SECCOMP_BPF'], |
794 }], | 796 }], |
795 ], | 797 ], |
796 } | 798 } |
OLD | NEW |