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

Side by Side Diff: content/content_common.gypi

Issue 1944603002: Delete WebGraphicsContext3DCommandBufferImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@construct
Patch Set: killitwithfire: const Created 4 years, 7 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
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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../components/tracing.gyp:tracing', 9 '../components/tracing.gyp:tracing',
10 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 10 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
340 'common/generic_shared_memory_id_generator.cc', 340 'common/generic_shared_memory_id_generator.cc',
341 'common/generic_shared_memory_id_generator.h', 341 'common/generic_shared_memory_id_generator.h',
342 'common/geofencing_messages.h', 342 'common/geofencing_messages.h',
343 'common/geofencing_types.cc', 343 'common/geofencing_types.cc',
344 'common/geofencing_types.h', 344 'common/geofencing_types.h',
345 'common/gin_java_bridge_messages.h', 345 'common/gin_java_bridge_messages.h',
346 'common/gpu/client/command_buffer_metrics.cc', 346 'common/gpu/client/command_buffer_metrics.cc',
347 'common/gpu/client/command_buffer_metrics.h', 347 'common/gpu/client/command_buffer_metrics.h',
348 'common/gpu/client/context_provider_command_buffer.cc', 348 'common/gpu/client/context_provider_command_buffer.cc',
349 'common/gpu/client/context_provider_command_buffer.h', 349 'common/gpu/client/context_provider_command_buffer.h',
350 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
351 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
352 'common/gpu_host_messages.h', 350 'common/gpu_host_messages.h',
353 'common/gpu_process_launch_causes.h', 351 'common/gpu_process_launch_causes.h',
354 'common/host_discardable_shared_memory_manager.cc', 352 'common/host_discardable_shared_memory_manager.cc',
355 'common/host_discardable_shared_memory_manager.h', 353 'common/host_discardable_shared_memory_manager.h',
356 'common/host_shared_bitmap_manager.cc', 354 'common/host_shared_bitmap_manager.cc',
357 'common/host_shared_bitmap_manager.h', 355 'common/host_shared_bitmap_manager.h',
358 'common/in_process_child_thread_params.cc', 356 'common/in_process_child_thread_params.cc',
359 'common/in_process_child_thread_params.h', 357 'common/in_process_child_thread_params.h',
360 'common/indexed_db/indexed_db_constants.h', 358 'common/indexed_db/indexed_db_constants.h',
361 'common/indexed_db/indexed_db_key.cc', 359 'common/indexed_db/indexed_db_key.cc',
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 'sources!': [ 666 'sources!': [
669 'common/cursors/webcursor_ozone.cc', 667 'common/cursors/webcursor_ozone.cc',
670 'common/font_list_ozone.cc', 668 'common/font_list_ozone.cc',
671 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 669 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
672 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 670 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
673 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 671 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
674 ], 672 ],
675 }], 673 }],
676 ], 674 ],
677 } 675 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698