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

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

Issue 2546123002: mus: Some more DEPS change. (Closed)
Patch Set: Created 4 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 | « services/ui/DEPS ('k') | services/ui/gpu/gpu_service_internal.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 include_rules = [ 1 include_rules = [
2 "+gpu/command_buffer", 2 "+gpu/command_buffer",
3 "+gpu/config", 3 "+gpu/config",
4 "+gpu/ipc", 4 "+gpu/ipc",
5 "+gpu/ipc/common", 5 "+gpu/ipc/common",
6 "+gpu/ipc/service", 6 "+gpu/ipc/service",
7 "+media/gpu/ipc/service", 7 "+media/gpu/ipc/service",
8 "+services/ui/surfaces", 8 "-services/ui/common",
9 ] 9 ]
10
11 specific_include_rules = {
12 "gpu_main.*": [
13 "+services/ui/common",
14 "+services/ui/surfaces",
15 ]
16 }
OLDNEW
« no previous file with comments | « services/ui/DEPS ('k') | services/ui/gpu/gpu_service_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698