| 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 164 'common/android/gin_java_bridge_value.h', | 164 'common/android/gin_java_bridge_value.h', |
| 165 'common/android/hash_set.cc', | 165 'common/android/hash_set.cc', |
| 166 'common/android/hash_set.h', | 166 'common/android/hash_set.h', |
| 167 'common/android/surface_texture_manager.cc', | 167 'common/android/surface_texture_manager.cc', |
| 168 'common/android/surface_texture_manager.h', | 168 'common/android/surface_texture_manager.h', |
| 169 'common/android/surface_texture_peer.cc', | 169 'common/android/surface_texture_peer.cc', |
| 170 'common/android/surface_texture_peer.h', | 170 'common/android/surface_texture_peer.h', |
| 171 'common/appcache_interfaces.cc', | 171 'common/appcache_interfaces.cc', |
| 172 'common/appcache_interfaces.h', | 172 'common/appcache_interfaces.h', |
| 173 'common/appcache_messages.h', | 173 'common/appcache_messages.h', |
| 174 'common/bluetooth/bluetooth_device.cc', |
| 175 'common/bluetooth/bluetooth_device.h', |
| 174 'common/bluetooth/bluetooth_error.h', | 176 'common/bluetooth/bluetooth_error.h', |
| 175 'common/bluetooth/bluetooth_messages.h', | 177 'common/bluetooth/bluetooth_messages.h', |
| 176 'common/browser_plugin/browser_plugin_constants.cc', | 178 'common/browser_plugin/browser_plugin_constants.cc', |
| 177 'common/browser_plugin/browser_plugin_constants.h', | 179 'common/browser_plugin/browser_plugin_constants.h', |
| 178 'common/browser_plugin/browser_plugin_messages.h', | 180 'common/browser_plugin/browser_plugin_messages.h', |
| 179 'common/cc_messages.cc', | 181 'common/cc_messages.cc', |
| 180 'common/cc_messages.h', | 182 'common/cc_messages.h', |
| 181 'common/child_process_host_impl.cc', | 183 'common/child_process_host_impl.cc', |
| 182 'common/child_process_host_impl.h', | 184 'common/child_process_host_impl.h', |
| 183 'common/child_process_messages.h', | 185 'common/child_process_messages.h', |
| (...skipping 854 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 1039 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 1041 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', |
| 1040 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 1042 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', |
| 1041 'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 1043 'common/gpu/gpu_memory_buffer_factory_ozone.cc', |
| 1042 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', | 1044 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', |
| 1043 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', | 1045 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', |
| 1044 ], | 1046 ], |
| 1045 }], | 1047 }], |
| 1046 ], | 1048 ], |
| 1047 } | 1049 } |
| OLD | NEW |