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

Side by Side Diff: content/content_browser.gypi

Issue 540443002: Enable sync allocation of GpuMemoryBuffers from the browser process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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_channel_manager.cc ('k') | content/gpu/gpu_child_thread.cc » ('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_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
693 'browser/gpu/browser_gpu_channel_host_factory.cc', 693 'browser/gpu/browser_gpu_channel_host_factory.cc',
694 'browser/gpu/browser_gpu_channel_host_factory.h', 694 'browser/gpu/browser_gpu_channel_host_factory.h',
695 'browser/gpu/compositor_util.cc', 695 'browser/gpu/compositor_util.cc',
696 'browser/gpu/compositor_util.h', 696 'browser/gpu/compositor_util.h',
697 'browser/gpu/gpu_data_manager_impl.cc', 697 'browser/gpu/gpu_data_manager_impl.cc',
698 'browser/gpu/gpu_data_manager_impl.h', 698 'browser/gpu/gpu_data_manager_impl.h',
699 'browser/gpu/gpu_data_manager_impl_private.cc', 699 'browser/gpu/gpu_data_manager_impl_private.cc',
700 'browser/gpu/gpu_data_manager_impl_private.h', 700 'browser/gpu/gpu_data_manager_impl_private.h',
701 'browser/gpu/gpu_internals_ui.cc', 701 'browser/gpu/gpu_internals_ui.cc',
702 'browser/gpu/gpu_internals_ui.h', 702 'browser/gpu/gpu_internals_ui.h',
703 'browser/gpu/gpu_memory_buffer_factory_host_impl.cc',
704 'browser/gpu/gpu_memory_buffer_factory_host_impl.h',
703 'browser/gpu/gpu_process_host.cc', 705 'browser/gpu/gpu_process_host.cc',
704 'browser/gpu/gpu_process_host.h', 706 'browser/gpu/gpu_process_host.h',
705 'browser/gpu/gpu_process_host_ui_shim.cc', 707 'browser/gpu/gpu_process_host_ui_shim.cc',
706 'browser/gpu/gpu_process_host_ui_shim.h', 708 'browser/gpu/gpu_process_host_ui_shim.h',
707 'browser/gpu/gpu_surface_tracker.cc', 709 'browser/gpu/gpu_surface_tracker.cc',
708 'browser/gpu/gpu_surface_tracker.h', 710 'browser/gpu/gpu_surface_tracker.h',
709 'browser/gpu/shader_disk_cache.cc', 711 'browser/gpu/shader_disk_cache.cc',
710 'browser/gpu/shader_disk_cache.h', 712 'browser/gpu/shader_disk_cache.h',
711 'browser/histogram_controller.cc', 713 'browser/histogram_controller.cc',
712 'browser/histogram_controller.h', 714 'browser/histogram_controller.h',
(...skipping 1157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1870 'sources': [ 1872 'sources': [
1871 'browser/media/cdm/browser_cdm_manager.cc', 1873 'browser/media/cdm/browser_cdm_manager.cc',
1872 'browser/media/cdm/browser_cdm_manager.h', 1874 'browser/media/cdm/browser_cdm_manager.h',
1873 # This works on Android because enable_browser_cdms==1 on Android. 1875 # This works on Android because enable_browser_cdms==1 on Android.
1874 'browser/media/media_web_contents_observer.cc', 1876 'browser/media/media_web_contents_observer.cc',
1875 'browser/media/media_web_contents_observer.h', 1877 'browser/media/media_web_contents_observer.h',
1876 ], 1878 ],
1877 }], 1879 }],
1878 ], 1880 ],
1879 } 1881 }
OLDNEW
« no previous file with comments | « content/common/gpu/gpu_channel_manager.cc ('k') | content/gpu/gpu_child_thread.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698