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

Side by Side Diff: components/printing/service/DEPS

Issue 2919823004: Add error handling and unit test for pdf compositor service (Closed)
Patch Set: rebase Created 3 years, 4 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 "+components/discardable_memory/client", 2 "+components/discardable_memory/client",
3 "+content/public/common", 3 "+content/public/common",
4 "+content/public/utility", 4 "+content/public/utility",
5 "+mojo/public/cpp", 5 "+mojo/public/cpp",
6 "+printing/common", 6 "+printing/common",
7 "+services/service_manager/public/cpp", 7 "+services/service_manager/public/cpp",
8 "+services/service_manager/public/c", # For tests only.
Ken Rockot(use gerrit already) 2017/07/25 05:02:06 rather than having this comment, you could move th
Wei Li 2017/07/26 05:08:50 Done.
8 "+skia", 9 "+skia",
9 "+third_party/skia", 10 "+third_party/skia",
10 ] 11 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698