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

Side by Side Diff: components/mus/public/cpp/surfaces/DEPS

Issue 2014233002: Implement cc::SurfaceId StructTraits (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased 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 "+cc/ipc",
2 "+cc/output", 3 "+cc/output",
3 "+cc/quads", 4 "+cc/quads",
4 "+cc/resources", 5 "+cc/resources",
5 "+cc/surfaces", 6 "+cc/surfaces",
6 "+components/mus/public", 7 "+components/mus/public",
7 "+gpu/command_buffer/common/mailbox.h", 8 "+gpu/command_buffer/common/mailbox.h",
8 "+gpu/command_buffer/common/mailbox_holder.h", 9 "+gpu/command_buffer/common/mailbox_holder.h",
9 "+gpu/command_buffer/common/sync_token.h", 10 "+gpu/command_buffer/common/sync_token.h",
10 "+third_party/skia/include", 11 "+third_party/skia/include",
11 "+ui/gfx/geometry", 12 "+ui/gfx/geometry",
12 "+ui/gfx/transform.h", 13 "+ui/gfx/transform.h",
13 ] 14 ]
OLDNEW
« no previous file with comments | « components/mus/public/cpp/surfaces/BUILD.gn ('k') | components/mus/public/cpp/surfaces/surfaces_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698