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

Side by Side Diff: cc/surfaces/DEPS

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Created 4 years, 1 month 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
OLDNEW
(Empty)
1 specific_include_rules = {
2 "in_process_context_provider\.cc": [
3 "+gpu/command_buffer/client",
4 "+gpu/command_buffer/common",
5 "+gpu/command_buffer/service",
6 "+gpu/ipc",
7 "+gpu/skia_bindings",
8 ],
9 "in_process_context_provider\.h": [
10 "+gpu/command_buffer/common",
11 "+gpu/ipc",
12 ],
13 "deferred_gpu_command_service\.h": [
14 "+gpu/command_buffer/common",
15 "+gpu/command_buffer/service",
16 "+gpu/ipc",
17 ],
18 "deferred_gpu_command_service\.cc": [
19 "+gpu/command_buffer/common",
20 "+gpu/ipc",
21 ],
22 }
23
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698