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

Side by Side Diff: cc/ipc/DEPS

Issue 2019833002: Implement StructTraits for various cc and gpu types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPS file Created 4 years, 6 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/ipc/common", 2 "+gpu/ipc/common",
3 "+ui/events/ipc", 3 "+ui/events/ipc",
4 ] 4 ]
5
6 specific_include_rules = {
7 "struct_traits_unittest\.cc": [
8 "+mojo/public/cpp/bindings/binding_set.h",
9 ],
10 }
OLDNEW
« no previous file with comments | « cc/ipc/BUILD.gn ('k') | cc/ipc/returned_resource.mojom » ('j') | gpu/ipc/common/mailbox.mojom » ('J')

Powered by Google App Engine
This is Rietveld 408576698