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

Side by Side Diff: components/viz/host/DEPS

Issue 2941423002: viz: Move ServerGpuMemoryBufferManager into host/gpu. (Closed)
Patch Set: fix tot merge Created 3 years, 5 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 | « components/viz/host/BUILD.gn ('k') | components/viz/host/server_gpu_memory_buffer_manager.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 include_rules = [ 1 include_rules = [
2 "+cc/ipc", 2 "+cc/ipc",
3 "+cc/surfaces", 3 "+cc/surfaces",
4 "+services/ui/gpu/interfaces",
4 ] 5 ]
6
7 specific_include_rules = {
8 "server_gpu_memory_buffer_manager_unittest\.cc": [
9 "+ui/gfx",
10 ]
11 }
OLDNEW
« no previous file with comments | « components/viz/host/BUILD.gn ('k') | components/viz/host/server_gpu_memory_buffer_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698