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

Side by Side Diff: content/content_common.gypi

Issue 1823763003: Move more files to gpu/ipc/common (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed GYP build 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_host_messages.h ('k') | content/gpu/gpu_child_thread.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 '../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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 'common/gpu/gpu_command_buffer_stub.h', 383 'common/gpu/gpu_command_buffer_stub.h',
384 'common/gpu/gpu_config.h', 384 'common/gpu/gpu_config.h',
385 'common/gpu/gpu_memory_buffer_factory.cc', 385 'common/gpu/gpu_memory_buffer_factory.cc',
386 'common/gpu/gpu_memory_buffer_factory.h', 386 'common/gpu/gpu_memory_buffer_factory.h',
387 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 387 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
388 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 388 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
389 'common/gpu/gpu_memory_manager.cc', 389 'common/gpu/gpu_memory_manager.cc',
390 'common/gpu/gpu_memory_manager.h', 390 'common/gpu/gpu_memory_manager.h',
391 'common/gpu/gpu_memory_tracking.cc', 391 'common/gpu/gpu_memory_tracking.cc',
392 'common/gpu/gpu_memory_tracking.h', 392 'common/gpu/gpu_memory_tracking.h',
393 'common/gpu/gpu_memory_uma_stats.h',
394 'common/gpu/gpu_surface_lookup.cc',
395 'common/gpu/gpu_surface_lookup.h',
396 'common/gpu/gpu_watchdog.h', 393 'common/gpu/gpu_watchdog.h',
397 'common/gpu/image_transport_surface.h', 394 'common/gpu/image_transport_surface.h',
398 'common/gpu/image_transport_surface_android.cc', 395 'common/gpu/image_transport_surface_android.cc',
399 'common/gpu/image_transport_surface_linux.cc', 396 'common/gpu/image_transport_surface_linux.cc',
400 'common/gpu/image_transport_surface_mac.mm', 397 'common/gpu/image_transport_surface_mac.mm',
401 'common/gpu/image_transport_surface_overlay_mac.h', 398 'common/gpu/image_transport_surface_overlay_mac.h',
402 'common/gpu/image_transport_surface_overlay_mac.mm', 399 'common/gpu/image_transport_surface_overlay_mac.mm',
403 'common/gpu/image_transport_surface_win.cc', 400 'common/gpu/image_transport_surface_win.cc',
404 'common/gpu/media/create_video_encoder_params.cc', 401 'common/gpu/media/create_video_encoder_params.cc',
405 'common/gpu/media/create_video_encoder_params.h', 402 'common/gpu/media/create_video_encoder_params.h',
(...skipping 699 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1102 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1103 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1107 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1104 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1108 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1105 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1106 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1110 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1107 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1111 ], 1108 ],
1112 }], 1109 }],
1113 ], 1110 ],
1114 } 1111 }
OLDNEW
« no previous file with comments | « content/common/gpu_host_messages.h ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698