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_lookup.cc', | 156 'common/android/surface_texture_lookup.cc', |
157 'common/android/surface_texture_lookup.h', | 157 'common/android/surface_texture_lookup.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 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
909 ], | 908 ], |
910 'sources': [ | 909 'sources': [ |
911 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 910 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
912 ], | 911 ], |
913 'sources!': [ | 912 'sources!': [ |
914 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 913 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
915 ], | 914 ], |
916 }], | 915 }], |
917 ], | 916 ], |
918 } | 917 } |
OLD | NEW |