Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: content/content_common.gypi

Issue 10695020: upstream SurfaceTextureListener and SurfaceTextureBridge class for android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixing nits Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../gpu/gpu.gyp:gles2_implementation', 9 '../gpu/gpu.gyp:gles2_implementation',
10 '../gpu/gpu.gyp:gpu_ipc', 10 '../gpu/gpu.gyp:gpu_ipc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'common/android/address_parser.cc', 99 'common/android/address_parser.cc',
100 'common/android/address_parser.h', 100 'common/android/address_parser.h',
101 'common/android/address_parser_internal.cc', 101 'common/android/address_parser_internal.cc',
102 'common/android/address_parser_internal.h', 102 'common/android/address_parser_internal.h',
103 'common/android/command_line.cc', 103 'common/android/command_line.cc',
104 'common/android/command_line.h', 104 'common/android/command_line.h',
105 'common/android/common_jni_registrar.cc', 105 'common/android/common_jni_registrar.cc',
106 'common/android/common_jni_registrar.h', 106 'common/android/common_jni_registrar.h',
107 'common/android/surface_callback.cc', 107 'common/android/surface_callback.cc',
108 'common/android/surface_callback.h', 108 'common/android/surface_callback.h',
109 'common/android/surface_texture_bridge.cc',
110 'common/android/surface_texture_bridge.h',
111 'common/android/surface_texture_listener.cc',
112 'common/android/surface_texture_listener.h',
109 'common/android/surface_texture_peer.cc', 113 'common/android/surface_texture_peer.cc',
110 'common/android/surface_texture_peer.h', 114 'common/android/surface_texture_peer.h',
111 'common/android/trace_event_binding.cc', 115 'common/android/trace_event_binding.cc',
112 'common/android/trace_event_binding.h', 116 'common/android/trace_event_binding.h',
113 'common/appcache/appcache_backend_proxy.cc', 117 'common/appcache/appcache_backend_proxy.cc',
114 'common/appcache/appcache_backend_proxy.h', 118 'common/appcache/appcache_backend_proxy.h',
115 'common/appcache/appcache_dispatcher.cc', 119 'common/appcache/appcache_dispatcher.cc',
116 'common/appcache/appcache_dispatcher.h', 120 'common/appcache/appcache_dispatcher.h',
117 'common/appcache_messages.h', 121 'common/appcache_messages.h',
118 'common/browser_plugin_messages.h', 122 'common/browser_plugin_messages.h',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'common/gpu/gpu_channel_manager.cc', 196 'common/gpu/gpu_channel_manager.cc',
193 'common/gpu/gpu_channel_manager.h', 197 'common/gpu/gpu_channel_manager.h',
194 'common/gpu/gpu_command_buffer_stub.cc', 198 'common/gpu/gpu_command_buffer_stub.cc',
195 'common/gpu/gpu_command_buffer_stub.h', 199 'common/gpu/gpu_command_buffer_stub.h',
196 'common/gpu/gpu_config.h', 200 'common/gpu/gpu_config.h',
197 'common/gpu/gpu_memory_allocation.h', 201 'common/gpu/gpu_memory_allocation.h',
198 'common/gpu/gpu_memory_manager.cc', 202 'common/gpu/gpu_memory_manager.cc',
199 'common/gpu/gpu_memory_manager.h', 203 'common/gpu/gpu_memory_manager.h',
200 'common/gpu/gpu_messages.h', 204 'common/gpu/gpu_messages.h',
201 'common/gpu/gpu_process_launch_causes.h', 205 'common/gpu/gpu_process_launch_causes.h',
206 'common/gpu/stream_texture_manager_android.cc',
207 'common/gpu/stream_texture_manager_android.h',
202 'common/gpu/gpu_watchdog.h', 208 'common/gpu/gpu_watchdog.h',
203 'common/gpu/image_transport_surface.h', 209 'common/gpu/image_transport_surface.h',
204 'common/gpu/image_transport_surface.cc', 210 'common/gpu/image_transport_surface.cc',
205 'common/gpu/image_transport_surface_android.cc', 211 'common/gpu/image_transport_surface_android.cc',
206 'common/gpu/image_transport_surface_linux.cc', 212 'common/gpu/image_transport_surface_linux.cc',
207 'common/gpu/image_transport_surface_mac.cc', 213 'common/gpu/image_transport_surface_mac.cc',
208 'common/gpu/image_transport_surface_win.cc', 214 'common/gpu/image_transport_surface_win.cc',
209 'common/gpu/media/avc_config_record_builder.cc', 215 'common/gpu/media/avc_config_record_builder.cc',
210 'common/gpu/media/avc_config_record_builder.h', 216 'common/gpu/media/avc_config_record_builder.h',
211 'common/gpu/media/h264_parser.cc', 217 'common/gpu/media/h264_parser.cc',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../build/extract_from_cab.py', 491 '../build/extract_from_cab.py',
486 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 492 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
487 '<(output)', 493 '<(output)',
488 '<(PRODUCT_DIR)', 494 '<(PRODUCT_DIR)',
489 ], 495 ],
490 }, 496 },
491 ] 497 ]
492 }] 498 }]
493 ], 499 ],
494 } 500 }
OLDNEW
« no previous file with comments | « content/common/gpu/stream_texture_manager_android.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698