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

Side by Side Diff: content/content_common.gypi

Issue 1416363002: Mac: Always use surfaceless mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add export Created 5 years, 1 month 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 '../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 320 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 'common/gpu/gpu_messages.h', 331 'common/gpu/gpu_messages.h',
332 'common/gpu/gpu_process_launch_causes.h', 332 'common/gpu/gpu_process_launch_causes.h',
333 'common/gpu/gpu_result_codes.h', 333 'common/gpu/gpu_result_codes.h',
334 'common/gpu/gpu_stream_priority.h', 334 'common/gpu/gpu_stream_priority.h',
335 'common/gpu/gpu_surface_lookup.cc', 335 'common/gpu/gpu_surface_lookup.cc',
336 'common/gpu/gpu_surface_lookup.h', 336 'common/gpu/gpu_surface_lookup.h',
337 'common/gpu/gpu_watchdog.h', 337 'common/gpu/gpu_watchdog.h',
338 'common/gpu/image_transport_surface.cc', 338 'common/gpu/image_transport_surface.cc',
339 'common/gpu/image_transport_surface.h', 339 'common/gpu/image_transport_surface.h',
340 'common/gpu/image_transport_surface_android.cc', 340 'common/gpu/image_transport_surface_android.cc',
341 'common/gpu/image_transport_surface_calayer_mac.h',
342 'common/gpu/image_transport_surface_calayer_mac.mm',
343 'common/gpu/image_transport_surface_fbo_mac.h',
344 'common/gpu/image_transport_surface_fbo_mac.mm',
345 'common/gpu/image_transport_surface_iosurface_mac.cc',
346 'common/gpu/image_transport_surface_iosurface_mac.h',
347 'common/gpu/image_transport_surface_linux.cc', 341 'common/gpu/image_transport_surface_linux.cc',
348 'common/gpu/image_transport_surface_overlay_mac.h', 342 'common/gpu/image_transport_surface_overlay_mac.h',
349 'common/gpu/image_transport_surface_overlay_mac.mm', 343 'common/gpu/image_transport_surface_overlay_mac.mm',
350 'common/gpu/image_transport_surface_mac.mm', 344 'common/gpu/image_transport_surface_mac.mm',
351 'common/gpu/image_transport_surface_win.cc', 345 'common/gpu/image_transport_surface_win.cc',
352 'common/gpu/media/fake_video_decode_accelerator.cc', 346 'common/gpu/media/fake_video_decode_accelerator.cc',
353 'common/gpu/media/fake_video_decode_accelerator.h', 347 'common/gpu/media/fake_video_decode_accelerator.h',
354 'common/gpu/media/gpu_jpeg_decode_accelerator.cc', 348 'common/gpu/media/gpu_jpeg_decode_accelerator.cc',
355 'common/gpu/media/gpu_jpeg_decode_accelerator.h', 349 'common/gpu/media/gpu_jpeg_decode_accelerator.h',
356 'common/gpu/media/gpu_video_accelerator_util.cc', 350 'common/gpu/media/gpu_video_accelerator_util.cc',
(...skipping 747 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 1098 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
1105 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc', 1099 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.cc',
1106 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h', 1100 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap.h',
1107 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 1101 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
1108 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc', 1102 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.cc',
1109 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h', 1103 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap.h',
1110 ], 1104 ],
1111 }], 1105 }],
1112 ], 1106 ],
1113 } 1107 }
OLDNEW
« no previous file with comments | « content/common/gpu/image_transport_surface_overlay_mac.mm ('k') | ui/accelerated_widget_mac/accelerated_widget_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698