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

Side by Side Diff: examples/ganesh_app/DEPS

Issue 731893002: Add a simple scheduler for animation frames (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Fix math Created 6 years, 1 month 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
« no previous file with comments | « examples/ganesh_app/BUILD.gn ('k') | examples/ganesh_app/ganesh_view.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+cc", 2 "+cc",
3 "-cc/blink", 3 "-cc/blink",
4 "+gpu/GLES2", 4 "+gpu/GLES2",
5 "+gpu/command_buffer/client", 5 "+gpu/command_buffer/client",
6 "+gpu/command_buffer/common", 6 "+gpu/command_buffer/common",
7 "+gpu/skia_bindings", 7 "+gpu/skia_bindings",
8 "+mc/scheduler",
8 "+skia/ext", 9 "+skia/ext",
9 "+third_party/khronos/GLES2", 10 "+third_party/khronos/GLES2",
10 "+third_party/skia/include", 11 "+third_party/skia/include",
11 "+ui/gfx", 12 "+ui/gfx",
12 ] 13 ]
OLDNEW
« no previous file with comments | « examples/ganesh_app/BUILD.gn ('k') | examples/ganesh_app/ganesh_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698