| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'common/android/gin_java_bridge_value.h', | 153 'common/android/gin_java_bridge_value.h', |
| 154 'common/android/hash_set.cc', | 154 'common/android/hash_set.cc', |
| 155 'common/android/hash_set.h', | 155 'common/android/hash_set.h', |
| 156 'common/android/surface_texture_manager.cc', | 156 'common/android/surface_texture_manager.cc', |
| 157 'common/android/surface_texture_manager.h', | 157 'common/android/surface_texture_manager.h', |
| 158 'common/android/surface_texture_peer.cc', | 158 'common/android/surface_texture_peer.cc', |
| 159 'common/android/surface_texture_peer.h', | 159 'common/android/surface_texture_peer.h', |
| 160 'common/appcache_interfaces.cc', | 160 'common/appcache_interfaces.cc', |
| 161 'common/appcache_interfaces.h', | 161 'common/appcache_interfaces.h', |
| 162 'common/appcache_messages.h', | 162 'common/appcache_messages.h', |
| 163 'common/battery_status_messages.h', |
| 163 'common/browser_plugin/browser_plugin_constants.cc', | 164 'common/browser_plugin/browser_plugin_constants.cc', |
| 164 'common/browser_plugin/browser_plugin_constants.h', | 165 'common/browser_plugin/browser_plugin_constants.h', |
| 165 'common/browser_plugin/browser_plugin_messages.h', | 166 'common/browser_plugin/browser_plugin_messages.h', |
| 166 'common/cc_messages.cc', | 167 'common/cc_messages.cc', |
| 167 'common/cc_messages.h', | 168 'common/cc_messages.h', |
| 168 'common/child_process_host_impl.cc', | 169 'common/child_process_host_impl.cc', |
| 169 'common/child_process_host_impl.h', | 170 'common/child_process_host_impl.h', |
| 170 'common/child_process_messages.h', | 171 'common/child_process_messages.h', |
| 171 'common/child_process_sandbox_support_impl_linux.cc', | 172 'common/child_process_sandbox_support_impl_linux.cc', |
| 172 'common/child_process_sandbox_support_impl_linux.h', | 173 'common/child_process_sandbox_support_impl_linux.h', |
| (...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 ], | 916 ], |
| 916 'sources': [ | 917 'sources': [ |
| 917 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
| 918 ], | 919 ], |
| 919 'sources!': [ | 920 'sources!': [ |
| 920 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
| 921 ], | 922 ], |
| 922 }], | 923 }], |
| 923 ], | 924 ], |
| 924 } | 925 } |
| OLD | NEW |