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

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

Issue 2649553003: gpu: merge gpu/ipc/host/gpu_memory_buffer_support.cc to gpu/ipc/common/
Patch Set: fix bot failure Created 3 years, 11 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+gpu/config", 2 "+gpu/config",
3 "+gpu/command_buffer", 3 "+gpu/command_buffer",
4 "+gpu/ipc/client", 4 "+gpu/ipc/client",
5 "+gpu/ipc/common", 5 "+gpu/ipc/common",
6 "+gpu/ipc/host",
7 "+services/ui/gpu/interfaces", 6 "+services/ui/gpu/interfaces",
8 ] 7 ]
9 8
10 specific_include_rules = { 9 specific_include_rules = {
11 "run_all_service_tests\.cc": [ 10 "run_all_service_tests\.cc": [
12 "+mojo/edk/embedder/embedder.h", 11 "+mojo/edk/embedder/embedder.h",
13 ], 12 ],
14 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698