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

Side by Side Diff: content/content_common.gypi

Issue 383303004: Added more detailed result codes for CreateViewCommandBuffer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Deleted commented-out code from test. Created 6 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/gpu_result_codes.h ('k') | content/renderer/render_thread_impl.h » ('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 '../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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'common/gpu/gpu_config.h', 280 'common/gpu/gpu_config.h',
281 'common/gpu/gpu_memory_manager.cc', 281 'common/gpu/gpu_memory_manager.cc',
282 'common/gpu/gpu_memory_manager.h', 282 'common/gpu/gpu_memory_manager.h',
283 'common/gpu/gpu_memory_manager_client.cc', 283 'common/gpu/gpu_memory_manager_client.cc',
284 'common/gpu/gpu_memory_manager_client.h', 284 'common/gpu/gpu_memory_manager_client.h',
285 'common/gpu/gpu_memory_tracking.cc', 285 'common/gpu/gpu_memory_tracking.cc',
286 'common/gpu/gpu_memory_tracking.h', 286 'common/gpu/gpu_memory_tracking.h',
287 'common/gpu/gpu_memory_uma_stats.h', 287 'common/gpu/gpu_memory_uma_stats.h',
288 'common/gpu/gpu_messages.h', 288 'common/gpu/gpu_messages.h',
289 'common/gpu/gpu_process_launch_causes.h', 289 'common/gpu/gpu_process_launch_causes.h',
290 'common/gpu/gpu_result_codes.h',
290 'common/gpu/gpu_surface_lookup.cc', 291 'common/gpu/gpu_surface_lookup.cc',
291 'common/gpu/gpu_surface_lookup.h', 292 'common/gpu/gpu_surface_lookup.h',
292 'common/gpu/gpu_watchdog.h', 293 'common/gpu/gpu_watchdog.h',
293 'common/gpu/image_transport_surface.cc', 294 'common/gpu/image_transport_surface.cc',
294 'common/gpu/image_transport_surface.h', 295 'common/gpu/image_transport_surface.h',
295 'common/gpu/image_transport_surface_android.cc', 296 'common/gpu/image_transport_surface_android.cc',
296 'common/gpu/image_transport_surface_calayer_mac.mm', 297 'common/gpu/image_transport_surface_calayer_mac.mm',
297 'common/gpu/image_transport_surface_calayer_mac.h', 298 'common/gpu/image_transport_surface_calayer_mac.h',
298 'common/gpu/image_transport_surface_fbo_mac.cc', 299 'common/gpu/image_transport_surface_fbo_mac.cc',
299 'common/gpu/image_transport_surface_fbo_mac.h', 300 'common/gpu/image_transport_surface_fbo_mac.h',
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 }, { 869 }, {
869 'defines': ['USE_SECCOMP_BPF'], 870 'defines': ['USE_SECCOMP_BPF'],
870 }], 871 }],
871 ['use_ozone==1', { 872 ['use_ozone==1', {
872 'dependencies': [ 873 'dependencies': [
873 '../ui/ozone/ozone.gyp:ozone', 874 '../ui/ozone/ozone.gyp:ozone',
874 ], 875 ],
875 }], 876 }],
876 ], 877 ],
877 } 878 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_result_codes.h ('k') | content/renderer/render_thread_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698