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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
124 'public/common/sandbox_init.h', | 124 'public/common/sandbox_init.h', |
125 'public/common/sandbox_linux.h', | 125 'public/common/sandbox_linux.h', |
126 'public/common/sandbox_type.h', | 126 'public/common/sandbox_type.h', |
127 'public/common/sandboxed_process_launcher_delegate.cc', | 127 'public/common/sandboxed_process_launcher_delegate.cc', |
128 'public/common/sandboxed_process_launcher_delegate.h', | 128 'public/common/sandboxed_process_launcher_delegate.h', |
129 'public/common/security_style.h', | 129 'public/common/security_style.h', |
130 'public/common/send_zygote_child_ping_linux.h', | 130 'public/common/send_zygote_child_ping_linux.h', |
131 'public/common/service_registry.h', | 131 'public/common/service_registry.h', |
132 'public/common/signed_certificate_timestamp_id_and_status.cc', | 132 'public/common/signed_certificate_timestamp_id_and_status.cc', |
133 'public/common/signed_certificate_timestamp_id_and_status.h', | 133 'public/common/signed_certificate_timestamp_id_and_status.h', |
| 134 'public/common/site_isolation_policy.cc', |
| 135 'public/common/site_isolation_policy.h', |
134 'public/common/speech_recognition_error.h', | 136 'public/common/speech_recognition_error.h', |
135 'public/common/speech_recognition_grammar.h', | 137 'public/common/speech_recognition_grammar.h', |
136 'public/common/speech_recognition_result.cc', | 138 'public/common/speech_recognition_result.cc', |
137 'public/common/speech_recognition_result.h', | 139 'public/common/speech_recognition_result.h', |
138 'public/common/ssl_status.cc', | 140 'public/common/ssl_status.cc', |
139 'public/common/ssl_status.h', | 141 'public/common/ssl_status.h', |
140 'public/common/stop_find_action.h', | 142 'public/common/stop_find_action.h', |
141 'public/common/storage_quota_params.h', | 143 'public/common/storage_quota_params.h', |
142 'public/common/three_d_api_types.h', | 144 'public/common/three_d_api_types.h', |
143 'public/common/top_controls_state.h', | 145 'public/common/top_controls_state.h', |
(...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1074 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1073 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1075 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1074 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1076 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1075 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1077 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1076 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1078 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1077 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1079 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1078 ], | 1080 ], |
1079 }], | 1081 }], |
1080 ], | 1082 ], |
1081 } | 1083 } |
OLD | NEW |