| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 158       'common/android/gin_java_bridge_value.h', | 158       'common/android/gin_java_bridge_value.h', | 
| 159       'common/android/hash_set.cc', | 159       'common/android/hash_set.cc', | 
| 160       'common/android/hash_set.h', | 160       'common/android/hash_set.h', | 
| 161       'common/android/surface_texture_manager.cc', | 161       'common/android/surface_texture_manager.cc', | 
| 162       'common/android/surface_texture_manager.h', | 162       'common/android/surface_texture_manager.h', | 
| 163       'common/android/surface_texture_peer.cc', | 163       'common/android/surface_texture_peer.cc', | 
| 164       'common/android/surface_texture_peer.h', | 164       'common/android/surface_texture_peer.h', | 
| 165       'common/appcache_interfaces.cc', | 165       'common/appcache_interfaces.cc', | 
| 166       'common/appcache_interfaces.h', | 166       'common/appcache_interfaces.h', | 
| 167       'common/appcache_messages.h', | 167       'common/appcache_messages.h', | 
|  | 168       'common/bluetooth/bluetooth_error.h', | 
|  | 169       'common/bluetooth/bluetooth_messages.h', | 
| 168       'common/browser_plugin/browser_plugin_constants.cc', | 170       'common/browser_plugin/browser_plugin_constants.cc', | 
| 169       'common/browser_plugin/browser_plugin_constants.h', | 171       'common/browser_plugin/browser_plugin_constants.h', | 
| 170       'common/browser_plugin/browser_plugin_messages.h', | 172       'common/browser_plugin/browser_plugin_messages.h', | 
| 171       'common/cc_messages.cc', | 173       'common/cc_messages.cc', | 
| 172       'common/cc_messages.h', | 174       'common/cc_messages.h', | 
| 173       'common/child_process_host_impl.cc', | 175       'common/child_process_host_impl.cc', | 
| 174       'common/child_process_host_impl.h', | 176       'common/child_process_host_impl.h', | 
| 175       'common/child_process_messages.h', | 177       'common/child_process_messages.h', | 
| 176       'common/child_process_sandbox_support_impl_linux.cc', | 178       'common/child_process_sandbox_support_impl_linux.cc', | 
| 177       'common/child_process_sandbox_support_impl_linux.h', | 179       'common/child_process_sandbox_support_impl_linux.h', | 
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 924         'common/cursors/webcursor_ozone.cc', | 926         'common/cursors/webcursor_ozone.cc', | 
| 925         'common/font_list_ozone.cc', | 927         'common/font_list_ozone.cc', | 
| 926         'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 928         'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 
| 927         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 929         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', | 
| 928         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 930         'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', | 
| 929         'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 931         'common/gpu/gpu_memory_buffer_factory_ozone.cc', | 
| 930       ], | 932       ], | 
| 931     }], | 933     }], | 
| 932   ], | 934   ], | 
| 933 } | 935 } | 
| OLD | NEW | 
|---|