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

Side by Side Diff: content/content_common.gypi

Issue 753933002: MacViews: Move content::AcceleratedWidget to new component, ui/accelerated_widget_mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20141124-MacViews-MoveSoftwareLayerMac-fromcl
Patch Set: gn check Created 6 years 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/content_browser.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 'common/gpu/image_transport_surface_mac.mm', 315 'common/gpu/image_transport_surface_mac.mm',
316 'common/gpu/image_transport_surface_win.cc', 316 'common/gpu/image_transport_surface_win.cc',
317 'common/gpu/media/gpu_video_decode_accelerator.cc', 317 'common/gpu/media/gpu_video_decode_accelerator.cc',
318 'common/gpu/media/gpu_video_decode_accelerator.h', 318 'common/gpu/media/gpu_video_decode_accelerator.h',
319 'common/gpu/media/gpu_video_encode_accelerator.cc', 319 'common/gpu/media/gpu_video_encode_accelerator.cc',
320 'common/gpu/media/gpu_video_encode_accelerator.h', 320 'common/gpu/media/gpu_video_encode_accelerator.h',
321 'common/gpu/null_transport_surface.cc', 321 'common/gpu/null_transport_surface.cc',
322 'common/gpu/null_transport_surface.h', 322 'common/gpu/null_transport_surface.h',
323 'common/gpu/stream_texture_android.cc', 323 'common/gpu/stream_texture_android.cc',
324 'common/gpu/stream_texture_android.h', 324 'common/gpu/stream_texture_android.h',
325 'common/gpu/surface_handle_types_mac.cc',
326 'common/gpu/surface_handle_types_mac.h',
327 'common/handle_enumerator_win.cc', 325 'common/handle_enumerator_win.cc',
328 'common/handle_enumerator_win.h', 326 'common/handle_enumerator_win.h',
329 'common/host_discardable_shared_memory_manager.cc', 327 'common/host_discardable_shared_memory_manager.cc',
330 'common/host_discardable_shared_memory_manager.h', 328 'common/host_discardable_shared_memory_manager.h',
331 'common/host_shared_bitmap_manager.cc', 329 'common/host_shared_bitmap_manager.cc',
332 'common/host_shared_bitmap_manager.h', 330 'common/host_shared_bitmap_manager.h',
333 'common/image_messages.h', 331 'common/image_messages.h',
334 'common/indexed_db/indexed_db_constants.h', 332 'common/indexed_db/indexed_db_constants.h',
335 'common/indexed_db/indexed_db_key.cc', 333 'common/indexed_db/indexed_db_key.cc',
336 'common/indexed_db/indexed_db_key.h', 334 'common/indexed_db/indexed_db_key.h',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 'script': '<(DEPTH)/build/util/version.py', 594 'script': '<(DEPTH)/build/util/version.py',
597 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink', 595 'lastchange': '<(DEPTH)/build/util/LASTCHANGE.blink',
598 'template': 'webkit_version.h.in', 596 'template': 'webkit_version.h.in',
599 }, 597 },
600 }, 598 },
601 ], 599 ],
602 }], 600 }],
603 ['OS=="mac"', { 601 ['OS=="mac"', {
604 'dependencies': [ 602 'dependencies': [
605 'app/resources/content_resources.gyp:content_resources', 603 'app/resources/content_resources.gyp:content_resources',
604 '../ui/accelerated_widget_mac/accelerated_widget_mac.gyp:accelerated_wid get_mac'
606 ], 605 ],
607 'sources': [ 606 'sources': [
608 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc', 607 'common/gpu/client/gpu_memory_buffer_impl_io_surface.cc',
609 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h', 608 'common/gpu/client/gpu_memory_buffer_impl_io_surface.h',
610 'common/gpu/gpu_memory_buffer_factory_io_surface.cc', 609 'common/gpu/gpu_memory_buffer_factory_io_surface.cc',
611 'common/gpu/gpu_memory_buffer_factory_io_surface.h', 610 'common/gpu/gpu_memory_buffer_factory_io_surface.h',
612 'common/gpu/media/vt.h', 611 'common/gpu/media/vt.h',
613 'common/gpu/media/vt_video_decode_accelerator.cc', 612 'common/gpu/media/vt_video_decode_accelerator.cc',
614 'common/gpu/media/vt_video_decode_accelerator.h', 613 'common/gpu/media/vt_video_decode_accelerator.h',
615 ], 614 ],
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc', 919 'common/gpu/client/gpu_memory_buffer_impl_ozone.cc',
921 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc', 920 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.cc',
922 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h', 921 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_buffer.h',
923 'common/gpu/gpu_memory_buffer_factory_ozone.cc', 922 'common/gpu/gpu_memory_buffer_factory_ozone.cc',
924 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc', 923 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.cc',
925 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h', 924 'common/gpu/gpu_memory_buffer_factory_ozone_native_buffer.h',
926 ], 925 ],
927 }], 926 }],
928 ], 927 ],
929 } 928 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | ui/accelerated_widget_mac/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698