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', | |
164 'common/browser_plugin/browser_plugin_constants.cc', | 163 'common/browser_plugin/browser_plugin_constants.cc', |
165 'common/browser_plugin/browser_plugin_constants.h', | 164 'common/browser_plugin/browser_plugin_constants.h', |
166 'common/browser_plugin/browser_plugin_messages.h', | 165 'common/browser_plugin/browser_plugin_messages.h', |
167 'common/cc_messages.cc', | 166 'common/cc_messages.cc', |
168 'common/cc_messages.h', | 167 'common/cc_messages.h', |
169 'common/child_process_host_impl.cc', | 168 'common/child_process_host_impl.cc', |
170 'common/child_process_host_impl.h', | 169 'common/child_process_host_impl.h', |
171 'common/child_process_messages.h', | 170 'common/child_process_messages.h', |
172 'common/child_process_sandbox_support_impl_linux.cc', | 171 'common/child_process_sandbox_support_impl_linux.cc', |
173 'common/child_process_sandbox_support_impl_linux.h', | 172 'common/child_process_sandbox_support_impl_linux.h', |
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 ], | 915 ], |
917 'sources': [ | 916 'sources': [ |
918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 917 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
919 ], | 918 ], |
920 'sources!': [ | 919 'sources!': [ |
921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 920 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
922 ], | 921 ], |
923 }], | 922 }], |
924 ], | 923 ], |
925 } | 924 } |
OLD | NEW |