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

Side by Side Diff: content/content_common.gypi

Issue 10795058: Add GL surface creation for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/image_transport_surface_android.cc ('k') | no next file » | 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 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
201 'common/gpu/gpu_channel_manager.cc', 201 'common/gpu/gpu_channel_manager.cc',
202 'common/gpu/gpu_channel_manager.h', 202 'common/gpu/gpu_channel_manager.h',
203 'common/gpu/gpu_command_buffer_stub.cc', 203 'common/gpu/gpu_command_buffer_stub.cc',
204 'common/gpu/gpu_command_buffer_stub.h', 204 'common/gpu/gpu_command_buffer_stub.h',
205 'common/gpu/gpu_config.h', 205 'common/gpu/gpu_config.h',
206 'common/gpu/gpu_memory_allocation.h', 206 'common/gpu/gpu_memory_allocation.h',
207 'common/gpu/gpu_memory_manager.cc', 207 'common/gpu/gpu_memory_manager.cc',
208 'common/gpu/gpu_memory_manager.h', 208 'common/gpu/gpu_memory_manager.h',
209 'common/gpu/gpu_messages.h', 209 'common/gpu/gpu_messages.h',
210 'common/gpu/gpu_process_launch_causes.h', 210 'common/gpu/gpu_process_launch_causes.h',
211 'common/gpu/gpu_surface_lookup.h',
212 'common/gpu/gpu_surface_lookup.cc',
211 'common/gpu/stream_texture_manager_android.cc', 213 'common/gpu/stream_texture_manager_android.cc',
212 'common/gpu/stream_texture_manager_android.h', 214 'common/gpu/stream_texture_manager_android.h',
213 'common/gpu/gpu_watchdog.h', 215 'common/gpu/gpu_watchdog.h',
214 'common/gpu/image_transport_surface.h', 216 'common/gpu/image_transport_surface.h',
215 'common/gpu/image_transport_surface.cc', 217 'common/gpu/image_transport_surface.cc',
216 'common/gpu/image_transport_surface_android.cc', 218 'common/gpu/image_transport_surface_android.cc',
217 'common/gpu/image_transport_surface_linux.cc', 219 'common/gpu/image_transport_surface_linux.cc',
218 'common/gpu/image_transport_surface_mac.cc', 220 'common/gpu/image_transport_surface_mac.cc',
219 'common/gpu/image_transport_surface_win.cc', 221 'common/gpu/image_transport_surface_win.cc',
220 'common/gpu/media/avc_config_record_builder.cc', 222 'common/gpu/media/avc_config_record_builder.cc',
(...skipping 274 matching lines...) Expand 10 before | Expand all | Expand 10 after
495 '../build/extract_from_cab.py', 497 '../build/extract_from_cab.py',
496 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 498 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
497 '<(output)', 499 '<(output)',
498 '<(PRODUCT_DIR)', 500 '<(PRODUCT_DIR)',
499 ], 501 ],
500 }, 502 },
501 ] 503 ]
502 }] 504 }]
503 ], 505 ],
504 } 506 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698