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