| 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 'public/common/resource_type.h', | 186 'public/common/resource_type.h', |
| 187 'public/common/result_codes.h', | 187 'public/common/result_codes.h', |
| 188 'public/common/sandbox_init.h', | 188 'public/common/sandbox_init.h', |
| 189 'public/common/sandbox_linux.h', | 189 'public/common/sandbox_linux.h', |
| 190 'public/common/sandbox_type.h', | 190 'public/common/sandbox_type.h', |
| 191 'public/common/sandboxed_process_launcher_delegate.cc', | 191 'public/common/sandboxed_process_launcher_delegate.cc', |
| 192 'public/common/sandboxed_process_launcher_delegate.h', | 192 'public/common/sandboxed_process_launcher_delegate.h', |
| 193 'public/common/security_style.h', | 193 'public/common/security_style.h', |
| 194 'public/common/send_zygote_child_ping_linux.h', | 194 'public/common/send_zygote_child_ping_linux.h', |
| 195 'public/common/service_registry.h', | 195 'public/common/service_registry.h', |
| 196 'public/common/signed_certificate_timestamp_id_and_status.cc', | |
| 197 'public/common/signed_certificate_timestamp_id_and_status.h', | |
| 198 'public/common/speech_recognition_error.h', | 196 'public/common/speech_recognition_error.h', |
| 199 'public/common/speech_recognition_grammar.h', | 197 'public/common/speech_recognition_grammar.h', |
| 200 'public/common/speech_recognition_result.cc', | 198 'public/common/speech_recognition_result.cc', |
| 201 'public/common/speech_recognition_result.h', | 199 'public/common/speech_recognition_result.h', |
| 202 'public/common/ssl_status.cc', | 200 'public/common/ssl_status.cc', |
| 203 'public/common/ssl_status.h', | 201 'public/common/ssl_status.h', |
| 204 'public/common/stop_find_action.h', | 202 'public/common/stop_find_action.h', |
| 205 'public/common/storage_quota_params.h', | 203 'public/common/storage_quota_params.h', |
| 206 'public/common/three_d_api_types.h', | 204 'public/common/three_d_api_types.h', |
| 207 'public/common/top_controls_state.h', | 205 'public/common/top_controls_state.h', |
| (...skipping 783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 991 'sources!': [ | 989 'sources!': [ |
| 992 'common/cursors/webcursor_ozone.cc', | 990 'common/cursors/webcursor_ozone.cc', |
| 993 'common/font_list_ozone.cc', | 991 'common/font_list_ozone.cc', |
| 994 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 992 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 995 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', | 993 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', |
| 996 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', | 994 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', |
| 997 ], | 995 ], |
| 998 }], | 996 }], |
| 999 ], | 997 ], |
| 1000 } | 998 } |
| OLD | NEW |