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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
114 'public/common/resource_devtools_info.h', | 114 'public/common/resource_devtools_info.h', |
115 'public/common/resource_response.cc', | 115 'public/common/resource_response.cc', |
116 'public/common/resource_response.h', | 116 'public/common/resource_response.h', |
117 'public/common/resource_response_info.cc', | 117 'public/common/resource_response_info.cc', |
118 'public/common/resource_response_info.h', | 118 'public/common/resource_response_info.h', |
119 'public/common/resource_type.cc', | 119 'public/common/resource_type.cc', |
120 'public/common/resource_type.h', | 120 'public/common/resource_type.h', |
121 'public/common/result_codes.h', | 121 'public/common/result_codes.h', |
122 'public/common/sandbox_init.h', | 122 'public/common/sandbox_init.h', |
123 'public/common/sandbox_linux.h', | 123 'public/common/sandbox_linux.h', |
124 'public/common/sandbox_type_mac.h', | 124 'public/common/sandbox_type.h', |
125 'public/common/sandboxed_process_launcher_delegate.cc', | 125 'public/common/sandboxed_process_launcher_delegate.cc', |
126 'public/common/sandboxed_process_launcher_delegate.h', | 126 'public/common/sandboxed_process_launcher_delegate.h', |
127 'public/common/security_style.h', | 127 'public/common/security_style.h', |
128 'public/common/send_zygote_child_ping_linux.h', | 128 'public/common/send_zygote_child_ping_linux.h', |
129 'public/common/service_registry.h', | 129 'public/common/service_registry.h', |
130 'public/common/signed_certificate_timestamp_id_and_status.cc', | 130 'public/common/signed_certificate_timestamp_id_and_status.cc', |
131 'public/common/signed_certificate_timestamp_id_and_status.h', | 131 'public/common/signed_certificate_timestamp_id_and_status.h', |
132 'public/common/speech_recognition_error.h', | 132 'public/common/speech_recognition_error.h', |
133 'public/common/speech_recognition_grammar.h', | 133 'public/common/speech_recognition_grammar.h', |
134 'public/common/speech_recognition_result.cc', | 134 'public/common/speech_recognition_result.cc', |
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
1065 ], | 1065 ], |
1066 }], | 1066 }], |
1067 ], | 1067 ], |
1068 } | 1068 } |
OLD | NEW |