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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'common/android/address_parser_internal.cc', | 147 'common/android/address_parser_internal.cc', |
148 'common/android/address_parser_internal.h', | 148 'common/android/address_parser_internal.h', |
149 'common/android/common_jni_registrar.cc', | 149 'common/android/common_jni_registrar.cc', |
150 'common/android/common_jni_registrar.h', | 150 'common/android/common_jni_registrar.h', |
151 'common/android/gin_java_bridge_errors.cc', | 151 'common/android/gin_java_bridge_errors.cc', |
152 'common/android/gin_java_bridge_errors.h', | 152 'common/android/gin_java_bridge_errors.h', |
153 'common/android/gin_java_bridge_value.cc', | 153 'common/android/gin_java_bridge_value.cc', |
154 'common/android/gin_java_bridge_value.h', | 154 'common/android/gin_java_bridge_value.h', |
155 'common/android/hash_set.cc', | 155 'common/android/hash_set.cc', |
156 'common/android/hash_set.h', | 156 'common/android/hash_set.h', |
157 'common/android/surface_texture_lookup.cc', | 157 'common/android/surface_texture_manager.cc', |
158 'common/android/surface_texture_lookup.h', | 158 'common/android/surface_texture_manager.h', |
159 'common/android/surface_texture_peer.cc', | 159 'common/android/surface_texture_peer.cc', |
160 'common/android/surface_texture_peer.h', | 160 'common/android/surface_texture_peer.h', |
161 'common/appcache_interfaces.cc', | 161 'common/appcache_interfaces.cc', |
162 'common/appcache_interfaces.h', | 162 'common/appcache_interfaces.h', |
163 'common/appcache_messages.h', | 163 'common/appcache_messages.h', |
164 'common/battery_status_messages.h', | 164 'common/battery_status_messages.h', |
165 'common/browser_plugin/browser_plugin_constants.cc', | 165 'common/browser_plugin/browser_plugin_constants.cc', |
166 'common/browser_plugin/browser_plugin_constants.h', | 166 'common/browser_plugin/browser_plugin_constants.h', |
167 'common/browser_plugin/browser_plugin_messages.h', | 167 'common/browser_plugin/browser_plugin_messages.h', |
168 'common/cc_messages.cc', | 168 'common/cc_messages.cc', |
(...skipping 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
662 ], | 662 ], |
663 'process_outputs_as_sources': 1, | 663 'process_outputs_as_sources': 1, |
664 'message': 'Generating VideoToolbox stubs for dynamic loading', | 664 'message': 'Generating VideoToolbox stubs for dynamic loading', |
665 }, | 665 }, |
666 ], | 666 ], |
667 }], | 667 }], |
668 ['OS=="android"',{ | 668 ['OS=="android"',{ |
669 'sources': [ | 669 'sources': [ |
670 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', | 670 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.cc', |
671 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', | 671 'common/gpu/client/gpu_memory_buffer_impl_surface_texture.h', |
| 672 'common/gpu/gpu_memory_buffer_factory_surface_texture.cc', |
| 673 'common/gpu/gpu_memory_buffer_factory_surface_texture.h', |
672 ], | 674 ], |
673 'link_settings': { | 675 'link_settings': { |
674 'libraries': [ | 676 'libraries': [ |
675 '-landroid', # ANativeWindow | 677 '-landroid', # ANativeWindow |
676 ], | 678 ], |
677 }, | 679 }, |
678 'dependencies': [ | 680 'dependencies': [ |
679 'content.gyp:content_jni_headers', | 681 'content.gyp:content_jni_headers', |
680 'content.gyp:common_aidl', | 682 'content.gyp:common_aidl', |
681 ], | 683 ], |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 ], | 918 ], |
917 'sources': [ | 919 'sources': [ |
918 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', | 920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', |
919 ], | 921 ], |
920 'sources!': [ | 922 'sources!': [ |
921 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', | 923 'common/gpu/client/gpu_memory_buffer_impl_linux.cc', |
922 ], | 924 ], |
923 }], | 925 }], |
924 ], | 926 ], |
925 } | 927 } |
OLD | NEW |