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

Side by Side Diff: services/ui/gpu/DEPS

Issue 2795823003: Create //components/viz/frame_sinks and move code. (Closed)
Patch Set: Fix DEPS. Created 3 years, 8 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 | « services/ui/gpu/BUILD.gn ('k') | services/ui/gpu/gpu_main.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 "+components/viz",
2 "+gpu/command_buffer", 3 "+gpu/command_buffer",
3 "+gpu/config", 4 "+gpu/config",
4 "+gpu/ipc", 5 "+gpu/ipc",
5 "+gpu/ipc/common", 6 "+gpu/ipc/common",
6 "+gpu/ipc/service", 7 "+gpu/ipc/service",
7 "+media/gpu", 8 "+media/gpu",
8 "-services/ui/common", 9 "-services/ui/common",
9 ] 10 ]
10 11
11 specific_include_rules = { 12 specific_include_rules = {
12 "gpu_main.*": [ 13 "gpu_main.*": [
13 "+services/ui/common", 14 "+services/ui/common",
14 "+services/ui/surfaces", 15 "+services/ui/surfaces",
15 ] 16 ]
16 } 17 }
OLDNEW
« no previous file with comments | « services/ui/gpu/BUILD.gn ('k') | services/ui/gpu/gpu_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698