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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 'public/common/resource_devtools_info.h', | 116 'public/common/resource_devtools_info.h', |
117 'public/common/resource_response.cc', | 117 'public/common/resource_response.cc', |
118 'public/common/resource_response.h', | 118 'public/common/resource_response.h', |
119 'public/common/resource_response_info.cc', | 119 'public/common/resource_response_info.cc', |
120 'public/common/resource_response_info.h', | 120 'public/common/resource_response_info.h', |
121 'public/common/resource_type.cc', | 121 'public/common/resource_type.cc', |
122 'public/common/resource_type.h', | 122 'public/common/resource_type.h', |
123 'public/common/result_codes.h', | 123 'public/common/result_codes.h', |
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_mac.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/speech_recognition_error.h', | 134 'public/common/speech_recognition_error.h', |
135 'public/common/speech_recognition_grammar.h', | 135 'public/common/speech_recognition_grammar.h', |
136 'public/common/speech_recognition_result.cc', | 136 'public/common/speech_recognition_result.cc', |
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1068 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1068 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1069 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1069 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1070 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1070 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1071 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1071 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1072 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1072 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1073 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1073 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1074 ], | 1074 ], |
1075 }], | 1075 }], |
1076 ], | 1076 ], |
1077 } | 1077 } |
OLD | NEW |