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

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

Issue 2976923002: Remove GPU service dependency on services/ui/common. (Closed)
Patch Set: Removing +services/ui/common from services/ui/gpu/DEPS 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 | « no previous file | services/ui/public/cpp/gpu/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 include_rules = [ 1 include_rules = [
2 "+components/viz", 2 "+components/viz",
3 "+gpu/command_buffer", 3 "+gpu/command_buffer",
4 "+gpu/config", 4 "+gpu/config",
5 "+gpu/ipc", 5 "+gpu/ipc",
6 "+gpu/ipc/common", 6 "+gpu/ipc/common",
7 "+gpu/ipc/service", 7 "+gpu/ipc/service",
8 "+media/gpu", 8 "+media/gpu",
9 "-services/ui/common", 9 "-services/ui/common",
10 ] 10 ]
11 11
12 specific_include_rules = { 12 specific_include_rules = {
13 "gpu_main.*": [ 13 "gpu_main.*": [
14 "+services/ui/common",
15 "+services/ui/surfaces", 14 "+services/ui/surfaces",
16 ] 15 ]
17 } 16 }
OLDNEW
« no previous file with comments | « no previous file | services/ui/public/cpp/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698