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 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
184 'public/common/resource_type.h', | 184 'public/common/resource_type.h', |
185 'public/common/result_codes.h', | 185 'public/common/result_codes.h', |
186 'public/common/sandbox_init.h', | 186 'public/common/sandbox_init.h', |
187 'public/common/sandbox_linux.h', | 187 'public/common/sandbox_linux.h', |
188 'public/common/sandbox_type.h', | 188 'public/common/sandbox_type.h', |
189 'public/common/sandboxed_process_launcher_delegate.cc', | 189 'public/common/sandboxed_process_launcher_delegate.cc', |
190 'public/common/sandboxed_process_launcher_delegate.h', | 190 'public/common/sandboxed_process_launcher_delegate.h', |
191 'public/common/security_style.h', | 191 'public/common/security_style.h', |
192 'public/common/send_zygote_child_ping_linux.h', | 192 'public/common/send_zygote_child_ping_linux.h', |
193 'public/common/service_registry.h', | 193 'public/common/service_registry.h', |
194 'public/common/signed_certificate_timestamp_id_and_status.cc', | |
195 'public/common/signed_certificate_timestamp_id_and_status.h', | |
196 'public/common/speech_recognition_error.h', | 194 'public/common/speech_recognition_error.h', |
197 'public/common/speech_recognition_grammar.h', | 195 'public/common/speech_recognition_grammar.h', |
198 'public/common/speech_recognition_result.cc', | 196 'public/common/speech_recognition_result.cc', |
199 'public/common/speech_recognition_result.h', | 197 'public/common/speech_recognition_result.h', |
200 'public/common/ssl_status.cc', | 198 'public/common/ssl_status.cc', |
201 'public/common/ssl_status.h', | 199 'public/common/ssl_status.h', |
202 'public/common/stop_find_action.h', | 200 'public/common/stop_find_action.h', |
203 'public/common/storage_quota_params.h', | 201 'public/common/storage_quota_params.h', |
204 'public/common/three_d_api_types.h', | 202 'public/common/three_d_api_types.h', |
205 'public/common/top_controls_state.h', | 203 'public/common/top_controls_state.h', |
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1101 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', | 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', |
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', | 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', |
1106 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1104 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 1105 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
1109 ], | 1107 ], |
1110 }], | 1108 }], |
1111 ], | 1109 ], |
1112 } | 1110 } |
OLD | NEW |