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 174 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/screen_orientation_values.h', | 191 'public/common/screen_orientation_values.h', |
192 'public/common/security_style.h', | 192 'public/common/security_style.h', |
193 'public/common/send_zygote_child_ping_linux.h', | 193 'public/common/send_zygote_child_ping_linux.h', |
194 'public/common/service_registry.h', | 194 'public/common/service_registry.h', |
195 'public/common/signed_certificate_timestamp_id_and_status.cc', | |
196 'public/common/signed_certificate_timestamp_id_and_status.h', | |
197 'public/common/speech_recognition_error.h', | 195 'public/common/speech_recognition_error.h', |
198 'public/common/speech_recognition_grammar.h', | 196 'public/common/speech_recognition_grammar.h', |
199 'public/common/speech_recognition_result.cc', | 197 'public/common/speech_recognition_result.cc', |
200 'public/common/speech_recognition_result.h', | 198 'public/common/speech_recognition_result.h', |
201 'public/common/ssl_status.cc', | 199 'public/common/ssl_status.cc', |
202 'public/common/ssl_status.h', | 200 'public/common/ssl_status.h', |
203 'public/common/stop_find_action.h', | 201 'public/common/stop_find_action.h', |
204 'public/common/storage_quota_params.h', | 202 'public/common/storage_quota_params.h', |
205 'public/common/three_d_api_types.h', | 203 'public/common/three_d_api_types.h', |
206 'public/common/top_controls_state.h', | 204 'public/common/top_controls_state.h', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
663 'sources!': [ | 661 'sources!': [ |
664 'common/cursors/webcursor_ozone.cc', | 662 'common/cursors/webcursor_ozone.cc', |
665 'common/font_list_ozone.cc', | 663 'common/font_list_ozone.cc', |
666 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 664 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
667 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 665 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
668 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 666 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
669 ], | 667 ], |
670 }], | 668 }], |
671 ], | 669 ], |
672 } | 670 } |
OLD | NEW |