| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'common/android/surface_texture_manager.h', | 173 'common/android/surface_texture_manager.h', |
| 174 'common/android/surface_texture_peer.cc', | 174 'common/android/surface_texture_peer.cc', |
| 175 'common/android/surface_texture_peer.h', | 175 'common/android/surface_texture_peer.h', |
| 176 'common/appcache_interfaces.cc', | 176 'common/appcache_interfaces.cc', |
| 177 'common/appcache_interfaces.h', | 177 'common/appcache_interfaces.h', |
| 178 'common/appcache_messages.h', | 178 'common/appcache_messages.h', |
| 179 'common/bluetooth/bluetooth_device.cc', | 179 'common/bluetooth/bluetooth_device.cc', |
| 180 'common/bluetooth/bluetooth_device.h', | 180 'common/bluetooth/bluetooth_device.h', |
| 181 'common/bluetooth/bluetooth_error.h', | 181 'common/bluetooth/bluetooth_error.h', |
| 182 'common/bluetooth/bluetooth_messages.h', | 182 'common/bluetooth/bluetooth_messages.h', |
| 183 'common/bluetooth/bluetooth_scan_filter.cc', |
| 184 'common/bluetooth/bluetooth_scan_filter.h', |
| 183 'common/browser_plugin/browser_plugin_constants.cc', | 185 'common/browser_plugin/browser_plugin_constants.cc', |
| 184 'common/browser_plugin/browser_plugin_constants.h', | 186 'common/browser_plugin/browser_plugin_constants.h', |
| 185 'common/browser_plugin/browser_plugin_messages.h', | 187 'common/browser_plugin/browser_plugin_messages.h', |
| 186 'common/cache_storage/cache_storage_messages.h', | 188 'common/cache_storage/cache_storage_messages.h', |
| 187 'common/cache_storage/cache_storage_types.cc', | 189 'common/cache_storage/cache_storage_types.cc', |
| 188 'common/cache_storage/cache_storage_types.h', | 190 'common/cache_storage/cache_storage_types.h', |
| 189 'common/cc_messages.cc', | 191 'common/cc_messages.cc', |
| 190 'common/cc_messages.h', | 192 'common/cc_messages.h', |
| 191 'common/child_process_host_impl.cc', | 193 'common/child_process_host_impl.cc', |
| 192 'common/child_process_host_impl.h', | 194 'common/child_process_host_impl.h', |
| (...skipping 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1059 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1060 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1062 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1061 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1063 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1062 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1064 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1063 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1065 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1064 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1066 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1065 ], | 1067 ], |
| 1066 }], | 1068 }], |
| 1067 ], | 1069 ], |
| 1068 } | 1070 } |
| OLD | NEW |