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

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

Issue 2481263002: Introduce Display Compositor mojo interface. Use InProcessContextProvider. (Closed)
Patch Set: Make ContextProvider NON_EXPORTED_BASE of InProcessContextProvider 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
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 "+services/ui/gpu/interfaces"
sadrul 2016/11/21 17:23:49 Is this still needed?
Fady Samuel 2016/11/21 20:40:41 No, gone.
6 ] 7 ]
7 8
8 specific_include_rules = { 9 specific_include_rules = {
9 "run_all_service_tests\.cc": [ 10 "run_all_service_tests\.cc": [
10 "+mojo/edk/embedder/embedder.h", 11 "+mojo/edk/embedder/embedder.h",
11 ], 12 ],
12 } 13 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698