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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 'common/android/gin_java_bridge_value.h', | 150 'common/android/gin_java_bridge_value.h', |
151 'common/android/hash_set.cc', | 151 'common/android/hash_set.cc', |
152 'common/android/hash_set.h', | 152 'common/android/hash_set.h', |
153 'common/android/surface_texture_lookup.cc', | 153 'common/android/surface_texture_lookup.cc', |
154 'common/android/surface_texture_lookup.h', | 154 'common/android/surface_texture_lookup.h', |
155 'common/android/surface_texture_peer.cc', | 155 'common/android/surface_texture_peer.cc', |
156 'common/android/surface_texture_peer.h', | 156 'common/android/surface_texture_peer.h', |
157 'common/appcache_interfaces.cc', | 157 'common/appcache_interfaces.cc', |
158 'common/appcache_interfaces.h', | 158 'common/appcache_interfaces.h', |
159 'common/appcache_messages.h', | 159 'common/appcache_messages.h', |
160 'common/battery_status_messages.h', | |
161 'common/browser_plugin/browser_plugin_constants.cc', | 160 'common/browser_plugin/browser_plugin_constants.cc', |
162 'common/browser_plugin/browser_plugin_constants.h', | 161 'common/browser_plugin/browser_plugin_constants.h', |
163 'common/browser_plugin/browser_plugin_messages.h', | 162 'common/browser_plugin/browser_plugin_messages.h', |
164 'common/cc_messages.cc', | 163 'common/cc_messages.cc', |
165 'common/cc_messages.h', | 164 'common/cc_messages.h', |
166 'common/child_process_host_impl.cc', | 165 'common/child_process_host_impl.cc', |
167 'common/child_process_host_impl.h', | 166 'common/child_process_host_impl.h', |
168 'common/child_process_messages.h', | 167 'common/child_process_messages.h', |
169 'common/child_process_sandbox_support_impl_linux.cc', | 168 'common/child_process_sandbox_support_impl_linux.cc', |
170 'common/child_process_sandbox_support_impl_linux.h', | 169 'common/child_process_sandbox_support_impl_linux.h', |
(...skipping 736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 ], | 906 ], |
908 'sources': [ | 907 'sources': [ |
909 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 908 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
910 ], | 909 ], |
911 'sources!': [ | 910 'sources!': [ |
912 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 911 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
913 ], | 912 ], |
914 }], | 913 }], |
915 ], | 914 ], |
916 } | 915 } |
OLD | NEW |