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

Side by Side Diff: content/content_common.gypi

Issue 1823723002: Move establish_channel_params.{cc|h} to content/gpu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « content/common/gpu/gpu_memory_uma_stats.h ('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 '../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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc', 364 'common/gpu/client/grcontext_for_webgraphicscontext3d.cc',
365 'common/gpu/client/grcontext_for_webgraphicscontext3d.h', 365 'common/gpu/client/grcontext_for_webgraphicscontext3d.h',
366 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc', 366 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.cc',
367 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h', 367 'common/gpu/client/webgraphicscontext3d_command_buffer_impl.h',
368 'common/gpu/ca_layer_partial_damage_tree_mac.h', 368 'common/gpu/ca_layer_partial_damage_tree_mac.h',
369 'common/gpu/ca_layer_partial_damage_tree_mac.mm', 369 'common/gpu/ca_layer_partial_damage_tree_mac.mm',
370 'common/gpu/ca_layer_tree_mac.h', 370 'common/gpu/ca_layer_tree_mac.h',
371 'common/gpu/ca_layer_tree_mac.mm', 371 'common/gpu/ca_layer_tree_mac.mm',
372 'common/gpu/child_window_surface_win.cc', 372 'common/gpu/child_window_surface_win.cc',
373 'common/gpu/child_window_surface_win.h', 373 'common/gpu/child_window_surface_win.h',
374 'common/gpu/establish_channel_params.cc',
375 'common/gpu/establish_channel_params.h',
376 'common/gpu/gpu_host_messages.h', 374 'common/gpu/gpu_host_messages.h',
377 'common/gpu/gpu_channel.cc', 375 'common/gpu/gpu_channel.cc',
378 'common/gpu/gpu_channel.h', 376 'common/gpu/gpu_channel.h',
379 'common/gpu/gpu_channel_manager.cc', 377 'common/gpu/gpu_channel_manager.cc',
380 'common/gpu/gpu_channel_manager.h', 378 'common/gpu/gpu_channel_manager.h',
381 'common/gpu/gpu_channel_manager_delegate.h', 379 'common/gpu/gpu_channel_manager_delegate.h',
382 'common/gpu/gpu_command_buffer_stub.cc', 380 'common/gpu/gpu_command_buffer_stub.cc',
383 'common/gpu/gpu_command_buffer_stub.h', 381 'common/gpu/gpu_command_buffer_stub.h',
384 'common/gpu/gpu_config.h', 382 'common/gpu/gpu_config.h',
385 'common/gpu/gpu_memory_buffer_factory.cc', 383 'common/gpu/gpu_memory_buffer_factory.cc',
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
1108 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1106 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1109 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1110 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1108 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1111 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1109 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1112 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1113 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1111 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1114 ], 1112 ],
1115 }], 1113 }],
1116 ], 1114 ],
1117 } 1115 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_memory_uma_stats.h ('k') | content/content_gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698