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

Side by Side Diff: content/content_common.gypi

Issue 9348033: Adds gpu_info_collector and ImageTransportSurface methods for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed apatrick's comments. Created 8 years, 10 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') | content/content_gpu.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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 'common/gpu/gpu_feature_flags.cc', 165 'common/gpu/gpu_feature_flags.cc',
166 'common/gpu/gpu_feature_flags.h', 166 'common/gpu/gpu_feature_flags.h',
167 'common/gpu/gpu_memory_allocation.h', 167 'common/gpu/gpu_memory_allocation.h',
168 'common/gpu/gpu_memory_manager.cc', 168 'common/gpu/gpu_memory_manager.cc',
169 'common/gpu/gpu_memory_manager.h', 169 'common/gpu/gpu_memory_manager.h',
170 'common/gpu/gpu_messages.h', 170 'common/gpu/gpu_messages.h',
171 'common/gpu/gpu_process_launch_causes.h', 171 'common/gpu/gpu_process_launch_causes.h',
172 'common/gpu/gpu_watchdog.h', 172 'common/gpu/gpu_watchdog.h',
173 'common/gpu/image_transport_surface.h', 173 'common/gpu/image_transport_surface.h',
174 'common/gpu/image_transport_surface.cc', 174 'common/gpu/image_transport_surface.cc',
175 'common/gpu/image_transport_surface_android.cc',
175 'common/gpu/image_transport_surface_linux.cc', 176 'common/gpu/image_transport_surface_linux.cc',
176 'common/gpu/image_transport_surface_mac.cc', 177 'common/gpu/image_transport_surface_mac.cc',
177 'common/gpu/image_transport_surface_win.cc', 178 'common/gpu/image_transport_surface_win.cc',
178 'common/gpu/media/gpu_video_decode_accelerator.cc', 179 'common/gpu/media/gpu_video_decode_accelerator.cc',
179 'common/gpu/media/gpu_video_decode_accelerator.h', 180 'common/gpu/media/gpu_video_decode_accelerator.h',
180 'common/handle_enumerator_win.cc', 181 'common/handle_enumerator_win.cc',
181 'common/handle_enumerator_win.h', 182 'common/handle_enumerator_win.h',
182 'common/hi_res_timer_manager_posix.cc', 183 'common/hi_res_timer_manager_posix.cc',
183 'common/hi_res_timer_manager_win.cc', 184 'common/hi_res_timer_manager_win.cc',
184 'common/hi_res_timer_manager.h', 185 'common/hi_res_timer_manager.h',
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '../build/extract_from_cab.py', 395 '../build/extract_from_cab.py',
395 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 396 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
396 '<(output)', 397 '<(output)',
397 '<(PRODUCT_DIR)', 398 '<(PRODUCT_DIR)',
398 ], 399 ],
399 }, 400 },
400 ] 401 ]
401 }] 402 }]
402 ], 403 ],
403 } 404 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_android.cc ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698